Skip to content
Snippets Groups Projects
  1. Aug 12, 2018
    • Daniel Gerhardt's avatar
      Refactor package structure · 47e590ea
      Daniel Gerhardt authored
      Consistently use singular for packages which contain mixed kinds of
      classes. Moved a few classes to packages that better fit them.
      47e590ea
  2. Aug 11, 2018
  3. Aug 07, 2018
  4. Aug 04, 2018
  5. Aug 28, 2017
  6. Jul 15, 2017
  7. Apr 26, 2017
    • Daniel Gerhardt's avatar
      Make logging more consistent · 531f6906
      Daniel Gerhardt authored
      Exceptions are now always passed to the logger. The logger decides based
      on configuration whether and how they are logged. Logging messages were
      adjusted for consistency.
      531f6906
  8. Mar 28, 2017
  9. Mar 27, 2017
  10. Feb 14, 2017
    • 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
  11. Jan 10, 2017
  12. Oct 11, 2016
  13. Apr 07, 2016
  14. Feb 05, 2016
  15. Aug 10, 2015
  16. Jul 28, 2015