csdl / wattdepot

0 stars 1 forks source link

Fix all resource leak Java warnings in Eclipse #58

Open rbrewer opened 11 years ago

rbrewer commented 11 years ago

Since we are now using the Kepler release of Eclipse, we are seeing warnings about resource leaks in some data input code. We should fix these, or if the warnings are bogus then we should explicitly disable the warnings for the classes in question. Having a bunch of permanent warnings will obscure future real warnings.