The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.universAAL.context.chemobile.Hub | 2 |
org.universAAL.context.chemobile.MobileHistorySubscriber | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.universAAL.context.chemobile.Hub.confHome isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 46 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in new org.universAAL.context.chemobile.MobileHistorySubscriber(ModuleContext): new java.io.FileWriter(File, boolean) | I18N | DM_DEFAULT_ENCODING | 80 | High |
Found reliance on default encoding in org.universAAL.context.chemobile.MobileHistorySubscriber.handleContextEvent(ContextEvent): new java.io.FileWriter(File, boolean) | I18N | DM_DEFAULT_ENCODING | 111 | High |