Skip to content
Snippets Groups Projects
  1. Aug 11, 2018
  2. Aug 07, 2018
  3. Aug 04, 2018
  4. Feb 22, 2018
  5. 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
  6. Sep 26, 2017
  7. Aug 28, 2017
  8. Jul 15, 2017
  9. Apr 26, 2017
  10. Mar 28, 2017
  11. Mar 27, 2017
  12. Mar 06, 2017
  13. 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
  14. Jan 10, 2017
  15. Dec 21, 2016
  16. Dec 19, 2016
  17. Nov 08, 2016