Cleanup (warnings; typos)

This commit is contained in:
Roman Shevchenko
2016-03-16 18:57:54 +01:00
parent dd6b093d59
commit fac9f4ae58
6 changed files with 62 additions and 67 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2015 JetBrains s.r.o.
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -168,4 +168,4 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
public void testAccessToStaticMethodsFromInterfaces() { doTest(true, false); }
public void testUncheckedExtendedWarnings() { doTest(true, false); }
public void testInaccessibleInferredTypeForVarargsArgument() { doTest(false, false);}
}
}
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2015 JetBrains s.r.o.
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -281,6 +281,7 @@ public class LightAdvHighlightingTest extends LightDaemonAnalyzerTestCase {
myUnusedDeclarationInspection = new UnusedDeclarationInspectionBase();
}
}
public void testUnusedInspectionNonPrivateMembersReferencedFromText() {
doTest(true, false);
WriteCommandAction.runWriteCommandAction(null, () -> {