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

Provide a replacement for the dropped === operator, e.g. Object.is(Object)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0-JSR-1
    • 1.0-JSR-3
    • None
    • None

    Description

      using
      System.identityHashcode(object1) ==System.identityHashcode(object2)
      is very inconvenient.

      suggestions:

      object1.is(object2)
      object1.isSame(object2)
      object1.isIdentical(object2)
      object1.equalsId(object2)

      Attachments

        Activity

          People

            codevise Dierk König
            codevise Dierk König
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: