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.configuration.storage.ConfigurationInstancesStorageImpl | 2 |
| org.universAAL.tools.ucc.configuration.storage.internal.Activator | 3 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Nullcheck of bundle at line 157 of value previously dereferenced in org.universAAL.tools.ucc.configuration.storage.ConfigurationInstancesStorageImpl.getConfigurationForBundle(Bundle) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 154 | Medium |
| Exceptional return value of java.io.File.mkdir() ignored in org.universAAL.tools.ucc.configuration.storage.ConfigurationInstancesStorageImpl.checkFolderOrCreate(String) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 56 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.universAAL.tools.ucc.configuration.storage.internal.Activator.context isn't final and can't be protected from malicious code | MALICIOUS_CODE | MS_CANNOT_BE_FINAL | Medium | |
| Write to static field org.universAAL.tools.ucc.configuration.storage.internal.Activator.context from instance method org.universAAL.tools.ucc.configuration.storage.internal.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 31 | Medium |
| Write to static field org.universAAL.tools.ucc.configuration.storage.internal.Activator.context from instance method org.universAAL.tools.ucc.configuration.storage.internal.Activator.stop(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 40 | Medium |