Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1298893003: Enable is and as checks on non-ground types (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Minor fixes Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« lib/runtime/_operations.js ('K') | « test/checker/checker_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 warning: [DownCastImplicit] rnd32.remainder(max) (num) will need runtime check t o cast to type int (dart:math, line 426, col 16) 1 warning: [DownCastImplicit] rnd32.remainder(max) (num) will need runtime check t o cast to type int (dart:math, line 426, col 16)
2 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 25) 2 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 25)
3 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 38) 3 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 37, col 38)
4 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 25) 4 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 25)
5 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 38) 5 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t o type T (dart:math/point.dart, line 46, col 38)
6 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 25) 6 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 25)
7 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 37) 7 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to type T (dart:math/point.dart, line 59, col 37)
8 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to cast to type T (dart:math/point.dart, line 86, col 12) 8 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to cast to type T (dart:math/point.dart, line 86, col 12)
9 warning: [DownCastComposite] left + width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 33, col 18) 9 warning: [DownCastComposite] left + width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 33, col 18)
10 warning: [DownCastComposite] top + height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 35, col 19) 10 warning: [DownCastComposite] top + height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 35, col 19)
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 warning: [DownCastImplicit] 0xdc00 + (i & 0x3ff) (num) will need runtime check t o cast to type int (dart:_js_helper, line 251, col 15) 101 warning: [DownCastImplicit] 0xdc00 + (i & 0x3ff) (num) will need runtime check t o cast to type int (dart:_js_helper, line 251, col 15)
102 warning: [DownCastComposite] charCodes (dynamic) will need runtime check to cast to type List<int> (dart:_js_helper, line 265, col 31) 102 warning: [DownCastComposite] charCodes (dynamic) will need runtime check to cast to type List<int> (dart:_js_helper, line 265, col 31)
103 warning: [DownCastComposite] JS('', '#.value', ret) (dynamic) will need runtime check to cast to type E (dart:_js_helper, line 780, col 16) 103 warning: [DownCastComposite] JS('', '#.value', ret) (dynamic) will need runtime check to cast to type E (dart:_js_helper, line 780, col 16)
104 warning: [DownCastComposite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeR egExp, checkString(string)) (dynamic) will need runtime check to cast to type Li st<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22) 104 warning: [DownCastComposite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeR egExp, checkString(string)) (dynamic) will need runtime check to cast to type Li st<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22)
105 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43) 105 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43)
106 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43) 106 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca st to type List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43)
107 warning: [DownCastComposite] pattern.allMatches(receiver) (dynamic) will need ru ntime check to cast to type Iterable<Match> (dart:_js_helper/string_helper.dart, line 137, col 23) 107 warning: [DownCastComposite] pattern.allMatches(receiver) (dynamic) will need ru ntime check to cast to type Iterable<Match> (dart:_js_helper/string_helper.dart, line 137, col 23)
108 warning: [DownCastComposite] JS('var', '#.splice(#, 2)[1]', bucket, index) (dyna mic) will need runtime check to cast to type V (dart:collection, line 179, col 1 2) 108 warning: [DownCastComposite] JS('var', '#.splice(#, 2)[1]', bucket, index) (dyna mic) will need runtime check to cast to type V (dart:collection, line 179, col 1 2)
109 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 193, col 14) 109 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 193, col 14)
110 warning: [DownCastComposite] _getTableEntry(table, key) (dynamic) will need runt ime check to cast to type V (dart:collection, line 261, col 17) 110 warning: [DownCastComposite] _getTableEntry(table, key) (dynamic) will need runt ime check to cast to type V (dart:collection, line 261, col 17)
111 severe: [InvalidRuntimeCheckError] Invalid runtime check on non-ground type K (d art:collection, line 372, col 61)
112 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 397, col 49) 111 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 397, col 49)
113 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru ntime check to cast to type K (dart:collection, line 404, col 19) 112 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru ntime check to cast to type K (dart:collection, line 404, col 19)
114 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 404, col 49) 113 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 404, col 49)
115 warning: [DownCastComposite] JS('var', '#[#]', keys, i) (dynamic) will need runt ime check to cast to type E (dart:collection, line 430, col 9) 114 warning: [DownCastComposite] JS('var', '#[#]', keys, i) (dynamic) will need runt ime check to cast to type E (dart:collection, line 430, col 9)
116 warning: [DownCastComposite] JS('var', '#[#]', keys, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 456, col 18) 115 warning: [DownCastComposite] JS('var', '#[#]', keys, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 456, col 18)
117 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 561, col 12) 116 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 561, col 12)
118 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 627, col 12) 117 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 627, col 12)
119 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type K (dart:collection, line 642, col 14) 118 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type K (dart:collection, line 642, col 14)
120 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 642, col 25) 119 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 642, col 25)
121 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 665, col 12) 120 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca st to type V (dart:collection, line 665, col 12)
122 severe: [InvalidRuntimeCheckError] Invalid runtime check on non-ground type K (d art:collection, line 795, col 61)
123 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 820, col 49) 121 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 820, col 49)
124 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type K (dart:collection, line 828, col 19) 122 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type K (dart:collection, line 828, col 19)
125 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 828, col 30) 123 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty pe K (dart:collection, line 828, col 30)
126 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type E (dart:collection, line 862, col 9) 124 warning: [DownCastComposite] cell._key (dynamic) will need runtime check to cast to type E (dart:collection, line 862, col 9)
127 warning: [DownCastComposite] _cell._key (dynamic) will need runtime check to cas t to type E (dart:collection, line 889, col 18) 125 warning: [DownCastComposite] _cell._key (dynamic) will need runtime check to cas t to type E (dart:collection, line 889, col 18)
128 warning: [DownCastComposite] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 951, col 14) 126 warning: [DownCastComposite] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 951, col 14)
129 warning: [DownCastComposite] bucket[index] (dynamic) will need runtime check to cast to type E (dart:collection, line 962, col 12) 127 warning: [DownCastComposite] bucket[index] (dynamic) will need runtime check to cast to type E (dart:collection, line 962, col 12)
130 severe: [InvalidRuntimeCheckError] Invalid runtime check on non-ground type E (d art:collection, line 1194, col 61)
131 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru ntime check to cast to type E (dart:collection, line 1202, col 21) 128 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru ntime check to cast to type E (dart:collection, line 1202, col 21)
132 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1202, col 51) 129 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1202, col 51)
133 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1212, col 47) 130 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1212, col 47)
134 warning: [DownCastComposite] JS('var', '#[#]', elements, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 1251, col 18) 131 warning: [DownCastComposite] JS('var', '#[#]', elements, offset) (dynamic) will need runtime check to cast to type E (dart:collection, line 1251, col 18)
135 warning: [DownCastComposite] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 1328, col 14) 132 warning: [DownCastComposite] this.contains(object) ? object : null (Object) will need runtime check to cast to type E (dart:collection, line 1328, col 14)
136 warning: [DownCastComposite] bucket[index]._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1340, col 12) 133 warning: [DownCastComposite] bucket[index]._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1340, col 12)
137 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1347, col 14) 134 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1347, col 14)
138 warning: [DownCastComposite] _first._element (dynamic) will need runtime check t o cast to type E (dart:collection, line 1357, col 12) 135 warning: [DownCastComposite] _first._element (dynamic) will need runtime check t o cast to type E (dart:collection, line 1357, col 12)
139 warning: [DownCastComposite] _last._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1362, col 12) 136 warning: [DownCastComposite] _last._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1362, col 12)
140 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1431, col 19) 137 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1431, col 19)
141 severe: [InvalidRuntimeCheckError] Invalid runtime check on non-ground type E (d art:collection, line 1596, col 61)
142 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1606, col 21) 138 warning: [DownCastComposite] cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1606, col 21)
143 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1606, col 36) 139 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1606, col 36)
144 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1616, col 47) 140 warning: [DownCastComposite] element (dynamic) will need runtime check to cast t o type E (dart:collection, line 1616, col 47)
145 warning: [DownCastComposite] _cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1678, col 18) 141 warning: [DownCastComposite] _cell._element (dynamic) will need runtime check to cast to type E (dart:collection, line 1678, col 18)
146 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/hash_map.dart, line 112, col 40) 142 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/hash_map.dart, line 112, col 40)
147 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/hash_map.dart, line 112, col 35) 143 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/hash_map.dart, line 112, col 35)
148 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/hash_set.dart, line 128, col 17) 144 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/hash_set.dart, line 128, col 17)
149 warning: [DownCastComposite] _iterator.current (dynamic) will need runtime check to cast to type E (dart:collection/iterator.dart, line 33, col 16) 145 warning: [DownCastComposite] _iterator.current (dynamic) will need runtime check to cast to type E (dart:collection/iterator.dart, line 33, col 16)
150 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/linked_hash_map.dart, line 99, col 40) 146 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/linked_hash_map.dart, line 99, col 40)
151 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/linked_hash_map.dart, line 99, col 35) 147 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/linked_hash_map.dart, line 99, col 35)
(...skipping 20 matching lines...) Expand all
172 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 480, col 52) 168 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 480, col 52)
173 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 486, col 52) 169 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 486, col 52)
174 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 490, col 52) 170 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 490, col 52)
175 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 491, col 40) 171 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 491, col 40)
176 warning: [DownCastComposite] _queue._table[_position] (dynamic) will need runtim e check to cast to type E (dart:collection/queue.dart, line 738, col 16) 172 warning: [DownCastComposite] _queue._table[_position] (dynamic) will need runtim e check to cast to type E (dart:collection/queue.dart, line 738, col 16)
177 severe: [AnalyzerMessage] The getter '_validKey' is not defined for the class '_ SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 60) 173 severe: [AnalyzerMessage] The getter '_validKey' is not defined for the class '_ SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 60)
178 severe: [AnalyzerMessage] The getter '_comparator' is not defined for the class '_SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 38) 174 severe: [AnalyzerMessage] The getter '_comparator' is not defined for the class '_SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 38)
179 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 151, col 12) 175 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 151, col 12)
180 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 167, col 12) 176 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 167, col 12)
181 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (K, K) → int (dart:collection/s play_tree.dart, line 265, col 23) 177 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (K, K) → int (dart:collection/s play_tree.dart, line 265, col 23)
182 severe: [InvalidRuntimeCheckError] Invalid runtime check on non-ground type K (d art:collection/splay_tree.dart, line 266, col 65)
183 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 275, col 40) 178 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 275, col 40)
184 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 275, col 35) 179 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 275, col 35)
185 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 328, col 25) 180 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 328, col 25)
186 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 331, col 16) 181 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 331, col 16)
187 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 339, col 41) 182 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 339, col 41)
188 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 340, col 33) 183 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 340, col 33)
189 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 363, col 14) 184 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 363, col 14)
190 warning: [DownCastComposite] nodes.current (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<K, V> (dart:collection/splay_tree.dart, line 394, col 38) 185 warning: [DownCastComposite] nodes.current (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<K, V> (dart:collection/splay_tree.dart, line 394, col 38)
191 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 408, col 37) 186 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 408, col 37)
192 warning: [DownCastImplicit] node.right (_SplayTreeNode<dynamic>) will need runti me check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/sp lay_tree.dart, line 420, col 41) 187 warning: [DownCastImplicit] node.right (_SplayTreeNode<dynamic>) will need runti me check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/sp lay_tree.dart, line 420, col 41)
193 warning: [DownCastImplicit] node.left (_SplayTreeNode<dynamic>) will need runtim e check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/spl ay_tree.dart, line 421, col 16) 188 warning: [DownCastImplicit] node.left (_SplayTreeNode<dynamic>) will need runtim e check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/spl ay_tree.dart, line 421, col 16)
194 warning: [DownCastImplicit] _root (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.da rt, line 425, col 18) 189 warning: [DownCastImplicit] _root (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/splay_tree.da rt, line 425, col 18)
195 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type K (dart:collection/splay_tree.dart, line 441, col 12) 190 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type K (dart:collection/splay_tree.dart, line 441, col 12)
196 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 449, col 12) 191 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 449, col 12)
197 warning: [DownCastImplicit] _currentNode (_SplayTreeNode<dynamic>) will need run time check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/ splay_tree.dart, line 545, col 22) 192 warning: [DownCastImplicit] _currentNode (_SplayTreeNode<dynamic>) will need run time check to cast to type _SplayTreeMapNode<dynamic, dynamic> (dart:collection/ splay_tree.dart, line 545, col 22)
198 warning: [DownCastComposite] setOrMap._comparator (dynamic) will need runtime ch eck to cast to type (K, K) → int (dart:collection/splay_tree.dart, line 610, col 29) 193 warning: [DownCastComposite] setOrMap._comparator (dynamic) will need runtime ch eck to cast to type (K, K) → int (dart:collection/splay_tree.dart, line 610, col 29)
199 warning: [DownCastComposite] setOrMap._validKey (dynamic) will need runtime chec k to cast to type (Object) → bool (dart:collection/splay_tree.dart, line 610, co l 51) 194 warning: [DownCastComposite] setOrMap._validKey (dynamic) will need runtime chec k to cast to type (Object) → bool (dart:collection/splay_tree.dart, line 610, co l 51)
200 warning: [DownCastComposite] node.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 628, col 39) 195 warning: [DownCastComposite] node.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 628, col 39)
201 warning: [DownCastComposite] node.value (dynamic) will need runtime check to cas t to type V (dart:collection/splay_tree.dart, line 633, col 42) 196 warning: [DownCastComposite] node.value (dynamic) will need runtime check to cas t to type V (dart:collection/splay_tree.dart, line 633, col 42)
202 warning: [DownCastComposite] node (_SplayTreeNode<dynamic>) will need runtime ch eck to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 641 , col 55) 197 warning: [DownCastComposite] node (_SplayTreeNode<dynamic>) will need runtime ch eck to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 641 , col 55)
203 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (E, E) → int (dart:collection/s play_tree.dart, line 691, col 23) 198 warning: [DownCastComposite] (compare == null) ? Comparable.compare : compare (F unction) will need runtime check to cast to type (E, E) → int (dart:collection/s play_tree.dart, line 691, col 23)
204 severe: [InvalidRuntimeCheckError] Invalid runtime check on non-ground type E (d art:collection/splay_tree.dart, line 692, col 65)
205 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/splay_tree.dart, line 705, col 29 ) 199 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/splay_tree.dart, line 705, col 29 )
206 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type E (dart:collection/splay_tree.dart, line 723, col 12) 200 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type E (dart:collection/splay_tree.dart, line 723, col 12)
207 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 728, col 12) 201 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 728, col 12)
208 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 739, col 40) 202 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 739, col 40)
209 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 751, col 20) 203 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 751, col 20)
210 warning: [DownCastComposite] element (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 765, col 39) 204 warning: [DownCastComposite] element (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 765, col 39)
211 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 779, col 39) 205 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 779, col 39)
212 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 791, col 23) 206 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 791, col 23)
213 severe: [AnalyzerMessage] The getter 'length' is not defined for the class 'Nati veTypedData' (dart:_native_typed_data, line 452, col 28) 207 severe: [AnalyzerMessage] The getter 'length' is not defined for the class 'Nati veTypedData' (dart:_native_typed_data, line 452, col 28)
214 severe: [AnalyzerMessage] The final variable 'buffer' must be initialized (dart: _native_typed_data, line 427, col 20) 208 severe: [AnalyzerMessage] The final variable 'buffer' must be initialized (dart: _native_typed_data, line 427, col 20)
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 warning: [DownCastComposite] query.split("&").fold({}, (map, element) {int index = element.indexOf("="); if (index == -1) {if (element != "") {map[decodeQueryCo mponent(element, encoding: encoding)] = "";}} else if (index != 0) {var key = el ement.substring(0, index); var value = element.substring(index + 1); map[Uri.dec odeQueryComponent(key, encoding: encoding)] = decodeQueryComponent(value, encodi ng: encoding);} return map;}) (dynamic) will need runtime check to cast to type Map<String, String> (dart:core/uri.dart, line 1869, col 12) 364 warning: [DownCastComposite] query.split("&").fold({}, (map, element) {int index = element.indexOf("="); if (index == -1) {if (element != "") {map[decodeQueryCo mponent(element, encoding: encoding)] = "";}} else if (index != 0) {var key = el ement.substring(0, index); var value = element.substring(index + 1); map[Uri.dec odeQueryComponent(key, encoding: encoding)] = decodeQueryComponent(value, encodi ng: encoding);} return map;}) (dynamic) will need runtime check to cast to type Map<String, String> (dart:core/uri.dart, line 1869, col 12)
371 warning: [DownCastComposite] bytes.map((byteString) {int byte = int.parse(byteSt ring); if (byte < 0 || byte > 255) {error('each part must be in the range of `0. .255`');} return byte;}).toList() (List<dynamic>) will need runtime check to cas t to type List<int> (dart:core/uri.dart, line 1901, col 12) 365 warning: [DownCastComposite] bytes.map((byteString) {int byte = int.parse(byteSt ring); if (byte < 0 || byte > 255) {error('each part must be in the range of `0. .255`');} return byte;}).toList() (List<dynamic>) will need runtime check to cas t to type List<int> (dart:core/uri.dart, line 1901, col 12)
372 warning: [DownCastComposite] bytes (List<dynamic>) will need runtime check to ca st to type List<int> (dart:core/uri.dart, line 2023, col 12) 366 warning: [DownCastComposite] bytes (List<dynamic>) will need runtime check to ca st to type List<int> (dart:core/uri.dart, line 2023, col 12)
373 warning: [DownCastComposite] _convertToJS ((dynamic) → dynamic) will need runtim e check to cast to type (E) → dynamic (dart:js, line 325, col 44) 367 warning: [DownCastComposite] _convertToJS ((dynamic) → dynamic) will need runtim e check to cast to type (E) → dynamic (dart:js, line 325, col 44)
374 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c ast to type E (dart:js, line 358, col 12) 368 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c ast to type E (dart:js, line 358, col 12)
375 warning: [DownCastImplicit] list (Object) will need runtime check to cast to typ e List<dynamic> (dart:js, line 394, col 24) 369 warning: [DownCastImplicit] list (Object) will need runtime check to cast to typ e List<dynamic> (dart:js, line 394, col 24)
376 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will need runtime check to cast to type E (dart:js, line 404, col 12) 370 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will need runtime check to cast to type E (dart:js, line 404, col 12)
377 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check to cast to type E (dart:js, line 409, col 12) 371 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check to cast to type E (dart:js, line 409, col 12)
378 warning: [DownCastImplicit] ms (num) will need runtime check to cast to type int (dart:js, line 486, col 52) 372 warning: [DownCastImplicit] ms (num) will need runtime check to cast to type int (dart:js, line 486, col 52)
379 warning: [DownCastImplicit] (tm as ClassMirror).originalDeclaration (TypeMirror) will need runtime check to cast to type ClassMirror (dart:mirrors, line 171, co l 10) 373 warning: [DownCastImplicit] (tm as ClassMirror).originalDeclaration (TypeMirror) will need runtime check to cast to type ClassMirror (dart:mirrors, line 171, co l 10)
OLDNEW
« lib/runtime/_operations.js ('K') | « test/checker/checker_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698