Description
add generic type arguments where missing
reduce number of compiler warnings (enums with missing cases, unchecked casts, vararg type safety, ...)
reduce duplicate code occurrences (e.g. DeweyOrder Utils, ...)
reduce occurrences of guava's (Predicate, Function, ...) interfaces, that have direct Java 8 replacements (at least where easily possible)
reduce occurrences of deprecated uses
Attachments
There are no Sub-Tasks for this issue.