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
Replace system property greclipse.globalTransformsInReconcile used in ASTTransformationVisitor with the standard compiler configuration option org.codehaus.groovy.control.CompilerConfiguration setDisabledGlobalASTTransformations(Set<String>).
The text was updated successfully, but these errors were encountered:
Global xforms disabled for:
- index
- find JUnit tests
- open in editor (aka become working copy)
- select in explorer (aka test for extract class refactor)
Global xforms enabled for:
- compile
- reconcile
- resolve source reference
- code minings (aka search)
Note: #812 is disabled until Spock xform is run as part of reconcile
Note: Scripts with @grab will now open in editor immediately and the
grabs are processed asynchronously as part of reconcile operation
Note: Global xforms that run during Conversion compiler phase are applied even if disabled by CompilerConfiguration setting
Replace system property
greclipse.globalTransformsInReconcile
used inASTTransformationVisitor
with the standard compiler configuration optionorg.codehaus.groovy.control.CompilerConfiguration setDisabledGlobalASTTransformations(Set<String>)
.The text was updated successfully, but these errors were encountered: