1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00
Smack/smack-core/src/test/java/org/jivesoftware/smack/packet
Florian Schmaus d60b63a89a Remove hashCode/equals from Message and Packet
Those where never correctly implemented and are not really used. If you
want to compare Packets, compare their toXML() result.

N.B. that we keep hashCode/equals for Message.(Subject|Body) because
those are correct and are in-use ('bodies' and 'subjects' are Sets in
Message).
2014-10-28 15:11:48 +01:00
..
IQResponseTest.java Change IQ.Type to enum 2014-06-06 21:10:13 -03:00
MessageTest.java Remove hashCode/equals from Message and Packet 2014-10-28 15:11:48 +01:00
PresenceTest.java Remove Packet.ID_NOT_AVAILABLE 2014-07-06 23:57:06 +02:00
StreamErrorTest.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00