The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is low
Effort is max
Class | Bugs |
---|---|
de.smartics.maven.bugzilla.AbstractIssueManagementMojo | 5 |
de.smartics.maven.nexus.NexusClient | 1 |
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 |
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 |