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

MissingPropertyException is thrown when calling a method with a default arg set to a static field of another class.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-JSR-6
    • 1.0-JSR-6
    • class generator
    • None
    • Groovy Version: 1.0-RC-01-SNAPSHOT JVM: 1.5.0_06-b05

    Description

      class Something {
      static int VALUE = 10
      }

      class AnotherThing {
      def method(int somearg=Something.VALUE) { }
      }

      new AnotherThing().method()

      The above throws a MissingPropertyException:
      groovy.lang.MissingPropertyException: No such property: Something for class: AnotherThing

      Attachments

        Activity

          People

            blackdrag Jochen Theodorou
            emp Edward Povazan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: