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

Impossible to explicitly call a specific method with null argument.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 2.4.6
    • None
    • None

    Description

      The example class has three public static 'toStringSpecial' methods. It's impossible to call toStringSpecial(Set) or toStringSpecial(String) with a null argument.

      This is possible in Java by casting null to the desired type.

      It's currently impossible (AFAIK) to use Spock for testing such Java methods.

      Attachments

        Activity

          People

            blackdrag Jochen Theodorou
            huxi Joern Huxhorn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: