Skip to content
Snippets Groups Projects
  1. May 08, 2017
  2. May 07, 2017
  3. May 06, 2017
  4. Apr 11, 2017
  5. Apr 03, 2017
  6. Mar 28, 2017
  7. Mar 27, 2017
  8. Mar 14, 2017
  9. Mar 06, 2017
  10. Feb 28, 2017
  11. Feb 14, 2017
    • Daniel Gerhardt's avatar
      Merge branch 'code-cleanup' into 'master' · f52814df
      Daniel Gerhardt authored
      Clean up code
      
      See merge request !46
      f52814df
    • 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