The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.kuali.rice.krms.framework.engine.result.BasicResult | 2 |
org.kuali.rice.krms.framework.engine.result.TimingResult | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.kuali.rice.krms.framework.engine.result.BasicResult(String, Object, ExecutionEnvironment, boolean) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead | PERFORMANCE | DM_BOOLEAN_CTOR | 20 | Medium |
Class org.kuali.rice.krms.framework.engine.result.BasicResult defines non-transient non-serializable instance field environment | BAD_PRACTICE | SE_BAD_FIELD | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.kuali.rice.krms.framework.engine.result.TimingResult(String, Object, ExecutionEnvironment, Date, Date) may expose internal representation by storing an externally mutable object into TimingResult.end | MALICIOUS_CODE | EI_EXPOSE_REP2 | 21 | Medium |
new org.kuali.rice.krms.framework.engine.result.TimingResult(String, Object, ExecutionEnvironment, Date, Date) may expose internal representation by storing an externally mutable object into TimingResult.start | MALICIOUS_CODE | EI_EXPOSE_REP2 | 20 | Medium |
org.kuali.rice.krms.framework.engine.result.TimingResult.getResult() has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 46 | Medium |