1. 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
  2. 29 Oct, 2015 11 commits
  3. 28 Oct, 2015 5 commits
  4. 27 Oct, 2015 2 commits
  5. 23 Oct, 2015 1 commit
  6. 22 Oct, 2015 15 commits
  7. 20 Oct, 2015 1 commit
  8. 19 Oct, 2015 4 commits