@@ -1970,7 +1970,7 @@ public void testCompletion_AnonymousType() throws Exception {
1970
1970
assertEquals ("java.Foo.IFoo" , ci .getDetail ());
1971
1971
assertEquals ("999998684" , ci .getSortText ());
1972
1972
assertNotNull (ci .getTextEdit ().getLeft ());
1973
- assertTextEdit (2 , 23 , 23 , "IFoo(){\n " +
1973
+ assertTextEdit (2 , 23 , 23 , "IFoo() {\n " +
1974
1974
" ${0}\n " +
1975
1975
"};" , ci .getTextEdit ().getLeft ());
1976
1976
}
@@ -2000,7 +2000,7 @@ public void testCompletion_AnonymousTypeMoreMethods() throws Exception {
2000
2000
assertEquals (CompletionItemKind .Constructor , ci .getKind ());
2001
2001
assertEquals ("999998684" , ci .getSortText ());
2002
2002
assertNotNull (ci .getTextEdit ().getLeft ());
2003
- assertTextEdit (2 , 23 , 23 , "IFoo(){\n " +
2003
+ assertTextEdit (2 , 23 , 23 , "IFoo() {\n " +
2004
2004
" ${0}\n " +
2005
2005
"};" , ci .getTextEdit ().getLeft ());
2006
2006
}
@@ -2026,7 +2026,7 @@ public void testCompletion_AnonymousDeclarationType() throws Exception {
2026
2026
assertEquals (CompletionItemKind .Class , ci .getKind ());
2027
2027
assertEquals ("999999372" , ci .getSortText ());
2028
2028
assertNotNull (ci .getTextEdit ().getLeft ());
2029
- assertTextEdit (2 , 20 , 22 , "(){\n " +
2029
+ assertTextEdit (2 , 20 , 22 , "() {\n " +
2030
2030
" ${0}\n " +
2031
2031
"}" , ci .getTextEdit ().getLeft ());
2032
2032
}
@@ -2052,7 +2052,7 @@ public void testCompletion_AnonymousDeclarationType2() throws Exception {
2052
2052
assertEquals (CompletionItemKind .Class , ci .getKind ());
2053
2053
assertEquals ("999999372" , ci .getSortText ());
2054
2054
assertNotNull (ci .getTextEdit ().getLeft ());
2055
- assertTextEdit (2 , 20 , 24 , "(){\n " +
2055
+ assertTextEdit (2 , 20 , 24 , "() {\n " +
2056
2056
" ${0}\n " +
2057
2057
"}" , ci .getTextEdit ().getLeft ());
2058
2058
}
@@ -2080,7 +2080,7 @@ public void testCompletion_AnonymousDeclarationType3() throws Exception {
2080
2080
assertEquals (CompletionItemKind .Class , ci .getKind ());
2081
2081
assertEquals ("999999372" , ci .getSortText ());
2082
2082
assertNotNull (ci .getTextEdit ().getLeft ());
2083
- assertTextEdit (2 , 33 , 37 , "(){\n " +
2083
+ assertTextEdit (2 , 33 , 37 , "() {\n " +
2084
2084
" ${0}\n " +
2085
2085
"}" , ci .getTextEdit ().getLeft ());
2086
2086
}
@@ -2109,7 +2109,7 @@ public void testCompletion_AnonymousDeclarationType4() throws Exception {
2109
2109
assertEquals (CompletionItemKind .Class , ci .getKind ());
2110
2110
assertEquals ("999999372" , ci .getSortText ());
2111
2111
assertNotNull (ci .getTextEdit ().getLeft ());
2112
- assertTextEdit (3 , 8 , 12 , "(){\n " +
2112
+ assertTextEdit (3 , 8 , 12 , "() {\n " +
2113
2113
" ${0}\n " +
2114
2114
"}" , ci .getTextEdit ().getLeft ());
2115
2115
}
@@ -2133,7 +2133,7 @@ public void testCompletion_AnonymousDeclarationType5() throws Exception {
2133
2133
assertEquals (CompletionItemKind .Class , ci .getKind ());
2134
2134
assertEquals ("999999372" , ci .getSortText ());
2135
2135
assertNotNull (ci .getTextEdit ().getLeft ());
2136
- assertTextEdit (2 , 33 , 33 , "(){\n " +
2136
+ assertTextEdit (2 , 33 , 33 , "() {\n " +
2137
2137
" ${0}\n " +
2138
2138
"}" , ci .getTextEdit ().getLeft ());
2139
2139
}
0 commit comments