FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 2.0.3
Threshold is low
Effort is max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
12 |
9 |
1 |
0 |
com.builder.uk.watchme.WatchMe
Bug |
Category |
Details |
Line |
Priority |
new com.builder.uk.watchme.WatchMe() invokes Thread.start() |
MT_CORRECTNESS |
SC_START_IN_CTOR |
50 |
Medium |
com.builder.uk.watchme.WatchMeFrame
Bug |
Category |
Details |
Line |
Priority |
Class com.builder.uk.watchme.WatchMeFrame defines non-transient non-serializable instance field watchMeBean |
BAD_PRACTICE |
SE_BAD_FIELD |
Not available |
Low |
org.csc.phynixx.connection.jmx.LoggerSystemManagement
Bug |
Category |
Details |
Line |
Priority |
Inconsistent synchronization of org.csc.phynixx.connection.jmx.LoggerSystemManagement.openLoggerCounter; locked 80% of time |
MT_CORRECTNESS |
IS2_INCONSISTENT_SYNC |
39 |
Low |
org.csc.phynixx.watchdog.jmx.WatchdogManagement
Bug |
Category |
Details |
Line |
Priority |
org.csc.phynixx.watchdog.jmx.WatchdogManagement.activate(long) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
PERFORMANCE |
DM_NUMBER_CTOR |
102 |
Medium |
org.csc.phynixx.watchdog.jmx.WatchdogManagement.deactivate(long) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
PERFORMANCE |
DM_NUMBER_CTOR |
113 |
Medium |
org.csc.phynixx.watchdog.jmx.WatchdogManagement.restart(long) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
PERFORMANCE |
DM_NUMBER_CTOR |
69 |
Medium |
org.csc.phynixx.watchdog.jmx.WatchdogManagement.showWatchdogInfo(long) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
PERFORMANCE |
DM_NUMBER_CTOR |
59 |
Medium |
org.csc.phynixx.watchdog.jmx.WatchdogManagement.shutdown(long) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
PERFORMANCE |
DM_NUMBER_CTOR |
91 |
Medium |
org.csc.phynixx.watchdog.jmx.WatchdogManagement.stop(long) invokes inefficient new Long(long) constructor; use Long.valueOf(long) instead |
PERFORMANCE |
DM_NUMBER_CTOR |
80 |
Medium |