Smack/smack-extensions/src/test/java/org/jivesoftware/smackx/jingle
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
..
provider Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
transports Introduce util.InternetAddress 2019-06-03 17:41:10 +02:00
JingleActionTest.java Switch to single transport instead of list 2017-06-21 13:42:02 +02:00
JingleContentTest.java Make Objects.requireNonNull() throw IllegalArgumentException 2019-06-11 12:47:40 +02:00
JingleErrorTest.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
JingleReasonTest.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
JingleTest.java Make Objects.requireNonNull() throw IllegalArgumentException 2019-06-11 12:47:40 +02:00
JingleUtilTest.java Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00