Skip to content
Snippets Groups Projects
  1. Oct 09, 2018
  2. Aug 13, 2018
  3. 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
  4. Aug 11, 2018
  5. Aug 07, 2018
  6. Aug 04, 2018
  7. Feb 22, 2018
  8. Nov 04, 2017
    • Paul-Christian Volkmer's avatar
      Fixed array index out of bounds error · ebd847d7
      Paul-Christian Volkmer authored
      Since array should contain (see: deleteCascading(final Session session)):
      0 => content (aka question)
      1 => answer
      2 => comment
      same index should be used for logging. Accessing index 1,2 and 3 will
      cause an index out of bound error.
      ebd847d7
  9. Sep 26, 2017
  10. Aug 28, 2017
  11. Jul 15, 2017
  12. Apr 26, 2017
  13. Mar 28, 2017
  14. Mar 27, 2017
  15. Mar 06, 2017
  16. 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