mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
java: .class file tests cleanup
- meaningful ClsRepositoryUseTest cases moved to ClsPsiTest - related test data grouped under a single directory - obsolete test data dropped
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,11 +0,0 @@
|
||||
package pack;
|
||||
|
||||
public @interface Annotation2 {
|
||||
float f1() default Float.NEGATIVE_INFINITY;
|
||||
float f2() default Float.NaN;
|
||||
float f3() default Float.POSITIVE_INFINITY;
|
||||
|
||||
double d1() default Double.NEGATIVE_INFINITY;
|
||||
double d2() default Double.NaN;
|
||||
double d3() default Double.POSITIVE_INFINITY;
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
package pack;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class MyClass extends ArrayList implements Cloneable{
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
static final int field1 = 123;
|
||||
|
||||
Object[] field2;
|
||||
|
||||
void method1(int[] p1, Object p2) throws Exception, java.io.IOException{
|
||||
}
|
||||
|
||||
Integer method2()[]{
|
||||
return null;
|
||||
}
|
||||
|
||||
MyClass(){}
|
||||
|
||||
static class Inner{}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
package pack;
|
||||
|
||||
/**
|
||||
* @author dsl
|
||||
*/
|
||||
public class Parametrized<T> {
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
package pack;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author dsl
|
||||
*/
|
||||
public class Variance<T> {
|
||||
public Parametrized<? extends T> method() { return null; }
|
||||
public <V> Parametrized<? extends V>methodWithTypeParameter() { return null; };
|
||||
public void removeAll(Variance<?> parameter) {} ;
|
||||
}
|
||||
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user