added find bugs and fixed some bugs

Former-commit-id: 4448947c0e718bdef87d241008043e76c001feea
This commit is contained in:
Jeremy Long
2012-12-22 06:15:39 -05:00
parent 5ec9a24c99
commit 3bf638f7c6
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>