You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ggj][ast][engx] fix: validate non-null elements for GeneralForStatement (#462)
* 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
0 commit comments