Skip to content
Snippets Groups Projects
  1. Aug 07, 2018
  2. Aug 04, 2018
  3. Jul 07, 2018
  4. Jul 06, 2018
  5. Apr 24, 2018
  6. Feb 22, 2018
  7. Aug 28, 2017
    • Daniel Gerhardt's avatar
      Refactor package and class hierarchy · bbf2464e
      Daniel Gerhardt authored
      * Moved classes from `de.thm.arsnova` root package.
      * New util package
      * Do not start interface names with `I`. Appended `Impl` to the
        implementing class instead.
      * Renamed learning progress classes to score and move them from
        `.domain` to a new `.services.score` package.
      * Do not capitalize acronyms in class names:
          * CASLogoutSuccessHandler -> CasLogoutSuccessHandler
          * SocketIO* -> Socketio*
      * Renamed `.socket` package to `.websocket`
      bbf2464e
  8. May 24, 2017
  9. 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
  10. Mar 28, 2017
  11. Mar 27, 2017
  12. Feb 28, 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. Jul 19, 2016
  16. Jul 14, 2016
  17. Jul 06, 2016
  18. May 11, 2016
  19. Apr 11, 2016
  20. Feb 05, 2016
  21. Sep 28, 2015
  22. Sep 17, 2015
    • Paul-Christian Volkmer's avatar
      Fixed boxing/unboxing to parse a primitive and corrected indention · 539af011
      Paul-Christian Volkmer authored
      A boxed primitive is created from a String in
      * RangeAspect#handlePaginationRange()
      * LoginController#dialog()
      just to extract the unboxed primitive value with Integer#valueOf().
      This creates an Integer object. It is more efficient to use parseInt()
      which creates a primitive int.
      
      Corrected random indention in LoginController
      539af011
  23. Aug 10, 2015
  24. May 27, 2015
  25. Feb 19, 2015
  26. Jan 18, 2015
  27. Jan 17, 2015
  28. Oct 29, 2014
  29. Sep 12, 2014
  30. Aug 24, 2014