FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
190300

org.apache.torque.generator.configuration.SaxHelper

BugCategoryDetailsLinePriority
org.apache.torque.generator.configuration.SaxHelper.getBooleanAttribute(String, Attributes, String) has Boolean return type and returns explicit nullBAD_PRACTICENP_BOOLEAN_RETURN_NULL62Medium

org.apache.torque.generator.outlet.OutletResult

BugCategoryDetailsLinePriority
org.apache.torque.generator.outlet.OutletResult.getByteArrayResult() may expose internal representation by returning OutletResult.byteArrayResultMALICIOUS_CODEEI_EXPOSE_REP78Medium
new org.apache.torque.generator.outlet.OutletResult(byte[]) may expose internal representation by storing an externally mutable object into OutletResult.byteArrayResultMALICIOUS_CODEEI_EXPOSE_REP256Medium