FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
82 4 0 0

org.universAAL.tools.ucc.model.Activator

Bug Category Details Line Priority
Write to static field org.universAAL.tools.ucc.model.Activator.context from instance method org.universAAL.tools.ucc.model.Activator.start(BundleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 22 Medium
Write to static field org.universAAL.tools.ucc.model.Activator.context from instance method org.universAAL.tools.ucc.model.Activator.stop(BundleContext) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 32 Medium

org.universAAL.tools.ucc.model.Service

Bug Category Details Line Priority
Dead store to tags rather than field with same name in new org.universAAL.tools.ucc.model.Service(String, int, int, int, String, String, String, ArrayList, License, String, String) STYLE DLS_DEAD_LOCAL_STORE_SHADOWS_FIELD 40 High

org.universAAL.tools.ucc.model.usrv.ToBeDefined

Bug Category Details Line Priority
Class org.universAAL.tools.ucc.model.usrv.ToBeDefined defines non-transient non-serializable instance field any BAD_PRACTICE SE_BAD_FIELD Medium