Fix some more static analysis warnings

This commit is contained in:
md_5
2014-07-12 14:01:06 +10:00
parent 19bb8f72c7
commit 9d5c886045
15 changed files with 69 additions and 31 deletions

View File

@@ -87,6 +87,12 @@
<version>3.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>findbugs</artifactId>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>