Smack/smack-openpgp/src/main/java/org/jivesoftware/smackx/ox/element
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
..
CryptElement.java Use type parameter bounds for the 'to' set in OpenPgpgContentElement 2019-03-25 18:58:58 +01:00
EncryptedOpenPgpContentElement.java Use type parameter bounds for the 'to' set in OpenPgpgContentElement 2019-03-25 18:58:58 +01:00
OpenPgpContentElement.java Enable MissingJavadocPackage and UnnecessaryParentheses checkstyle checks 2019-07-24 09:18:39 +02:00
OpenPgpElement.java Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
PubkeyElement.java Improve OX's PubkeyElement 2019-09-07 23:27:36 +02:00
PublicKeysListElement.java Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
SecretkeyElement.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
SignElement.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
SigncryptElement.java Use type parameter bounds for the 'to' set in OpenPgpgContentElement 2019-03-25 18:58:58 +01:00
package-info.java XEP-0373, XEP-0374: OpenPGP for XMPP: Instant Messaging 2018-07-29 18:52:45 +02:00