FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
21 11 0 0

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 230 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

de.smartics.ci.maven.mojo.AbstractCiMojo

Bug Category Details Line Priority
Unread public/protected field: de.smartics.ci.maven.mojo.AbstractCiMojo.session STYLE URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD 183 Medium

de.smartics.ci.maven.mojo.AbstractConfigChoiceHudsonCiMojo

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in de.smartics.ci.maven.mojo.AbstractConfigChoiceHudsonCiMojo.executeConfigurationUsingCiConfigFile() STYLE REC_CATCH_EXCEPTION 124 Low
Exception is caught when Exception is not thrown in de.smartics.ci.maven.mojo.AbstractConfigChoiceHudsonCiMojo.executeManualConfiguration() STYLE REC_CATCH_EXCEPTION 151 Low

de.smartics.ci.maven.mojo.AbstractLoggingMojo

Bug Category Details Line Priority
Unwritten public or protected field: de.smartics.ci.maven.mojo.AbstractLoggingMojo.verbose STYLE UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD 64 Medium

de.smartics.ci.maven.mojo.AbstractProxyEnabledHudsonCiMojo

Bug Category Details Line Priority
Redundant nullcheck of proxyConfig, which is known to be non-null in de.smartics.ci.maven.mojo.AbstractProxyEnabledHudsonCiMojo.applyProxyInformation(CiController) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 107 Low
Unwritten public or protected field: de.smartics.ci.maven.mojo.AbstractProxyEnabledHudsonCiMojo.proxyId STYLE UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD 103 Medium