The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Write to static field org.universAAL.tools.makrorecorder.osgi.Activator.bundleContext from instance method org.universAAL.tools.makrorecorder.osgi.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 21 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Exceptional return value of java.io.File.mkdir() ignored in new org.universAAL.tools.makrorecorder.osgi.MakroRecorder(ModuleContext) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 38 | Medium |
| Exceptional return value of java.io.File.delete() ignored in org.universAAL.tools.makrorecorder.osgi.MakroRecorder.removePattern(String) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 80 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Unread field: org.universAAL.tools.makrorecorder.osgi.pattern.BusRecorder.context | PERFORMANCE | URF_UNREAD_FIELD | 19 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.universAAL.tools.makrorecorder.osgi.pattern.Pattern defines clone() but doesn't implement Cloneable | BAD_PRACTICE | CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE | 47 | High |