FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.3.8
Threshold is Low
Effort is Default
Summary
Classes |
Bugs |
Errors |
Missing Classes |
139 |
7 |
0 |
0 |
net.sf.statscm.StatConf
Bug |
Category |
Details |
Line |
Priority |
Useless control flow in net.sf.statscm.StatConf.configure(MavenProject, Locale) |
STYLE |
UCF_USELESS_CONTROL_FLOW
|
181 |
Low |
net.sf.statscm.StatScmMojo$1
Bug |
Category |
Details |
Line |
Priority |
The class net.sf.statscm.StatScmMojo$1 could be refactored into a named _static_ inner class |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC_ANON
|
633-645 |
Low |
net.sf.statscm.Trac
Bug |
Category |
Details |
Line |
Priority |
net.sf.statscm.Trac.bugRegex isn't final but should be |
MALICIOUS_CODE |
MS_SHOULD_BE_FINAL
|
19 |
High |
Redundant nullcheck of bugURL, which is known to be non-null in net.sf.statscm.Trac.toHTMLWithLinks(String) |
STYLE |
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
|
58 |
Low |