The following document contains the results of SpotBugs
SpotBugs Version is 3.1.12
Threshold is medium
Effort is default
| Class | Bugs |
|---|---|
| integrationsprojekt.App | 1 |
| integrationsprojekt.LiveDemoTest | 2 |
| integrationsprojekt.spotbugstest | 3 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| integrationsprojekt.App.nullWert() has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 29 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unread field: integrationsprojekt.LiveDemoTest.js | PERFORMANCE | URF_UNREAD_FIELD | 26 | Medium |
| Unread field: integrationsprojekt.LiveDemoTest.vars | PERFORMANCE | URF_UNREAD_FIELD | 27 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The class name integrationsprojekt.spotbugstest doesn't start with an upper case letter | BAD_PRACTICE | NM_CLASS_NAMING_CONVENTION | 3 | Medium |
| integrationsprojekt.spotbugstest.test() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 15 | Medium |
| Unused field: integrationsprojekt.spotbugstest.abc | PERFORMANCE | UUF_UNUSED_FIELD | Medium |