Disable "UseOfSystemOutOrSystemErr" inspection in tests

This commit is contained in:
Alexander Udalov
2013-10-28 16:30:31 +04:00
parent cdecbc0915
commit a35f285bcf
8 changed files with 18 additions and 9 deletions
@@ -129,7 +129,6 @@ public class TestlibTest extends UsefulTestCase {
if ("junit/framework/Test".equals(typeMapper.mapClass(superClass).getInternalName())) {
String name = typeMapper.mapClass(descriptor).getInternalName();
//noinspection UseOfSystemOutOrSystemErr
System.out.println(name);
@SuppressWarnings("unchecked")