https://bugzilla.wikimedia.org/show_bug.cgi?id=40295

       Web browser: ---
             Bug #: 40295
           Summary: EntityObject::equals should act more consistent
           Product: MediaWiki extensions
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Wikidata
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: danwe...@web.de
    Classification: Unclassified
   Mobile Platform: ---


Right now EntityObject::equals( entity ) will return true if one entity has an
ID set and the other entity's ID is null. If both entities have an ID set but
it is different then false will be returned. This seems kind of strange.

A better solution could be to add a function comparing the content of two
entities only, ignoring the ID entirely, e.g. EntityObject::same( entity ).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to