Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ggj][ast][engx] fix: validate non-null elements for SynchronizedStat…
…ement (#465) * fix: swap assertEquals args in JavaWriterVisitorTest to match (expected, actusl) order * fix: swap assertEquals args in ImportWriterVisitorTest to match (expected, actusl) order * fix: add node validator to refactor/centralize null element checks * fix: validate non-null elements for IfStatement * fix: validate non-null elements for AnonymousClassExpr * fix: validate non-null elements for BlockStatement * fix: validate non-null elements for ClassDefinition * fix: validate non-null elements for ConcreteReference * fix: validate non-null elements for ForStatement * fix: validate non-null elements for GeneralForStatement * fix: validate non-null elements for MethodDefinition * fix: validate non-null elements for PackageInfoDefinition * fix: validate non-null elements for SynchronizedStatement
- Loading branch information