Fixed
Details
Assignee
UnassignedUnassignedReporter
Valery YatsynovichValery YatsynovichFix versions
Priority
Lowest
Details
Details
Assignee
Unassigned
UnassignedReporter
Valery Yatsynovich
Valery YatsynovichFix versions
Priority
Created October 8, 2018 at 10:11 PM
Updated November 8, 2018 at 8:57 PM
Resolved November 8, 2018 at 8:57 PM
Add missing @Override annotations
Remove unused imports
Remove unnecessary `throws` declarations
Inline redundant local variables
Replace `StringBuffer` with `StringBuilder`
Remove redundant `String.toString()` calls
Remove redundant type casts
Add missing @Deprecated annotations
Remove redundant array creation for varargs parameter
Remove redundant type arguments
Simplify redundant `if` statements
Use `StandardCharsets` instead of String literals
Remove unnecessary fully qualified names