Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/commands
Florian Schmaus 31e4e1faf2 Do not call XmlPullParser.getName() when the event is unknown
XmlPullParser.getName() only returns a result if the current parser
event is START_ELEMENT or END_ELEMENT. If this is not the case, then
the method may throw (if StAX is used).
2021-07-06 13:37:57 +02:00
..
packet Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
provider Do not call XmlPullParser.getName() when the event is unknown 2021-07-06 13:37:57 +02:00
AdHocCommand.java Re-work data form API 2020-05-13 20:14:41 +02:00
AdHocCommandManager.java Bump Error Prone version to 2.3.4 and fix new bug patterns 2020-05-24 21:10:01 +02:00
AdHocCommandNote.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
LocalCommand.java Javadoc changes for Java 11 compatibility 2019-07-19 23:05:46 +02:00
LocalCommandFactory.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
RemoteCommand.java Re-work data form API 2020-05-13 20:14:41 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00