mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
testdata fixed
This commit is contained in:
+1
-1
@@ -10,6 +10,6 @@ class MyCollection {
|
||||
}
|
||||
|
||||
public MyCollection(int i) {
|
||||
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -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>
|
||||
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -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>
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -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>
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -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() {
|
||||
|
||||
+1
-1
@@ -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 {}
|
||||
|
||||
+1
-1
@@ -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() {
|
||||
|
||||
+1
-1
@@ -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>
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -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>
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user