Smack/smack-core/src/main/java/org/jivesoftware/smack/debugger
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
..
AbstractDebugger.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00
ConsoleDebugger.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00
JulDebugger.java Add more checkstyle tests 2015-03-17 22:02:44 +01:00
ReflectionDebuggerFactory.java Consider JulDebugger as last alternative 2015-01-19 08:26:42 +01:00
SmackDebugger.java Merge branch '4.1' 2015-03-04 22:42:36 +01:00
SmackDebuggerFactory.java SmackDebugger initialization moved to dedicated factory. 2014-08-18 12:03:54 +02:00
package.html Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00