The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.apache.maven.plugins.release.AbstractReleaseMojo | 1 |
| org.apache.maven.plugins.release.HelpMojo | 1 |
| org.apache.maven.plugins.release.UpdateVersionsMojo | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Method org.apache.maven.plugins.release.AbstractReleaseMojo.createReleaseDescriptor() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 307 | 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 |
|---|---|---|---|---|
| Unwritten field: org.apache.maven.plugins.release.UpdateVersionsMojo.developmentVersion | CORRECTNESS | UWF_UNWRITTEN_FIELD | 85 | Medium |