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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1347153005: additional SDK fixes. This gets all of them, once we upgrade to new analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « tool/input_sdk/private/native_typed_data.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 severe: [AnalyzerMessage] Classes cannot implement 'bool' (dart:_interceptors, l ine 29, col 45) 1 severe: [AnalyzerMessage] Classes cannot implement 'bool' (dart:_interceptors, l ine 29, col 45)
2 severe: [AnalyzerMessage] Classes cannot implement 'int' (dart:_interceptors/js_ number.dart, line 12, col 47) 2 severe: [AnalyzerMessage] Classes cannot implement 'int' (dart:_interceptors/js_ number.dart, line 12, col 47)
3 severe: [AnalyzerMessage] Classes cannot implement 'double' (dart:_interceptors/ js_number.dart, line 12, col 52) 3 severe: [AnalyzerMessage] Classes cannot implement 'double' (dart:_interceptors/ js_number.dart, line 12, col 52)
4 severe: [AnalyzerMessage] Classes cannot implement 'String' (dart:_interceptors/ js_string.dart, line 14, col 47) 4 severe: [AnalyzerMessage] Classes cannot implement 'String' (dart:_interceptors/ js_string.dart, line 14, col 47)
5 severe: [AnalyzerMessage] The final variable 'lengthInBytes' must be initialized (dart:_native_typed_data, line 24, col 13)
6 severe: [AnalyzerMessage] The final variable 'buffer' must be initialized (dart: _native_typed_data, line 427, col 20)
7 severe: [AnalyzerMessage] The final variable 'lengthInBytes' must be initialized (dart:_native_typed_data, line 433, col 13)
8 severe: [AnalyzerMessage] The final variable 'offsetInBytes' must be initialized (dart:_native_typed_data, line 439, col 13)
9 severe: [AnalyzerMessage] The final variable 'elementSizeInBytes' must be initia lized (dart:_native_typed_data, line 446, col 13)
10 severe: [AnalyzerMessage] The getter 'length' is not defined for the class 'Nati veTypedData' (dart:_native_typed_data, line 452, col 28)
11 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 206, col 32 )
12 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 207, col 36 )
13 severe: [AnalyzerMessage] The getter '_isFiring' is not defined for the class 'S treamSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 208, co l 22)
14 severe: [AnalyzerMessage] The method '_setRemoveAfterFiring' is not defined for the class 'StreamSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 209, col 20)
15 severe: [AnalyzerMessage] The getter '_next' is not defined for the class 'Strea mSubscription<T>' (dart:async/broadcast_stream_controller.dart, line 211, col 38 )
16 severe: [AnalyzerMessage] The getter '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 321, col 34)
17 severe: [AnalyzerMessage] The getter '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 396, col 30)
18 severe: [AnalyzerMessage] The method '_addError' is not defined for the class 'S treamController' (dart:async/stream.dart, line 1227, col 17)
19 severe: [AnalyzerMessage] The getter '_comparator' is not defined for the class '_SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 38)
20 severe: [AnalyzerMessage] The getter '_validKey' is not defined for the class '_ SplayTree<K>' (dart:collection/splay_tree.dart, line 610, col 60)
21 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29) 5 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29)
22 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t ype List<String> (dart:_isolate_helper, line 839, col 37) 6 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t ype List<String> (dart:_isolate_helper, line 839, col 37)
23 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca st to type List<String> (dart:_isolate_helper, line 886, col 11) 7 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca st to type List<String> (dart:_isolate_helper, line 886, col 11)
24 warning: [DownCastComposite] JS('var', r'#.pop()', this) (dynamic) will need run time check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 12) 8 warning: [DownCastComposite] JS('var', r'#.pop()', this) (dynamic) will need run time check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 12)
25 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9) 9 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9)
26 warning: [DownCastComposite] IterableMixinWorkaround.reduce(this, combine) (dyna mic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart , line 161, col 12) 10 warning: [DownCastComposite] IterableMixinWorkaround.reduce(this, combine) (dyna mic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart , line 161, col 12)
27 warning: [DownCastComposite] IterableMixinWorkaround.firstWhere(this, test, orEl se) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_a rray.dart, line 169, col 12) 11 warning: [DownCastComposite] IterableMixinWorkaround.firstWhere(this, test, orEl se) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_a rray.dart, line 169, col 12)
28 warning: [DownCastComposite] IterableMixinWorkaround.lastWhereList(this, test, o rElse) (dynamic) will need runtime check to cast to type E (dart:_interceptors/j s_array.dart, line 173, col 12) 12 warning: [DownCastComposite] IterableMixinWorkaround.lastWhereList(this, test, o rElse) (dynamic) will need runtime check to cast to type E (dart:_interceptors/j s_array.dart, line 173, col 12)
29 warning: [DownCastComposite] IterableMixinWorkaround.singleWhere(this, test) (dy namic) will need runtime check to cast to type E (dart:_interceptors/js_array.da rt, line 177, col 12) 13 warning: [DownCastComposite] IterableMixinWorkaround.singleWhere(this, test) (dy namic) will need runtime check to cast to type E (dart:_interceptors/js_array.da rt, line 177, col 12)
30 warning: [DownCastComposite] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, col 12) 14 warning: [DownCastComposite] JS('var', '#[#]', this, index) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, col 12)
31 warning: [DownCastComposite] charCodes (dynamic) will need runtime check to cast to type List<int> (dart:_js_helper, line 265, col 31) 15 warning: [DownCastComposite] charCodes (dynamic) will need runtime check to cast to type List<int> (dart:_js_helper, line 265, col 31)
32 warning: [DownCastComposite] JS('', '#.value', ret) (dynamic) will need runtime check to cast to type E (dart:_js_helper, line 780, col 16) 16 warning: [DownCastComposite] JS('', '#.value', ret) (dynamic) will need runtime check to cast to type E (dart:_js_helper, line 780, col 16)
33 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, patter n) (dynamic) will need runtime check to cast to type List<String> (dart:_interce ptors/js_string.dart, line 86, col 14) 17 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, patter n) (dynamic) will need runtime check to cast to type List<String> (dart:_interce ptors/js_string.dart, line 86, col 14)
34 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, re) (d ynamic) will need runtime check to cast to type List<String> (dart:_interceptors /js_string.dart, line 89, col 14) 18 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, re) (d ynamic) will need runtime check to cast to type List<String> (dart:_interceptors /js_string.dart, line 89, col 14)
35 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) 19 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)
36 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) 20 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)
37 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) 21 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)
38 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) 22 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)
39 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 8, col 67) 23 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 8, col 67)
40 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 36, col 15) 24 warning: [DownCastComposite] controller (_StreamControllerLifecycle<dynamic>) wi ll need runtime check to cast to type _StreamControllerLifecycle<T> (dart:async/ broadcast_stream_controller.dart, line 36, col 15)
41 warning: [DownCastComposite] super._controller (_StreamControllerLifecycle<T>) w ill need runtime check to cast to type _BroadcastStreamController<T> (dart:async /broadcast_stream_controller.dart, line 40, col 52) 25 warning: [DownCastComposite] super._controller (_StreamControllerLifecycle<T>) w ill need runtime check to cast to type _BroadcastStreamController<T> (dart:async /broadcast_stream_controller.dart, line 40, col 52)
42 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_ stream_controller.dart, line 196, col 18) 26 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_ stream_controller.dart, line 196, col 18)
43 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/broadcast_stre am_controller.dart, line 201, col 12) 27 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee d runtime check to cast to type StreamSubscription<T> (dart:async/broadcast_stre am_controller.dart, line 201, col 12)
44 warning: [DownCastComposite] subscription (StreamSubscription<T>) will need runt ime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream _controller.dart, line 212, col 23) 28 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 310, col 48)
45 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 309, col 48) 29 warning: [UninferredClosure] (_BroadcastSubscription<T> subscription) {subscript ion._close();} ((_BroadcastSubscription<T>) → dynamic) will need runtime check t o cast to type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_st ream_controller.dart, line 373, col 24)
46 warning: [UninferredClosure] (_BroadcastSubscription<T> subscription) {subscript ion._close();} ((_BroadcastSubscription<T>) → dynamic) will need runtime check t o cast to type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_st ream_controller.dart, line 372, col 24) 30 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 394, col 48)
47 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 393, col 48) 31 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 403, col 48)
48 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 402, col 48) 32 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 413, col 50)
49 warning: [DownCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to cast to type _BroadcastSubscription<T> (dart:async/broadcast_stream_co ntroller.dart, line 412, col 50)
50 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 123, col 12) 33 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 123, col 12)
51 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 149, col 12) 34 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 149, col 12)
52 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 233, col 12) 35 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future.dart, line 233, col 12)
53 warning: [DownCastComposite] callback (Function) will need runtime check to cast to type (dynamic) → bool (dart:async/future_impl.dart, line 117, col 12) 36 warning: [DownCastComposite] callback (Function) will need runtime check to cast to type (dynamic) → bool (dart:async/future_impl.dart, line 117, col 12)
54 warning: [DownCastComposite] result._zone.registerUnaryCallback(f) ((dynamic) → dynamic) will need runtime check to cast to type (T) → dynamic (dart:async/futur e_impl.dart, line 208, col 11) 37 warning: [DownCastComposite] result._zone.registerUnaryCallback(f) ((dynamic) → dynamic) will need runtime check to cast to type (T) → dynamic (dart:async/futur e_impl.dart, line 208, col 11)
55 warning: [DownCastComposite] result._zone.registerUnaryCallback(test) ((dynamic) → dynamic) will need runtime check to cast to type (dynamic) → bool (dart:async /future_impl.dart, line 221, col 32) 38 warning: [DownCastComposite] result._zone.registerUnaryCallback(test) ((dynamic) → dynamic) will need runtime check to cast to type (dynamic) → bool (dart:async /future_impl.dart, line 221, col 32)
56 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future_impl.dart, line 233, col 12) 39 warning: [DownCastComposite] result (_Future<dynamic>) will need runtime check t o cast to type Future<T> (dart:async/future_impl.dart, line 233, col 12)
57 warning: [DownCastComposite] _resultOrListeners (dynamic) will need runtime chec k to cast to type T (dart:async/future_impl.dart, line 245, col 12) 40 warning: [DownCastComposite] _resultOrListeners (dynamic) will need runtime chec k to cast to type T (dart:async/future_impl.dart, line 245, col 12)
58 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 347, col 17) 41 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 347, col 17)
59 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 357, col 15) 42 warning: [DownCastComposite] value (dynamic) will need runtime check to cast to type T (dart:async/future_impl.dart, line 357, col 15)
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 warning: [DownCastComposite] _map[_keys.current] (dynamic) will need runtime che ck to cast to type V (dart:collection/maps.dart, line 144, col 18) 145 warning: [DownCastComposite] _map[_keys.current] (dynamic) will need runtime che ck to cast to type V (dart:collection/maps.dart, line 144, col 18)
163 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 208, col 23) 146 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 208, col 23)
164 warning: [DownCastComposite] list (Queue<E>) will need runtime check to cast to type DoubleLinkedQueue<E> (dart:collection/queue.dart, line 211, col 12) 147 warning: [DownCastComposite] list (Queue<E>) will need runtime check to cast to type DoubleLinkedQueue<E> (dart:collection/queue.dart, line 211, col 12)
165 warning: [DownCastComposite] sourceList (List<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 402, col 40) 148 warning: [DownCastComposite] sourceList (List<dynamic>) will need runtime check to cast to type Iterable<E> (dart:collection/queue.dart, line 402, col 40)
166 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 411, col 31) 149 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/queue.dart, line 411, col 31)
167 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas t to type Iterable<E> (dart:collection/queue.dart, line 480, col 52) 150 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 486, col 52) 151 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 490, col 52) 152 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 491, col 40) 153 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] _queue._table[_position] (dynamic) will need runtim e check to cast to type E (dart:collection/queue.dart, line 738, col 16) 154 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] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 151, col 12) 155 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 155, col 12)
173 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 167, col 12) 156 warning: [DownCastComposite] current (_SplayTreeNode<dynamic>) will need runtime check to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 171, col 12)
174 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) 157 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 269, col 23)
175 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 275, col 35) 158 warning: [DownCastComposite] k (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 279, col 35)
176 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 275, col 40) 159 warning: [DownCastComposite] v (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 279, col 40)
177 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 328, col 25) 160 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 332, col 25)
178 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 331, col 16) 161 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 335, col 16)
179 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 339, col 41) 162 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 343, col 41)
180 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 340, col 33) 163 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 344, col 33)
181 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 363, col 14) 164 warning: [DownCastComposite] mapRoot.value (dynamic) will need runtime check to cast to type V (dart:collection/splay_tree.dart, line 367, col 14)
182 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) 165 warning: [DownCastComposite] nodes.current (_SplayTreeNode<K>) will need runtime check to cast to type _SplayTreeMapNode<K, V> (dart:collection/splay_tree.dart, line 398, col 38)
183 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 408, col 37) 166 warning: [DownCastComposite] key (Object) will need runtime check to cast to typ e K (dart:collection/splay_tree.dart, line 412, col 37)
184 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type K (dart:collection/splay_tree.dart, line 441, col 12) 167 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type K (dart:collection/splay_tree.dart, line 445, col 12)
185 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 449, col 12) 168 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 453, col 12)
186 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) 169 warning: [DownCastComposite] node.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 632, col 39)
187 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) 170 warning: [DownCastComposite] node.value (dynamic) will need runtime check to cas t to type V (dart:collection/splay_tree.dart, line 637, col 42)
188 warning: [DownCastComposite] node.key (dynamic) will need runtime check to cast to type K (dart:collection/splay_tree.dart, line 628, col 39) 171 warning: [DownCastComposite] node (_SplayTreeNode<dynamic>) will need runtime ch eck to cast to type _SplayTreeNode<K> (dart:collection/splay_tree.dart, line 645 , col 55)
189 warning: [DownCastComposite] node.value (dynamic) will need runtime check to cas t to type V (dart:collection/splay_tree.dart, line 633, col 42) 172 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 695, col 23)
190 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) 173 warning: [DownCastComposite] elements (Iterable<dynamic>) will need runtime chec k to cast to type Iterable<E> (dart:collection/splay_tree.dart, line 709, col 29 )
191 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) 174 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type E (dart:collection/splay_tree.dart, line 727, col 12)
192 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 ) 175 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 732, col 12)
193 warning: [DownCastComposite] _first.key (dynamic) will need runtime check to cas t to type E (dart:collection/splay_tree.dart, line 723, col 12) 176 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 743, col 40)
194 warning: [DownCastComposite] _last.key (dynamic) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 728, col 12) 177 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 755, col 20)
195 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 739, col 40) 178 warning: [DownCastComposite] element (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 769, col 39)
196 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 751, col 20) 179 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 783, col 39)
197 warning: [DownCastComposite] element (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 765, col 39) 180 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 795, col 23)
198 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 779, col 39)
199 warning: [DownCastComposite] object (Object) will need runtime check to cast to type E (dart:collection/splay_tree.dart, line 791, col 23)
200 warning: [DownCastComposite] result (List<dynamic>) will need runtime check to c ast to type List<int> (dart:convert/ascii.dart, line 96, col 12) 181 warning: [DownCastComposite] result (List<dynamic>) will need runtime check to c ast to type List<int> (dart:convert/ascii.dart, line 96, col 12)
201 warning: [DownCastComposite] _first.encoder.fuse(_second.encoder) (Converter<S, dynamic>) will need runtime check to cast to type Converter<S, T> (dart:convert/ codec.dart, line 87, col 34) 182 warning: [DownCastComposite] _first.encoder.fuse(_second.encoder) (Converter<S, dynamic>) will need runtime check to cast to type Converter<S, T> (dart:convert/ codec.dart, line 87, col 34)
202 warning: [DownCastComposite] _second.decoder.fuse(_first.decoder) (Converter<T, dynamic>) will need runtime check to cast to type Converter<T, S> (dart:convert/ codec.dart, line 88, col 34) 183 warning: [DownCastComposite] _second.decoder.fuse(_first.decoder) (Converter<T, dynamic>) will need runtime check to cast to type Converter<T, S> (dart:convert/ codec.dart, line 88, col 34)
203 warning: [DownCastComposite] JS('JSExtendableArray', '#', keys) (dynamic) will n eed runtime check to cast to type List<String> (dart:convert, line 311, col 12) 184 warning: [DownCastComposite] JS('JSExtendableArray', '#', keys) (dynamic) will n eed runtime check to cast to type List<String> (dart:convert, line 311, col 12)
204 warning: [DownCastComposite] _second.convert(_first.convert(input)) (dynamic) wi ll need runtime check to cast to type T (dart:convert/converter.dart, line 58, c ol 25) 185 warning: [DownCastComposite] _second.convert(_first.convert(input)) (dynamic) wi ll need runtime check to cast to type T (dart:convert/converter.dart, line 58, c ol 25)
205 warning: [DownCastComposite] toEncodable ((dynamic) → dynamic) will need runtime check to cast to type (Object) → Object (dart:convert/json.dart, line 142, col 28) 186 warning: [DownCastComposite] toEncodable ((dynamic) → dynamic) will need runtime check to cast to type (Object) → Object (dart:convert/json.dart, line 142, col 28)
206 warning: [DownCastComposite] _toEncodable ((dynamic) → dynamic) will need runtim e check to cast to type (Object) → Object (dart:convert/json.dart, line 147, col 28) 187 warning: [DownCastComposite] _toEncodable ((dynamic) → dynamic) will need runtim e check to cast to type (Object) → Object (dart:convert/json.dart, line 147, col 28)
207 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 270, col 42) 188 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 270, col 42)
208 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 352, col 36) 189 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 352, col 36)
209 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 455, col 53) 190 warning: [DownCastComposite] _toEncodable (Function) will need runtime check to cast to type (Object) → dynamic (dart:convert/json.dart, line 455, col 53)
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 169, col 13) 255 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 169, col 13)
275 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 170, col 16) 256 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 170, col 16)
276 warning: [DownCastComposite] (width < 0) ? _clampToZero(width) : width (num) wil l need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col 23) 257 warning: [DownCastComposite] (width < 0) ? _clampToZero(width) : width (num) wil l need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col 23)
277 warning: [DownCastComposite] (height < 0) ? _clampToZero(height) : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, c ol 24) 258 warning: [DownCastComposite] (height < 0) ? _clampToZero(height) : height (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, c ol 24)
278 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 228, col 14) 259 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 228, col 14)
279 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 229, col 15) 260 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 229, col 15)
280 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 230, col 13) 261 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 230, col 13)
281 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 231, col 16) 262 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 231, col 16)
282 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 247, col 28) 263 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t o cast to type T (dart:math/rectangle.dart, line 247, col 28)
283 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 263, col 30) 264 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 263, col 30)
OLDNEW
« no previous file with comments | « tool/input_sdk/private/native_typed_data.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698