Smack/smack-core/src/main/java/org/jivesoftware/smack/util
Florian Schmaus 818ee8a727 Make Objects.requireNonNull() throw IllegalArgumentException
and not NullPointerException. Altough this differs from
java.util.Objects behavior, throwing an IllegalArgumentException
appears more sensible and makes it easier to catch it in Smack's
parsing function.
2019-06-11 12:47:40 +02:00
..
dns Remove SmackDaneVerifier.finish(SSLSocket) 2019-02-05 13:18:03 +01:00
stringencoder Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
ArrayBlockingQueueWithShutdown.java Add message to InterruptedException if blocking queue was shut down 2019-05-08 15:19:10 +02:00
Async.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
BooleansUtils.java Improve message of StressTestFailedException.NotAllMessagesReceivedException 2019-02-17 21:47:16 +01:00
ByteUtils.java Retain smack-core API 2017-12-19 15:06:40 +01:00
CallbackRecipient.java Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
CleaningWeakReferenceMap.java fix: Cleans the multiUserChats map. 2018-05-21 14:54:23 -05:00
CloseableUtil.java Add CloseableUtil.maybeClose(Closeable) 2019-05-18 13:25:31 +02:00
CollectionUtil.java Introduce FormFieldChildElement and make FormField immutable 2019-06-11 12:47:39 +02:00
DNSUtil.java Fix DNSUtil.setDaneProvider() 2018-06-12 19:06:18 +02:00
EventManger.java Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
ExceptionCallback.java Fix minor codestyle issues 2017-12-17 11:19:41 +01:00
ExceptionUtil.java Add ExceptionUtil 2019-04-09 09:33:32 +02:00
FileUtils.java Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
InternetAddress.java Introduce util.InternetAddress 2019-06-03 17:41:10 +02:00
LazyStringBuilder.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
MAC.java Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00
MD5.java Don't reinvent methods in HashManager 2017-08-16 14:55:25 +02:00
MultiMap.java Make MultiMap use generics where sensible 2019-06-11 12:47:39 +02:00
NumberUtil.java Introduce UInt(16|32) datatypes 2019-06-11 12:47:39 +02:00
Objects.java Make Objects.requireNonNull() throw IllegalArgumentException 2019-06-11 12:47:40 +02:00
ObservableReader.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
ObservableWriter.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
PacketParserUtils.java Change type of presence priority to 'Byte' 2019-06-11 12:47:39 +02:00
PacketUtil.java Merge pull request #191 from vanitasvitae/fixJavadoc 2017-12-24 14:46:02 +01:00
ParserUtils.java Change type of presence priority to 'Byte' 2019-06-11 12:47:39 +02:00
RandomUtil.java Add support for XEP-0418: DNS Queries over XMPP (DoX) 2019-04-09 10:56:47 +02:00
ReaderListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
SHA1.java Don't reinvent methods in HashManager 2017-08-16 14:55:25 +02:00
StringUtils.java Add secure(OnlineAttackSafe|Unique|OfflineAttackSafe)RandomString() 2019-06-02 20:08:03 +02:00
SuccessCallback.java Merge branch '4.2' into master-paul-merged 2017-12-17 11:16:02 +01:00
SystemUtil.java Throw exception if smack-java7 is loaded on Android 2015-04-25 22:53:46 +02:00
TLSUtils.java Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
TypedCloneable.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
UTF8.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
WriterListener.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
XmlStringBuilder.java Add TODO comment to XmlStringBuilder 2019-06-11 12:47:39 +02:00
XmlUtil.java Catch IllegalArgumentException in XmlUtil clinit 2018-10-14 12:10:50 +02:00
XmppElementUtil.java Replace 'key' with QName 2019-05-08 21:10:39 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00