SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.4
Threshold is medium
Effort is max
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
7 | 4 | 0 | 0 |
Files
Class | Bugs |
---|---|
org.forgerock.maven.plugins.xcite.Citation | 3 |
org.forgerock.maven.plugins.xcite.utils.FileUtils | 1 |
org.forgerock.maven.plugins.xcite.Citation
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception thrown in class org.forgerock.maven.plugins.xcite.Citation at new org.forgerock.maven.plugins.xcite.Citation(String) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 145 | Medium |
Exception thrown in class org.forgerock.maven.plugins.xcite.Citation at new org.forgerock.maven.plugins.xcite.Citation(String, char, String) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 166 | Medium |
Exception thrown in class org.forgerock.maven.plugins.xcite.Citation at new org.forgerock.maven.plugins.xcite.Citation(String, char, String, String) will leave the constructor. The object under construction remains partially initialized and may be vulnerable to Finalizer attacks. | BAD_PRACTICE | CT_CONSTRUCTOR_THROW | 188 | Medium |
org.forgerock.maven.plugins.xcite.utils.FileUtils
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.forgerock.maven.plugins.xcite.utils.FileUtils.getStrings(File): new java.io.FileReader(File) | I18N | DM_DEFAULT_ENCODING | 47 | High |