added find bugs and fixed some bugs

Former-commit-id: 2266d86317f4fb20b7d3262b41b14d962916078f
This commit is contained in:
Jeremy Long
2012-12-22 06:15:39 -05:00
parent 566f36e577
commit 283dcae297
15 changed files with 133 additions and 77 deletions

View File

@@ -372,6 +372,11 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses/>.
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
</plugin>
</reportPlugins>
</configuration>
</plugin>