The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.torque.generator.configuration.SaxHelper | 1 |
org.apache.torque.generator.outlet.OutletResult | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.torque.generator.configuration.SaxHelper.getBooleanAttribute(String, Attributes, String) has Boolean return type and returns explicit null | BAD_PRACTICE | NP_BOOLEAN_RETURN_NULL | 62 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.torque.generator.outlet.OutletResult.getByteArrayResult() may expose internal representation by returning OutletResult.byteArrayResult | MALICIOUS_CODE | EI_EXPOSE_REP | 78 | Medium |
new org.apache.torque.generator.outlet.OutletResult(byte[]) may expose internal representation by storing an externally mutable object into OutletResult.byteArrayResult | MALICIOUS_CODE | EI_EXPOSE_REP2 | 56 | Medium |