Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused code from the old validation engine
Because we've changed the validation engine, those classes are not necessary anymore. This is a major step for the new validation engine. The NestedValidationException was one of the most important classes of the project, the one that formatted nested messages -- and it was also one of the buggiest and most complicated ones. With the new validation engine, it became obsolete. These changes are a significant step toward refactoring the whole codebase. The changes in the Factory are there to ensure it doesn't break for the time being. Thank you NestedValidationException; you did an excellent job for a long time. I can't say I will miss you, but seeing you go is weird. Signed-off-by: Henrique Moody <[email protected]>
- Loading branch information