Hi Doru,
I suspect part of the problem (with fast failing with petitjava is green) is that the petitjava ast parser test suite is incomplete. šVery imcomplete. šWhile this is 'bad', it isn't bad. šThe AST model is very incomplete at this point, and the choices are currently:
1- pick a target AST model, build the full test suite, and wait until someone gets around to building the AST model while petitjava stays red, or
2- choose an AST model that we agree on, and incrementally build the AST and tasts together.
The problem with building the tests now for the AST model is that most of what is present is a lot of arrays of stuff - the raw output of the grammer parser - which isn't that desirable in my opinion - it freezes us with a partial AST model early.
-Chris