public void addRawFailures(List failureList)(Code)
Adds "raw" failures (which is a List of ValidationFailure objects)
to the existing set of failures.
Parameters: failureList - The List of ValidationFailures to add to this context.
addRawWarnings
public void addRawWarnings(List warningList)(Code)
Adds "raw" warnings (which is a List of ValidationFailure objects)
to the existing set of warnings.
Parameters: warningList - The List of ValidationFailures to add to this context.
Calculates the total failure and warning counts. Basically, returns
the addition of getFailureCount() and getWarningCount() calls.
Returns the total failure and warning counts.