Skip to content

Commit

Permalink
Several flavours. Fix validator initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Jul 30, 2024
1 parent 02a4e5b commit a3a538d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,13 @@ protected void initialise() {
this.objectsStack.clear();
this.objectsContext.clear();
this.idSet.clear();
for (FlavourValidator validator : validators) {
validator.getFailedChecks().clear();
validator.getDeferredRules().clear();
validator.results.clear();
validator.testCounter = 0;
validator.isCompliant = true;
}
initializeAllVariables();
}

Expand Down

0 comments on commit a3a538d

Please sign in to comment.