@@ -70,13 +70,13 @@ constants/Constants.java:
7070constants/Initializers.java:
7171# 0| [CompilationUnit] Initializers
7272# 3| 1: [Class] Initializers
73- # 4| 3: [FieldDeclaration] int SFIELD, ... ;
73+ # 4| 3: [FieldDeclaration] int SFIELD;
7474# 4| -1: [TypeAccess] int
7575# 4| 0: [IntegerLiteral] 12
76- # 6| 4: [FieldDeclaration] int IFIELD, ... ;
76+ # 6| 4: [FieldDeclaration] int IFIELD;
7777# 6| -1: [TypeAccess] int
7878# 6| 0: [IntegerLiteral] 20
79- # 8| 5: [FieldDeclaration] int IFIELD2, ... ;
79+ # 8| 5: [FieldDeclaration] int IFIELD2;
8080# 8| -1: [TypeAccess] int
8181# 10| 6: [Constructor] Initializers
8282# 10| 5: [BlockStmt] { ... }
@@ -98,17 +98,17 @@ constants/Initializers.java:
9898# 18| 0: [AssignExpr] ...=...
9999# 18| 0: [VarAccess] y
100100# 18| 1: [IntegerLiteral] 400
101- # 21| 8: [FieldDeclaration] Object SFIELD_OBJECT, ... ;
101+ # 21| 8: [FieldDeclaration] Object SFIELD_OBJECT;
102102# 21| -1: [TypeAccess] Object
103103# 21| 0: [StringLiteral] "a string"
104- # 23| 9: [FieldDeclaration] int fsf, ... ;
104+ # 23| 9: [FieldDeclaration] int fsf;
105105# 23| -1: [TypeAccess] int
106- # 24| 10: [FieldDeclaration] int sf, ... ;
106+ # 24| 10: [FieldDeclaration] int sf;
107107# 24| -1: [TypeAccess] int
108108# 24| 0: [IntegerLiteral] 3
109- # 25| 11: [FieldDeclaration] int ff, ... ;
109+ # 25| 11: [FieldDeclaration] int ff;
110110# 25| -1: [TypeAccess] int
111- # 26| 12: [FieldDeclaration] int f, ... ;
111+ # 26| 12: [FieldDeclaration] int f;
112112# 26| -1: [TypeAccess] int
113113# 26| 0: [IntegerLiteral] 4
114114# 28| 13: [BlockStmt] { ... }
@@ -135,7 +135,7 @@ constants/Values.java:
135135#-----| -4: (Javadoc)
136136# 3| 1: [Javadoc] /** Tests of the getIntValue() predicate */
137137# 3| 0: [JavadocText] Tests of the getIntValue() predicate
138- # 6| 3: [FieldDeclaration] int final_field, ... ;
138+ # 6| 3: [FieldDeclaration] int final_field;
139139# 6| -1: [TypeAccess] int
140140# 6| 0: [IntegerLiteral] 42
141141# 8| 4: [Method] values
0 commit comments