FindBugs Audit
Designed for use with
FindBugs
and
Ant
. Adapted from
CheckStyle
.
Field isn't final but should be
A mutable static field could be changed by malicious code or by accident from another package. The field could be made final to avoid this vulnerability.</p>
Class
Field
SourceLine
org.argouml.util.PredicateStringMatch
MAX_PATS
35