Skip to content
Snippets Groups Projects
  1. Jul 01, 2019
    • Daniel Gerhardt's avatar
      Adjust imports to conform with style conventions · a67dc377
      Daniel Gerhardt authored
      The following conventions have been applied:
      * Import order: static packages -> other packages -> ARSnova packages
        Rule: (imports) CustomImportOrder
      * New line between import package groups
        Rule: (imports) CustomImportOrder
      * All packages are imported explicitly (no wildcard imports)
        Rule: (imports) AvoidStarImport
      * New line between license comment and package line
        Rule: (whitespace) EmptyLineSeparator
      a67dc377
  2. Jan 24, 2019
  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. 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
  9. Jul 15, 2017
  10. Jan 10, 2017
  11. Feb 05, 2016
  12. May 27, 2015
  13. Apr 21, 2015
  14. Feb 12, 2015
  15. Jan 17, 2015
  16. Nov 03, 2014