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

Possible solutions message for method pointer includes DGMs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Invalid
    • None
    • None
    • None
    • None

    Description

      The error message for an invalid method pointer expression like Arrays.&xyz includes DGMs, which cannot satisfy a method pointer.

      groovy.lang.MissingMethodException: No signature of method: java.util.Arrays.xyz() is applicable for argument types: (java.util.Date) values: [Mon Mar 12 15:22:27 UTC 2018]
      Possible solutions: any(), any(groovy.lang.Closure), use([Ljava.lang.Object;), is(java.lang.Object), wait(), find()
      	at Script1.run(Script1.groovy:2)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            emilles Eric Milles
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: