Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
-
Reviewed
-
Added new patch. Fixes white spaces and some check-style items.
Description
- Use ArrayDeque for performance instead of LinkedList
- Use more Apache Commons routines to replace existing implementations
- Remove superfluous code guards around DEBUG statements
- Remove superfluous annotations in the tests
- Other small improvements