mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
moving tests to CE
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems></problems>
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public class Test {
|
||||
public static void main(String[] args){
|
||||
|
||||
}
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems></problems>
|
||||
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
public class Test {
|
||||
public Runnable foo(final int i) {
|
||||
return new Runnable() {
|
||||
private int myInt = i;
|
||||
public void run(){
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems>
|
||||
<problem>
|
||||
<file>Test.java</file>
|
||||
<line>2</line>
|
||||
<description>b</description>
|
||||
</problem>
|
||||
</problems>
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
public class Test {
|
||||
public void foo(boolean b) {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<problems></problems>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
public class Test {
|
||||
public void foo(boolean b) {
|
||||
boolean f = b;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user