1. 26 Apr, 2017 1 commit
    • Guus der Kinderen's avatar
      Replace dangling javadoc with block comment. · 65f1f7f1
      Guus der Kinderen authored
      Javadoc comment are dangling if they don't belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments.
      
      These generate needless warnings, which are in most instances easily solved. By far most problems occur in the license block that's in most files.
      65f1f7f1
  2. 04 Jan, 2017 1 commit
  3. 30 Oct, 2015 1 commit
    • Christian Schudt's avatar
      Use try-with-resources statement to properly close resources. · e0bc007f
      Christian Schudt authored
      - Not all resources were closed in finally block (see Launcher, PluginManager, UpdateManager, FaviconServlet, ...)
      - Get rid of verbose finally blocks and empty catch blocks, which makes the code more readable.
      - Generally, this is the more modern approach to deal with resources.
      e0bc007f
  4. 07 Feb, 2010 1 commit
  5. 30 Sep, 2009 1 commit
  6. 16 Jun, 2008 1 commit
  7. 11 Apr, 2008 1 commit
  8. 28 Mar, 2007 1 commit
  9. 29 Jun, 2006 1 commit