• Daniel Gerhardt's avatar
    Clean up code · bbb7288c
    Daniel Gerhardt authored
    * Remove unused code
    * Optimize imports (group 10+ and static imports)
    * Remove redundant variable assignments
    * Replace explicit type parameters with <>
    * Remove redundant catch blocks
    * Use varargs instead of explicit array instantiation
    * Weaken visibility of methods and fields
    * Simplify conditions
    * Do not use StringBuilder for simple concatenations
    * Fix code style
    * Remove invalid Javadoc
    bbb7288c