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>
ClassFieldSourceLine
org.argouml.util.PredicateStringMatchMAX_PATS35