mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
remove some common-prefix-based assertions in tests
This commit is contained in:
-8
@@ -1,8 +0,0 @@
|
||||
class LifeUniverseEverythingEntity {}
|
||||
class LifeUniverseEverythingManager {}
|
||||
|
||||
class FooFooFooFooFoo {
|
||||
{
|
||||
LifeUniverseEverything<caret>
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
import java.lang.annotation.Target;
|
||||
@Target(value={ElementType.<caret>})
|
||||
@interface Annotation {
|
||||
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
import java.lang.annotation.Retention;
|
||||
@Retention(RetentionPolicy.<caret>)
|
||||
@interface Annotation {
|
||||
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
import java.lang.annotation.Retention;
|
||||
@Retention(value=RetentionPolicy.<caret>)
|
||||
@interface Annotation {
|
||||
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target(ElementType.<caret>)
|
||||
public @interface Test {
|
||||
}
|
||||
-18
@@ -1,18 +0,0 @@
|
||||
class MyEnum {
|
||||
public static final MyEnum Foo;
|
||||
public static final MyEnum Bar;
|
||||
}
|
||||
|
||||
class Bar {
|
||||
MyEnum getEnum();
|
||||
}
|
||||
|
||||
class Foo {
|
||||
|
||||
Bar my;
|
||||
|
||||
{
|
||||
MyEnum cl = MyEnum.<caret>
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user