SpotBugs Bug Detector Report
The following document contains the results of SpotBugs
SpotBugs Version is 4.9.8
Threshold is medium
Effort is
Summary
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 44 | 3 | 0 | 0 |
Files
| Class | Bugs |
|---|---|
| com.codebox.bean.SampleExtensionBean | 1 |
| com.codebox.builders.ExtensionBuilder | 2 |
com.codebox.bean.SampleExtensionBean
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| com.codebox.bean.SampleExtensionBean overrides equals in SampleBean and may not be symmetric | CORRECTNESS | EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC | 24 | Medium |
com.codebox.builders.ExtensionBuilder
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Format string should use %n rather than \n in com.codebox.builders.ExtensionBuilder.generateGetter(CtClass, String, Class) | BAD_PRACTICE | VA_FORMAT_STRING_USES_NEWLINE | 111 | Medium |
| Format string should use %n rather than \n in com.codebox.builders.ExtensionBuilder.generateSetter(CtClass, String, Class) | BAD_PRACTICE | VA_FORMAT_STRING_USES_NEWLINE | 135 | Medium |


