FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is low
Effort is max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
20 |
10 |
0 |
0 |
de.smartics.ci.maven.AbstractCiMojo
Bug |
Category |
Details |
Line |
Priority |
Unread public/protected field: de.smartics.ci.maven.AbstractCiMojo.session |
STYLE |
URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD |
160 |
Medium |
de.smartics.ci.maven.AbstractConfigChoiceHudsonCiMojo
Bug |
Category |
Details |
Line |
Priority |
Exception is caught when Exception is not thrown in de.smartics.ci.maven.AbstractConfigChoiceHudsonCiMojo.executeConfigurationUsingCiConfigFile() |
STYLE |
REC_CATCH_EXCEPTION |
125 |
Low |
Exception is caught when Exception is not thrown in de.smartics.ci.maven.AbstractConfigChoiceHudsonCiMojo.executeManualConfiguration() |
STYLE |
REC_CATCH_EXCEPTION |
152 |
Low |
de.smartics.ci.maven.AbstractLoggingMojo
Bug |
Category |
Details |
Line |
Priority |
Unwritten public or protected field: de.smartics.ci.maven.AbstractLoggingMojo.verbose |
STYLE |
UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD |
63 |
Medium |
de.smartics.ci.maven.AbstractProxyEnabledHudsonCiMojo
Bug |
Category |
Details |
Line |
Priority |
Unwritten public or protected field: de.smartics.ci.maven.AbstractProxyEnabledHudsonCiMojo.proxyId |
STYLE |
UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD |
101 |
Medium |
de.smartics.ci.maven.HudsonUtils
Bug |
Category |
Details |
Line |
Priority |
Exception is caught when Exception is not thrown in de.smartics.ci.maven.HudsonUtils.prettyFormat(String, int) |
STYLE |
REC_CATCH_EXCEPTION |
173 |
Low |
de.smartics.ci.maven.Logger
Bug |
Category |
Details |
Line |
Priority |
The class name de.smartics.ci.maven.Logger shadows the simple name of implemented interface org.slf4j.Logger |
BAD_PRACTICE |
NM_SAME_SIMPLE_NAME_AS_INTERFACE |
47-570 |
Medium |