testdata fixed

This commit is contained in:
anna
2013-05-06 20:55:21 +02:00
parent 7a549b8d1b
commit be9e2fa9f7
119 changed files with 113 additions and 138 deletions
@@ -10,6 +10,6 @@ class MyCollection {
}
public MyCollection(int i) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
}
}
@@ -7,6 +7,6 @@ public class Test {
class MyCollection {
public MyCollection(Test test) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
}
}
@@ -9,7 +9,7 @@ class Outer {
class CreateConstructorFromUsage {
public CreateConstructorFromUsage(String parameter) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
<selection></selection>
}
}
}
@@ -7,7 +7,7 @@ class Test {
class Inner {
public Inner(String a) {
<caret><selection>//To change body of created methods use File | Settings | File Templates.</selection>
<caret><selection></selection>
}
}
}
@@ -2,7 +2,7 @@
class Test extends A{
public Test(String a) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
<selection></selection>
}
public void t() {
@@ -15,7 +15,7 @@ class Test {
class A {
public A(Exception e) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
<selection></selection>
}
}
class Ex1 extends Exception {}
@@ -2,7 +2,7 @@
class Test extends A{
public Test(String a) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
<selection></selection>
}
public void t() {
@@ -3,6 +3,6 @@ public enum ReportType {
AGING("Aging");
ReportType(String aging) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
<selection></selection>
}
}
@@ -3,6 +3,6 @@ public enum ReportType {
AGING("Aging"),;
ReportType(String aging) {
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
<selection></selection>
}
}
@@ -2,7 +2,7 @@
class Test extends A{
public Test(String a) {
<selection>super(a); //To change body of overridden methods use File | Settings | File Templates.</selection>
<selection>super(a);</selection>
}
public void t() {