Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
- unused imports
- unused log fields
- private methods that could be static
- guava functions can be replaced by lambda or reference
- redundant throws in tests
- redundant local fields in tests
- a few obvious mistakes in tests
- typos