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.miloss.fgsms.services.rs.impl.FgsmsReportGenerator.f from instance method org.miloss.fgsms.services.rs.impl.FgsmsReportGenerator.FgsmsReportGenerator() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 175 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to instance in org.miloss.fgsms.services.rs.impl.RSProcessorController.SizeOfQueue() | STYLE | DLS_DEAD_LOCAL_STORE | 47 | Medium |
Dead store to instance in org.miloss.fgsms.services.rs.impl.RSProcessorController.Start() | STYLE | DLS_DEAD_LOCAL_STORE | 34 | Medium |
Dead store to instance in org.miloss.fgsms.services.rs.impl.RSProcessorController.Stop() | STYLE | DLS_DEAD_LOCAL_STORE | 41 | Medium |
The method name org.miloss.fgsms.services.rs.impl.RSProcessorController.SizeOfQueue() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 47-48 | Medium |
The method name org.miloss.fgsms.services.rs.impl.RSProcessorController.Start() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 34-37 | Medium |
The method name org.miloss.fgsms.services.rs.impl.RSProcessorController.Stop() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 41-43 | Medium |
Write to static field org.miloss.fgsms.services.rs.impl.RSProcessorSingleton.running from instance method org.miloss.fgsms.services.rs.impl.RSProcessorController.Start() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 35 | Medium |
Write to static field org.miloss.fgsms.services.rs.impl.RSProcessorSingleton.running from instance method org.miloss.fgsms.services.rs.impl.RSProcessorController.Stop() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 42 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.miloss.fgsms.services.rs.impl.RSProcessorSingleton.running should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 40 | Medium |
The method name org.miloss.fgsms.services.rs.impl.RSProcessorSingleton.GetQueueSize() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 64-67 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Write to static field org.miloss.fgsms.services.rs.impl.RSProcessorSingleton.running from instance method org.miloss.fgsms.services.rs.impl.RSRunner.run() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 58 | High |