@@ -129,7 +129,7 @@ void main() {
129129 }
130130
131131 public void test003_a () throws CoreException {
132- ASTParser astParser = ASTParser .newParser (getAST23 ());
132+ ASTParser astParser = ASTParser .newParser (getAST23 ());
133133 Map <String , String > options = new HashMap <>();
134134 options .put (JavaCore .COMPILER_COMPLIANCE , "23" );
135135 options .put (JavaCore .COMPILER_SOURCE , "23" );
@@ -160,7 +160,7 @@ non-sealed class C extends A {}
160160 }
161161
162162 public void test003_b () throws CoreException {
163- ASTParser astParser = ASTParser .newParser (getAST23 ());
163+ ASTParser astParser = ASTParser .newParser (getAST23 ());
164164 Map <String , String > options = new HashMap <>();
165165 options .put (JavaCore .COMPILER_COMPLIANCE , "23" );
166166 options .put (JavaCore .COMPILER_SOURCE , "23" );
@@ -190,7 +190,7 @@ non-sealed class C extends A {}
190190
191191 //public sealed
192192 public void test003_c () throws CoreException {
193- ASTParser astParser = ASTParser .newParser (getAST23 ());
193+ ASTParser astParser = ASTParser .newParser (getAST23 ());
194194 Map <String , String > options = new HashMap <>();
195195 options .put (JavaCore .COMPILER_COMPLIANCE , "23" );
196196 options .put (JavaCore .COMPILER_SOURCE , "23" );
@@ -224,7 +224,7 @@ non-sealed class C extends A {}
224224
225225 //abstract final
226226 public void test003_d () throws CoreException {
227- ASTParser astParser = ASTParser .newParser (getAST23 ());
227+ ASTParser astParser = ASTParser .newParser (getAST23 ());
228228 Map <String , String > options = new HashMap <>();
229229 options .put (JavaCore .COMPILER_COMPLIANCE , "23" );
230230 options .put (JavaCore .COMPILER_SOURCE , "23" );
@@ -254,7 +254,7 @@ abstract final class A {}
254254
255255 //abstract non-sealed
256256 public void test003_e () throws CoreException {
257- ASTParser astParser = ASTParser .newParser (getAST23 ());
257+ ASTParser astParser = ASTParser .newParser (getAST23 ());
258258 Map <String , String > options = new HashMap <>();
259259 options .put (JavaCore .COMPILER_COMPLIANCE , "23" );
260260 options .put (JavaCore .COMPILER_SOURCE , "23" );
@@ -284,7 +284,7 @@ abstract non-sealed class A {}
284284
285285 //public final
286286 public void test003_f () throws CoreException {
287- ASTParser astParser = ASTParser .newParser (getAST23 ());
287+ ASTParser astParser = ASTParser .newParser (getAST23 ());
288288 Map <String , String > options = new HashMap <>();
289289 options .put (JavaCore .COMPILER_COMPLIANCE , "23" );
290290 options .put (JavaCore .COMPILER_SOURCE , "23" );
@@ -314,7 +314,7 @@ public final class A {}
314314
315315 //public non-sealed
316316 public void test003_g () throws CoreException {
317- ASTParser astParser = ASTParser .newParser (getAST23 ());
317+ ASTParser astParser = ASTParser .newParser (getAST23 ());
318318 Map <String , String > options = new HashMap <>();
319319 options .put (JavaCore .COMPILER_COMPLIANCE , "23" );
320320 options .put (JavaCore .COMPILER_SOURCE , "23" );
@@ -344,7 +344,7 @@ public non-sealed class A {}
344344
345345 //protected non-sealed
346346 public void test003_h () throws CoreException {
347- ASTParser astParser = ASTParser .newParser (getAST23 ());
347+ ASTParser astParser = ASTParser .newParser (getAST23 ());
348348 Map <String , String > options = new HashMap <>();
349349 options .put (JavaCore .COMPILER_COMPLIANCE , "23" );
350350 options .put (JavaCore .COMPILER_SOURCE , "23" );
@@ -374,7 +374,7 @@ protected non-sealed class A {}
374374
375375 //private non-sealed
376376 public void test003_i () throws CoreException {
377- ASTParser astParser = ASTParser .newParser (getAST23 ());
377+ ASTParser astParser = ASTParser .newParser (getAST23 ());
378378 Map <String , String > options = new HashMap <>();
379379 options .put (JavaCore .COMPILER_COMPLIANCE , "23" );
380380 options .put (JavaCore .COMPILER_SOURCE , "23" );
@@ -404,7 +404,7 @@ private non-sealed class A {}
404404
405405 //protected abstract
406406 public void test003_j () throws CoreException {
407- ASTParser astParser = ASTParser .newParser (getAST23 ());
407+ ASTParser astParser = ASTParser .newParser (getAST23 ());
408408 Map <String , String > options = new HashMap <>();
409409 options .put (JavaCore .COMPILER_COMPLIANCE , "23" );
410410 options .put (JavaCore .COMPILER_SOURCE , "23" );
0 commit comments