FindBugs Results

The following document contains the results of FindBugs.

Summary

FilesErrors
13

Files

FilesViolations
org.apache.commons.i18n.LocalizedBundle 3

org.apache.commons.i18n.LocalizedBundle

ViolationLine
EI2: org.apache.commons.i18n.LocalizedBundle.<init>(String,Object[]) may expose internal representation by storing an externally mutable object into org/apache/commons/i18n/LocalizedBundle.arguments 74
EI2: org.apache.commons.i18n.LocalizedBundle.<init>(String,String,Object[]) may expose internal representation by storing an externally mutable object into org/apache/commons/i18n/LocalizedBundle.arguments 87
EI: org.apache.commons.i18n.LocalizedBundle.getArguments() may expose internal representation by returning org.apache.commons.i18n.LocalizedBundle.arguments 101