mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
use mockJdk18 by default in LightCodeInsightTestCase; remove dependency on swing/net classes in some tests
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
// final Fields initialization
|
||||
import java.io.*;
|
||||
import java.net.*;
|
||||
import java.awt.event.*;
|
||||
|
||||
class a {
|
||||
/**
|
||||
@@ -87,8 +85,8 @@ class Test {
|
||||
}
|
||||
private final String text;
|
||||
public Test() {
|
||||
new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
new Runnable() {
|
||||
public void run() {
|
||||
doSomething(text);////
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user