1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-23 20:04:51 +02:00
Smack/smack-core/src/main/java/org/jivesoftware/smack/util
Florian Schmaus 02228702da Make XmlStringBuilder equals() CharSequence aware
The minimal condition in order to check equality in XmlStringBuilder is
that 'other' implements the CharSequence interface. Not as it was
previously, that it's also a XmlStringBuilder.

This allows junit's assertEquals() to be used (to a certain extend).
2014-08-25 13:46:05 +02:00
..
dns Add javadoc to SmackException.ConnectionException 2014-06-17 13:17:15 +02:00
ArrayBlockingQueueWithShutdown.java Properly sync PacketWriter's queue 2014-05-05 19:26:42 +02:00
Base32Encoder.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
Base64.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Base64Encoder.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Base64FileUrlEncoder.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ByteUtils.java Add smack-android and redesign SASL authentication 2014-08-01 10:34:47 +02:00
Cache.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
DNSUtil.java Make resolver-dnsjava, -minidns initializer 2014-08-11 19:39:31 +02:00
FileUtils.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
LazyStringBuilder.java Properly escape Bookmarks and FormField XML 2014-06-19 16:52:19 +02:00
ObservableReader.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
ObservableWriter.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
package.html Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PacketParserUtils.java Fix typo in XmlStringBuilder, it's not an Angel 2014-08-20 21:25:14 +02:00
ReaderListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
StringEncoder.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
StringUtils.java Merge branch '4.0' 2014-08-07 16:51:03 +02:00
TLSUtils.java Fix TLSUtils.AcceptAllTrustManager 2014-07-09 09:42:31 +02:00
WriterListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
XmlStringBuilder.java Make XmlStringBuilder equals() CharSequence aware 2014-08-25 13:46:05 +02:00