Checks for various problems in Struts Validator configuration files.
- References to non-instantiable classes
- References to classes that do not extend the required class
- References to classes with inappropriate scope
- Empty tag and attribute values
- Tag and attribute values that do not match required pattern (e.g. Java Identifiers)
- Tags that do not include required children tags or attributes
- Tags that define objects with duplicate names