The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
ch.ethz.iks.slp.impl.Activator | 1 |
ch.ethz.iks.slp.impl.OSGiPlatformAbstraction | 1 |
ch.ethz.iks.slp.impl.OSGiPlatformAbstraction$NullPatternLogService | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field ch.ethz.iks.slp.impl.SLPCore.platform from instance method ch.ethz.iks.slp.impl.Activator.start(BundleContext) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 52 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in ch.ethz.iks.slp.impl.OSGiPlatformAbstraction.serviceChanged(ServiceEvent) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 203 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should ch.ethz.iks.slp.impl.OSGiPlatformAbstraction$NullPatternLogService be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 214 | Medium |