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.deploymanagerservice.impl.Activator | 4 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.universAAL.tools.ucc.deploymanagerservice.impl.Activator.start(BundleContext): new java.io.FileReader(File) | I18N | DM_DEFAULT_ENCODING | 38 | High |
| org.universAAL.tools.ucc.deploymanagerservice.impl.Activator.start(BundleContext) may fail to clean up java.io.Reader | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 38 | Medium |
| org.universAAL.tools.ucc.deploymanagerservice.impl.Activator.start(BundleContext) may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 38 | Medium |
| Write to static field org.universAAL.tools.ucc.deploymanagerservice.impl.Activator.context from instance method org.universAAL.tools.ucc.deploymanagerservice.impl.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 26 | Medium |