use mockJdk18 by default in LightCodeInsightTestCase; remove dependency on swing/net classes in some tests

This commit is contained in:
Alexey Kudravtsev
2016-07-20 15:40:52 +03:00
parent 6b15812a4e
commit db48c64473
68 changed files with 359 additions and 210 deletions

View File

@@ -1,6 +1,6 @@
// method override
import java.io.*;
import java.net.*;
class a extends a1 {
<error descr="Static method 'f()' in 'a' cannot override instance method 'f()' in 'a1'">public static void f()</error> { }