Details
-
Type:
Sub-task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 1.7.x
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
ClassNode:306 has
if ((modifiers & ACC_INTERFACE) == 0) addField("$ownClass", ACC_STATIC|ACC_PUBLIC|ACC_FINAL, ClassHelper.CLASS_Type, new ClassExpression(this)).setSynthetic(true); transformInstances = new EnumMap<CompilePhase, Map<Class <? extends ASTTransformation>, Set<ASTNode>>>(CompilePhase.class); for (CompilePhase phase : CompilePhase.values()) { transformInstances.put(phase, new HashMap<Class <? extends ASTTransformation>, Set<ASTNode>>()); }
I cloned
GROOVY-3255since the issue with the transform code is still thereGROOVY-3255since the issue with the transform code is still there