Smack/smack-jingle-old/src/main/java/org/jivesoftware/smackx/jingleold
Florian Schmaus b2221d5483 Add more checkstyle tests
- Lines containing tab(s) after space
- Usage of printStackTrace
- Usage of println
- Add SupressionCommentFilter module

SuppressionCommentFilter can be enabled with
// CHECKSTYLE:OFF
and disabled with
// CHECKSTYLE:ON
2015-03-17 22:02:44 +01:00
..
listeners 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
media 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
mediaimpl Add more checkstyle tests 2015-03-17 22:02:44 +01:00
nat Add more checkstyle tests 2015-03-17 22:02:44 +01:00
packet 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
provider Make Provider.parse() just throw Exception 2015-03-13 09:27:18 +01:00
ContentNegotiator.java Expose InterruptedException 2015-02-14 14:57:33 +01:00
JingleActionEnum.java Renamed smack-jingle to smack-jingle-old 2014-08-20 00:26:02 +02:00
JingleException.java 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
JingleManager.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00
JingleNegotiator.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00
JingleNegotiatorState.java Renamed smack-jingle to smack-jingle-old 2014-08-20 00:26:02 +02:00
JingleSession.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00
JingleSessionRequest.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
JingleSessionState.java Expose InterruptedException 2015-02-14 14:57:33 +01:00
JingleSessionStateActive.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00
JingleSessionStateEnded.java 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
JingleSessionStatePending.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00
JingleSessionStateUnknown.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00