Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-13508

InstanceId#equals() always return false

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 8.2-milestone-2, 7.4.4
    • 8.2-milestone-1
    • Instance
    • None
    • Unknown
    • N/A
    • N/A

    Description

      Comparing UUID to InstanceId could not work:

      public class InstanceId
      {
      ...
          @Override
          public boolean equals(Object o)
          {
              return this.uuid.equals(o);
          }
      }
      

      Attachments

        Activity

          People

            softec Denis Gervalle
            softec Denis Gervalle
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: