The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is
Effort is max
| Class | Bugs |
|---|---|
| patterntesting.tool.aspectj.AjcErrorHandler | 2 |
| patterntesting.tool.aspectj.AjcXmlTask | 1 |
| patterntesting.tool.aspectj.Logger | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| patterntesting.tool.aspectj.AjcErrorHandler.getErrorResults() may expose internal representation by returning AjcErrorHandler.errors | MALICIOUS_CODE | EI_EXPOSE_REP | 59 | Medium |
| patterntesting.tool.aspectj.AjcErrorHandler.loggedWarnings isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 38 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Hard coded reference to an absolute pathname in patterntesting.tool.aspectj.Logger.setResultFile() | STYLE | DMI_HARDCODED_ABSOLUTE_FILENAME | 94 | Medium |