Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-4815

force annotations on variables to be included in ast transforms

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8.0
    • 1.8.1, 1.9-beta-1
    • Compiler
    • None

    Description

      We are trying to integrate some parts of the Groovy-Eclipse patch on the Groovy compiler back into the compiler itself. One such change is this.

      Before the first line of org.codehaus.groovy.control.ResolveVisitor.transformVariableExpression(VariableExpression), can you add this:

      visitAnnotations(ve); 
      

      For consistency, this ensures that Annotations on variable expressions are included in transforms.

      Attachments

        Activity

          People

            paulk Paul King
            werdna Andrew Eisenberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: