dionnejkelly / parrot-im

Automatically exported from code.google.com/p/parrot-im
0 stars 0 forks source link

Low-Level data types do not have equals() method #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To check if same, the objects are being compared by address, not data.

Need to implement low-level equals() methods in AccountData, UserData, and 
perhaps ConversationData.

Thanks Rakan for uncovering this!

Original issue reported on code.google.com by kevin.f...@gmail.com on 25 Jun 2009 at 6:22

GoogleCodeExporter commented 8 years ago
Resolved with a revision.

Original comment by kevin.f...@gmail.com on 26 Jun 2009 at 6:48