The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
47 | 5 | 0 | 0 |
Class | Bugs |
---|---|
org.indi.client.swing.SicGroup | 1 |
org.indi.client.swing.SicVector | 3 |
org.indi.client.swing.SwingIndiClient | 1 |
Bug | Category | Details | Line |
---|---|---|---|
The field name org.indi.client.swing.SicGroup.MaxYPosition doesn't start with an lower case letter | BAD_PRACTICE | NM_FIELD_NAMING_CONVENTION | Not available |
Bug | Category | Details | Line |
---|---|---|---|
Dead store to p in org.indi.client.swing.SicVector.getElement(Element) | STYLE | DLS_DEAD_LOCAL_STORE | 77 |
The field name org.indi.client.swing.SicVector.MaxYPosition doesn't start with an lower case letter | BAD_PRACTICE | NM_FIELD_NAMING_CONVENTION | Not available |
Private method org.indi.client.swing.SicVector.getSetButton() is never called | PERFORMANCE | UPM_UNCALLED_PRIVATE_METHOD | 68 |
Bug | Category | Details | Line |
---|---|---|---|
Unused field: org.indi.client.swing.SwingIndiClient.devices | PERFORMANCE | UUF_UNUSED_FIELD | Not available |