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

Failing Closure property acces for maximumNumberOfParameters and directive

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1-beta-2
    • 1.1-beta-3
    • None
    • None

    Description

      def f =

      { println it }

      println f.getMaximumNumberOfParameters()
      println f.maximumNumberOfParameters // fails here!
      println f.getMaximumNumberOfParameters // works, what is not correct

      println f.getDirective()
      println f.directive // fails here too!

      Attachments

        Activity

          People

            mguillem mguillem
            mguillemot@yahoo.fr Marc Guillemot
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: