Hi,

we have the following problem after switching from Groovy 2.5 to 3.0.

To check Groovy for syntax errors scripts are being compiled (with CompilerConfiguration.DEFAULT) up to the Phases.PARSING phase.

After the upgrade to Groovy 3.0 the number of errors reported by the ErrorCollector (getErrorCount()) is zero, even when the tested script contains errors.

Any ideas what the problem might be?

--
Thanks in advance,
Alex

Reply via email to