testdata fixed

This commit is contained in:
anna
2013-05-06 20:53:07 +02:00
parent 7a549b8d1b
commit be9e2fa9f7
119 changed files with 113 additions and 138 deletions

View File

@@ -5,6 +5,6 @@ public class Test {
}
private void test() {
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
}
}

View File

@@ -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>
}
}

View File

@@ -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>
}
}

View File

@@ -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>
}
}

View File

@@ -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>
}
}

View File

@@ -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>
}
}

View File

@@ -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>
}

View File

@@ -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>
}
}

View File

@@ -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>
}
}

View File

@@ -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>
}
}

View File

@@ -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>
}
}

View File

@@ -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() {

View File

@@ -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>
}
}

View File

@@ -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>
}
}

View File

@@ -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>
}
}

View File

@@ -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>
}
}

View File

@@ -15,6 +15,6 @@ class Bug {
}
private void run() {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
<selection></selection>
}
}

View File

@@ -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>
}
};
}

View File

@@ -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>
}
}

View File

@@ -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>
}
}

View File

@@ -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) {