mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 19:29:30 +07:00
more java tests moved to community
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
for<EOLError/>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Foo{
|
||||
void foo(){
|
||||
for(int i = 0; i < 0<error>)</error> foo();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
for(<EOLError/>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
for(int i = 0;;<EOLError/>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
for(int i = 0; i < 10<EOLError/>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
for(int i = 0; i < 10;<EOLError/>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
for(int i = 0; i < 10; i++<EOLError/>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
for(int i = 0; i < 10; i++)<EOLError/>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Foo{
|
||||
void foo(){
|
||||
for(<error>)</error> foo();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Foo{
|
||||
void foo(){
|
||||
for(int i = 0;<error>)</error> foo();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
if<EOLError/>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
if (<EOLError/>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
if (true<EOLError/>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
if (true)<EOLError/>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
if (<error>)</error>{}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
class Test{
|
||||
{
|
||||
if (true){
|
||||
}
|
||||
else<EOLError/>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
void foo(){
|
||||
return<EOLError/>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
int foo(){
|
||||
return 1<EOLError/>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
while<EOLError/>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
while(<EOLError/>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
while(true<EOLError/>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
while(true)<EOLError/>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Test{
|
||||
{
|
||||
while(<error>)</error>{}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user