Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.2
-
None
-
None
Description
The HelpMojo class generated from the src/main/resources/help-class-source.vm template doesn't close the input stream that it opens to load the plugin-help.xml resource. This doesn't cause a real problem, but some code auditing tools (findbugs, for example) complain about it. I think that the issue can be fixed with the attached patch.