Smack/smack-core/src/test/java/org/jivesoftware/smack
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
..
filters Merge branch '4.1' 2015-03-04 22:42:36 +01:00
packet 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
parsing Rename PacketFilter (and implementing classes) and PacketExtension 2015-02-28 13:49:38 +01:00
provider 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
sasl Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
test/util Make Provider.parse() just throw Exception 2015-03-13 09:27:18 +01:00
util Add more checkstyle tests 2015-03-17 22:02:44 +01:00
DummyConnection.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00
PacketCollectorTest.java 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
SmackConfigurationTest.java Split SmackConfiguration into Configuration and Initalization 2014-09-05 15:56:00 +02:00
SmackExceptionTest.java Use Exception.getString in HostAddress 2015-01-18 19:21:58 +01:00
StanzaIdTest.java Rename 'Packet' class to 'Stanza' 2015-02-06 09:34:51 +01:00
ThreadedDummyConnection.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00