mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
use mockJdk18 by default in LightCodeInsightTestCase; remove dependency on swing/net classes in some tests
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
||||
// silly asignment
|
||||
import javax.swing.*;
|
||||
|
||||
class JPanel {
|
||||
JPanel getSize() { return this; }
|
||||
int height;
|
||||
}
|
||||
class a {
|
||||
int f;
|
||||
JPanel fpanel;
|
||||
|
||||
Reference in New Issue
Block a user