The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
org.opendaylight.odlparent.HelpMojo | 3 |
org.opendaylight.odlparent.PopulateLocalRepoMojo | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Usage of GetResource in org.opendaylight.odlparent.HelpMojo.build() may be unsafe if class is extended | BAD_PRACTICE | UI_INHERITANCE_UNSAFE_GETRESOURCE | 73 | Low |
Unwritten field: org.opendaylight.odlparent.HelpMojo.goal | CORRECTNESS | UWF_UNWRITTEN_FIELD | 157 | Medium |
Unwritten field: org.opendaylight.odlparent.HelpMojo.detail | CORRECTNESS | UWF_UNWRITTEN_FIELD | 244 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.opendaylight.odlparent.PopulateLocalRepoMojo.readFeatureCfg() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 137 | Medium |
org.opendaylight.odlparent.PopulateLocalRepoMojo.readStartupProperties() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 157 | Medium |
org.opendaylight.odlparent.PopulateLocalRepoMojo.readFeatureCfg() may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 137 | Medium |
org.opendaylight.odlparent.PopulateLocalRepoMojo.readStartupProperties() may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 157 | Medium |
Exception is caught when Exception is not thrown in org.opendaylight.odlparent.PopulateLocalRepoMojo.execute() | STYLE | REC_CATCH_EXCEPTION | 127 | Low |