mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
testdata fixed
This commit is contained in:
@@ -5,6 +5,6 @@ public class Test {
|
||||
}
|
||||
|
||||
private void test() {
|
||||
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@ public class Test {
|
||||
}
|
||||
|
||||
private void test() {
|
||||
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection></selection>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@ public class Test {
|
||||
}
|
||||
|
||||
private void test() {
|
||||
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection></selection>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,6 @@ public class Test {
|
||||
}
|
||||
|
||||
private void test() {
|
||||
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection></selection>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,6 @@ public class Test {
|
||||
}
|
||||
|
||||
private void test(byte[] bytes) {
|
||||
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<selection></selection>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@ class A {
|
||||
}
|
||||
|
||||
private String f() {
|
||||
<selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<selection>return null;</selection>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ class Sup<T> extends Base<T> {
|
||||
}
|
||||
|
||||
private static <T> Operator<T> makeOp(MetaOperator<T> mop) {
|
||||
<selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<selection>return null;</selection>
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -5,6 +5,6 @@ public class Test {
|
||||
}
|
||||
|
||||
private <T extends String> void bar(T t1, T t2) {
|
||||
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection></selection>
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,6 @@ public class Test {
|
||||
}
|
||||
|
||||
private boolean test() {
|
||||
<caret><selection>return false; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection>return false;</selection>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,6 @@ class BrokenCreateMethod {
|
||||
}
|
||||
|
||||
private Map<String, String[]> toMulti(Map<String, String> bar) {
|
||||
<selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<selection>return null;</selection>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@ class A {
|
||||
}
|
||||
|
||||
private void f(Object p0) {
|
||||
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection></selection>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ class A {
|
||||
}
|
||||
|
||||
private void f(Object foo) {
|
||||
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<selection></selection>
|
||||
}
|
||||
|
||||
static int foo() {
|
||||
|
||||
@@ -9,6 +9,6 @@ class T<R, D> {
|
||||
|
||||
|
||||
public R foo(Test test, D data) {
|
||||
<selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<selection>return null;</selection>
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@ class A {
|
||||
}
|
||||
|
||||
private <T> B<T> f() {
|
||||
<selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<selection>return null;</selection>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,6 @@ public class CreateMethodTest {
|
||||
}
|
||||
|
||||
private <T> T f(T t) {
|
||||
<selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<selection>return null;</selection>
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,6 @@ class A {
|
||||
}
|
||||
|
||||
private String bar() {
|
||||
<caret><selection>return null; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection>return null;</selection>
|
||||
}
|
||||
}
|
||||
@@ -15,6 +15,6 @@ class Bug {
|
||||
}
|
||||
|
||||
private void run() {
|
||||
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<selection></selection>
|
||||
}
|
||||
}
|
||||
@@ -8,7 +8,7 @@ public class Test {
|
||||
}
|
||||
|
||||
private boolean someMethod(Object o) {
|
||||
<caret><selection>return false; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection>return false;</selection>
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -10,6 +10,6 @@ class A {
|
||||
}
|
||||
class B {
|
||||
public static void f(Runnable runnable) {
|
||||
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection></selection>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,6 +6,6 @@ class A implements I {
|
||||
}
|
||||
|
||||
private static void f() {
|
||||
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<selection></selection>
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@ public class A {
|
||||
}
|
||||
|
||||
private static int f() {
|
||||
<caret><selection>return 0; //To change body of created methods use File | Settings | File Templates.</selection>
|
||||
<caret><selection>return 0;</selection>
|
||||
}
|
||||
|
||||
public A(int i) {
|
||||
|
||||
Reference in New Issue
Block a user