Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4adf582

Browse files
tamasvajkigfoo
authored andcommitted
Fix expected files
1 parent 9ff9bbe commit 4adf582

3 files changed

Lines changed: 4 additions & 21 deletions

File tree

java/ql/test/kotlin/library-tests/classes/PrintAst.expected

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ classes.kt:
108108
# 49| 0: [TypeAccess] Direction
109109
# 49| 1: [ExprStmt] <Expr>;
110110
# 49| 0: [MethodAccess] <obinit>(...)
111-
# 49| 4: [Method] getName
112-
# 49| 4: [Method] getOrdinal
113111
# 53| 12: [Class] Color
114112
# 0| 1: [Method] values
115113
# 0| 1: [Method] valueOf
@@ -125,14 +123,12 @@ classes.kt:
125123
# 53| 0: [TypeAccess] Color
126124
# 53| 1: [ExprStmt] <Expr>;
127125
# 53| 0: [MethodAccess] <obinit>(...)
128-
# 53| 4: [Method] getName
129-
# 53| 4: [Method] getOrdinal
130-
# 53| 7: [Method] getRgb
126+
# 53| 5: [Method] getRgb
131127
# 53| 5: [BlockStmt] { ... }
132128
# 53| 0: [ReturnStmt] return ...
133129
# 53| 0: [VarAccess] this.rgb
134130
# 53| -1: [ThisAccess] this
135-
# 53| 7: [FieldDeclaration] int rgb;
131+
# 53| 5: [FieldDeclaration] int rgb;
136132
# 53| -1: [TypeAccess] int
137133
# 59| 13: [Interface] Interface1
138134
# 60| 14: [Interface] Interface2

java/ql/test/kotlin/library-tests/exprs/PrintAst.expected

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -789,8 +789,6 @@ exprs.kt:
789789
# 168| 0: [TypeAccess] Direction
790790
# 168| 1: [ExprStmt] <Expr>;
791791
# 168| 0: [MethodAccess] <obinit>(...)
792-
# 168| 4: [Method] getName
793-
# 168| 4: [Method] getOrdinal
794792
# 172| 7: [Class] Color
795793
# 0| 1: [Method] values
796794
# 0| 1: [Method] valueOf
@@ -806,14 +804,12 @@ exprs.kt:
806804
# 172| 0: [TypeAccess] Color
807805
# 172| 1: [ExprStmt] <Expr>;
808806
# 172| 0: [MethodAccess] <obinit>(...)
809-
# 172| 4: [Method] getName
810-
# 172| 4: [Method] getOrdinal
811-
# 172| 7: [Method] getRgb
807+
# 172| 5: [Method] getRgb
812808
# 172| 5: [BlockStmt] { ... }
813809
# 172| 0: [ReturnStmt] return ...
814810
# 172| 0: [VarAccess] this.rgb
815811
# 172| -1: [ThisAccess] this
816-
# 172| 7: [FieldDeclaration] int rgb;
812+
# 172| 5: [FieldDeclaration] int rgb;
817813
# 172| -1: [TypeAccess] int
818814
# 183| 8: [Interface] Interface1
819815
# 185| 9: [Class] Class1

java/ql/test/kotlin/library-tests/types/types.expected

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -633,16 +633,13 @@
633633
| Collection<ConstantDesc> | Interface, ParameterizedType |
634634
| Collection<DateTimePrinterParser> | Interface, ParameterizedType |
635635
| Collection<E> | Interface, ParameterizedType |
636-
| Collection<Entry<?>> | Interface, ParameterizedType |
637-
| Collection<Entry<Identity,Entry<?>>> | Interface, ParameterizedType |
638636
| Collection<Entry<K,V>> | Interface, ParameterizedType |
639637
| Collection<Entry<Object,Object>> | Interface, ParameterizedType |
640638
| Collection<Era> | Interface, ParameterizedType |
641639
| Collection<Exports> | Interface, ParameterizedType |
642640
| Collection<F> | Interface, ParameterizedType |
643641
| Collection<FileSystemProvider> | Interface, ParameterizedType |
644642
| Collection<Future<T>> | Interface, ParameterizedType |
645-
| Collection<Identity> | Interface, ParameterizedType |
646643
| Collection<InterfaceAddress> | Interface, ParameterizedType |
647644
| Collection<K> | Interface, ParameterizedType |
648645
| Collection<LanguageRange> | Interface, ParameterizedType |
@@ -919,7 +916,6 @@
919916
| Entry<? extends K,? extends V>[] | Array |
920917
| Entry<?> | Class, ParameterizedType |
921918
| Entry<?>[] | Array |
922-
| Entry<Identity,Entry<?>> | Interface, ParameterizedType |
923919
| Entry<K,V> | Class, ParameterizedType |
924920
| Entry<K,V> | Interface, ParameterizedType |
925921
| Entry<K,V>[] | Array |
@@ -1233,8 +1229,6 @@
12331229
| Iterable<ConstantDesc> | Interface, ParameterizedType |
12341230
| Iterable<DateTimePrinterParser> | Interface, ParameterizedType |
12351231
| Iterable<E> | Interface, ParameterizedType |
1236-
| Iterable<Entry<?>> | Interface, ParameterizedType |
1237-
| Iterable<Entry<Identity,Entry<?>>> | Interface, ParameterizedType |
12381232
| Iterable<Entry<K,V>> | Interface, ParameterizedType |
12391233
| Iterable<Entry<Object,Object>> | Interface, ParameterizedType |
12401234
| Iterable<Era> | Interface, ParameterizedType |
@@ -1243,7 +1237,6 @@
12431237
| Iterable<FileStore> | Interface, ParameterizedType |
12441238
| Iterable<FileSystemProvider> | Interface, ParameterizedType |
12451239
| Iterable<Future<T>> | Interface, ParameterizedType |
1246-
| Iterable<Identity> | Interface, ParameterizedType |
12471240
| Iterable<Integer> | Interface, ParameterizedType |
12481241
| Iterable<InterfaceAddress> | Interface, ParameterizedType |
12491242
| Iterable<K> | Interface, ParameterizedType |
@@ -1745,11 +1738,9 @@
17451738
| Set<Chronology> | Interface, ParameterizedType |
17461739
| Set<ClassOption> | Interface, ParameterizedType |
17471740
| Set<E> | Interface, ParameterizedType |
1748-
| Set<Entry<Identity,Entry<?>>> | Interface, ParameterizedType |
17491741
| Set<Entry<K,V>> | Interface, ParameterizedType |
17501742
| Set<Entry<Object,Object>> | Interface, ParameterizedType |
17511743
| Set<Exports> | Interface, ParameterizedType |
1752-
| Set<Identity> | Interface, ParameterizedType |
17531744
| Set<K> | Interface, ParameterizedType |
17541745
| Set<Locale> | Interface, ParameterizedType |
17551746
| Set<Modifier> | Interface, ParameterizedType |

0 commit comments

Comments
 (0)