The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.universAAL.tools.ucc.model.Activator | 2 |
| org.universAAL.tools.ucc.model.Service | 1 |
| org.universAAL.tools.ucc.model.usrv.ToBeDefined | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Write to static field org.universAAL.tools.ucc.model.Activator.context from instance method org.universAAL.tools.ucc.model.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 22 | Medium |
| Write to static field org.universAAL.tools.ucc.model.Activator.context from instance method org.universAAL.tools.ucc.model.Activator.stop(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 32 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to tags rather than field with same name in new org.universAAL.tools.ucc.model.Service(String, int, int, int, String, String, String, ArrayList, License, String, String) | STYLE | DLS_DEAD_LOCAL_STORE_SHADOWS_FIELD | 40 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Class org.universAAL.tools.ucc.model.usrv.ToBeDefined defines non-transient non-serializable instance field any | BAD_PRACTICE | SE_BAD_FIELD | Medium |