Apache Commons logo Commons Text

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is

Effort is min

Summary

Classes Bugs Errors Missing Classes
75 3 0 0

org.apache.commons.text.ExtendedMessageFormat

Bug Category Details Line Priority
registry isn't initialized in org.apache.commons.text.ExtendedMessageFormat.applyPattern(String) when invoked from constructor for superclass CORRECTNESS UR_UNINIT_READ_CALLED_FROM_SUPER_CONSTRUCTOR 362 Medium

org.apache.commons.text.StrTokenizer

Bug Category Details Line Priority
org.apache.commons.text.StrTokenizer.clone() does not call super.clone() BAD_PRACTICE CN_IDIOM_NO_SUPER_CALL 1081-1083 High
org.apache.commons.text.StrTokenizer.reset(char[]) may expose internal representation by storing an externally mutable object into StrTokenizer.chars MALICIOUS_CODE EI_EXPOSE_REP2 493 Medium