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 |
---|---|---|---|---|
org.universAAL.service.orchestrator.Activator.mc should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | Medium | |
Write to static field org.universAAL.service.orchestrator.Activator.bc from instance method org.universAAL.service.orchestrator.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 38 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.universAAL.service.orchestrator.ExecutionEngine.execute(File, String): new java.util.Scanner(File) | I18N | DM_DEFAULT_ENCODING | 120 | High |
org.universAAL.service.orchestrator.ExecutionEngine doesn't override org.universAAL.middleware.rdf.Resource.equals(Object) | STYLE | EQ_DOESNT_OVERRIDE_EQUALS | 1 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference in org.universAAL.service.orchestrator.Provider.start() due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 86 | Medium |
org.universAAL.service.orchestrator.Provider.start() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 96 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.universAAL.service.orchestrator.Provider$ManagedScript be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 37 | Medium |
Unread field: org.universAAL.service.orchestrator.Provider$ManagedScript.file | PERFORMANCE | URF_UNREAD_FIELD | 40 | Medium |