The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Class | Bugs |
---|---|
net.sf.jperfprobe.ProbeManagerImpl | 2 |
net.sf.jperfprobe.Result | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Class net.sf.jperfprobe.ProbeManagerImpl defines non-transient non-serializable instance field log | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |
Class net.sf.jperfprobe.ProbeManagerImpl defines non-transient non-serializable instance field time | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
integral division result cast to double or float in net.sf.jperfprobe.Result.getStdev() | STYLE | ICAST_IDIV_CAST_TO_DOUBLE | 131 | Medium |
Class net.sf.jperfprobe.Result defines non-transient non-serializable instance field log | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |
Class net.sf.jperfprobe.Result defines non-transient non-serializable instance field singleProbe | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |
net.sf.jperfprobe.Result is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 43-260 | Medium |
The field net.sf.jperfprobe.Result.probeMap is transient but isn't set by deserialization | BAD_PRACTICE | SE_TRANSIENT_FIELD_NOT_RESTORED | Not available | Medium |