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
82 6 0 0

de.smartics.maven.bugzilla.AbstractIssueManagementMojo

Bug Category Details Line Priority
AbstractIssueManagementMojo.commandFactory not initialized in constructor and dereferenced in de.smartics.maven.bugzilla.AbstractIssueManagementMojo.loginOnDemand(boolean) STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 95 Low
AbstractIssueManagementMojo.commandFactory not initialized in constructor and dereferenced in de.smartics.maven.bugzilla.AbstractIssueManagementMojo.logoutOnDemand(boolean) STYLE UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR 119 Low

de.smartics.maven.nexus.NexusClient

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in de.smartics.maven.nexus.NexusClient.readVersion(HttpMethod) STYLE REC_CATCH_EXCEPTION 186 Low