Smack/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/ibb
Florian Schmaus 07da9ffb48 Do not have Stanza.getExtension(String, String) return a generic type
Returning a generic would allow for

List<ExtensionElement> list = stanza.getExtension("foo", "bar");

to compile (Note the we are calling getExtension(), not
getExtension*s*()).

Users are encouraged to use the type safe getExtension(Class<? extends
ExtensionElement) variant instead.

Fixes SMACK-825.
2020-04-05 22:10:05 +02:00
..
packet Use StandardCharsets.(UTF_8|US_ASCII) 2019-05-08 12:44:48 +02:00
provider Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
CloseListenerTest.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
DataListenerTest.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
IBBPacketUtils.java Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
InBandBytestreamManagerTest.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
InBandBytestreamRequestTest.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
InBandBytestreamSessionMessageTest.java Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
InBandBytestreamSessionTest.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
InitiationListenerTest.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00