Pointless arithmetic expression. |
|
More...
|
almost 2 years ago
|
Redondant variable declaration. |
|
More...
|
almost 2 years ago
|
fixing some final declaration. |
|
More...
|
almost 2 years ago
|
Unused imports |
|
More...
|
almost 2 years ago
|
Fixing some javadoc warnings. |
|
More...
|
almost 2 years ago
|
Removing many useless explicit <> type declaration. |
|
More...
|
almost 2 years ago
|
Using chained StringBuilder append call instead of useless String construct. |
|
More...
|
almost 2 years ago
|
Replacing anonymous class with lambda. |
|
More...
|
almost 2 years ago
|
Using Files construct instead new OutputStream. |
|
More...
|
almost 2 years ago
|
Early exit loop |
|
More...
|
almost 2 years ago
|
Lots of field can be final. |
|
More...
|
almost 2 years ago
|
Delete commented code. |
|
More...
|
almost 2 years ago
|
toArray is faster with an empty array. |
|
More...
|
almost 2 years ago
|
Useless String operations. |
|
More...
|
almost 2 years ago
|
C-style array declaration. |
|
More...
|
almost 2 years ago
|
Field replaced with a local variable. |
|
More...
|
almost 2 years ago
|
Redudant type cast. |
|
More...
|
almost 2 years ago
|
Redundant String operations. |
|
More...
|
almost 2 years ago
|
Explicit array file |
|
More...
|
almost 2 years ago
|
Replace lots of if with a single switch. |
|
More...
|
almost 2 years ago
|
Replace a for-remove with removeIf |
|
More...
|
almost 2 years ago
|
Compact lambda usages. |
|
More...
|
almost 2 years ago
|
Replacing anonymous class with lambda. |
|
More...
|
almost 2 years ago
|
Some inner class that can be static. |
|
More...
|
almost 2 years ago
|
Added try-finally |
|
More...
|
almost 2 years ago
|
Removed useless boxing and unboxing. |
|
More...
|
almost 2 years ago
|
Replace StringBuffer with StringBuilder. |
|
More...
|
almost 2 years ago
|
Enhanced for loop. |
|
More...
|
almost 2 years ago
|
Updating build in circleCI. |
|
More...
|
about 2 years ago
|
Adding an automatic module name |
|
More...
|
about 2 years ago
|