mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
use mockJdk18 by default in LightCodeInsightTestCase; remove dependency on swing/net classes in some tests
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class InStaticInitializer {
|
||||
public static final String x = "Hello World";
|
||||
public static final String s = "Hello World";
|
||||
|
||||
static {
|
||||
System.out.println(x);
|
||||
System.out.println(s);
|
||||
}
|
||||
//Field must be placed before initializer or illegal forward reference will happen
|
||||
}
|
||||
Reference in New Issue
Block a user