If you create a BuildInput with analyze=false, then in o.m.c.build.Builder#updateLanguageResources the parsed units are not analyzed, the allAnalyzeUnits variable is empty and that is passed to the transform method. So the Builder “succeeds” with no results…
This is a problem for builders that expect a parsed (non-analyzed) AST.

Submitted by Jeff Smits on 9 October 2018 at 11:23

Log in to post comments