The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method org.apache.maven.plugins.release.AbstractReleaseMojo.createReleaseDescriptor() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 306 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.apache.maven.plugins.release.HelpMojo.goal | CORRECTNESS | UWF_UNWRITTEN_FIELD | 76 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Read of unwritten field workingDirectory in org.apache.maven.plugins.release.PerformReleaseMojo.execute() | CORRECTNESS | NP_UNWRITTEN_FIELD | 119 | Medium |
Unwritten field: org.apache.maven.plugins.release.PerformReleaseMojo.connectionUrl | CORRECTNESS | UWF_UNWRITTEN_FIELD | 114 | Medium |
Unwritten field: org.apache.maven.plugins.release.PerformReleaseMojo.releaseProfiles | CORRECTNESS | UWF_UNWRITTEN_FIELD | 92 | Medium |
Unwritten field: org.apache.maven.plugins.release.PerformReleaseMojo.workingDirectory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 119 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field PrepareReleaseMojo.session masks field in superclass org.apache.maven.plugins.release.AbstractReleaseMojo | CORRECTNESS | MF_CLASS_MASKS_FIELD | 47-312 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Field UpdateVersionsMojo.session masks field in superclass org.apache.maven.plugins.release.AbstractReleaseMojo | CORRECTNESS | MF_CLASS_MASKS_FIELD | 45-116 | Medium |
Unwritten field: org.apache.maven.plugins.release.UpdateVersionsMojo.developmentVersion | CORRECTNESS | UWF_UNWRITTEN_FIELD | 93 | Medium |