6
I Use This!
Very Low Activity

Commits : Listings

Analyzed 23 minutes ago. based on code collected about 6 hours ago.
Jun 22, 2024 — Jun 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Pointless arithmetic expression.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Redondant variable declaration.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
fixing some final declaration.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Unused imports
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Fixing some javadoc warnings.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Removing many useless explicit <> type declaration.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Using chained StringBuilder append call instead of useless String construct.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Replacing anonymous class with lambda.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Using Files construct instead new OutputStream.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Early exit loop
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Lots of field can be final.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Delete commented code.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
toArray is faster with an empty array.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Useless String operations.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
C-style array declaration.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Field replaced with a local variable.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Redudant type cast.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Redundant String operations.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Explicit array file
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Replace lots of if with a single switch.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Replace a for-remove with removeIf
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Compact lambda usages.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Replacing anonymous class with lambda.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Some inner class that can be static.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Added try-finally
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Removed useless boxing and unboxing.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Replace StringBuffer with StringBuilder.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Enhanced for loop.
fbacchella
as Fabrice Bacchella
More... almost 2 years ago
Updating build in circleCI.
fbacchella
as Fabrice Bacchella
More... about 2 years ago
Adding an automatic module name
fbacchella
as Fabrice Bacchella
More... about 2 years ago