Smack/smack-extensions/src/test/java/org/jivesoftware/smackx/bytestreams/socks5
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
..
InitiationListenerTest.java Merge branch '4.1' 2015-03-04 22:42:36 +01:00
Socks5ByteStreamManagerTest.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
Socks5ByteStreamRequestTest.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
Socks5ClientForInitiatorTest.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
Socks5ClientTest.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
Socks5PacketUtils.java Use Jid (and subclasses) from jxmpp-jid 2015-02-17 16:07:16 +01:00
Socks5ProxyTest.java Cleanup Bytestream and Streamhost 2014-08-19 19:24:57 +02:00
Socks5TestProxy.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00