• 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
Name
Last commit
Last update
..
bin Loading commit data...
conf Loading commit data...
database Loading commit data...
i18n Loading commit data...
java Loading commit data...
javadoc/jdk15 Loading commit data...
plugins Loading commit data...
resources Loading commit data...
security Loading commit data...
spank Loading commit data...
test Loading commit data...
tools/anttask/org/jivesoftware/ant Loading commit data...
web Loading commit data...