OLD | NEW |
1 severe: [AnalyzerMessage] The redirected constructor '(dynamic) → JSArray<dynami
c>' has incompatible parameters with '(dynamic) → JSArray<E>' (dart:_interceptor
s/js_array.dart, line 29, col 46) | 1 severe: [AnalyzerMessage] The redirected constructor '(dynamic) → JSArray<dynami
c>' has incompatible parameters with '(dynamic) → JSArray<E>' (dart:_interceptor
s/js_array.dart, line 29, col 46) |
2 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int
erceptors/js_number.dart, line 12, col 7) | 2 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int
erceptors/js_number.dart, line 12, col 7) |
3 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_
interceptors/js_string.dart, line 14, col 7) | 3 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_
interceptors/js_string.dart, line 14, col 7) |
| 4 severe: [AnalyzerMessage] 'const' variables must be constant value (dart:_utils,
line 12, col 24) |
| 5 severe: [AnalyzerMessage] 'const' variables must be constant value (dart:_utils,
line 13, col 34) |
| 6 severe: [AnalyzerMessage] 'const' variables must be constant value (dart:_utils,
line 14, col 29) |
| 7 severe: [AnalyzerMessage] 'const' variables must be constant value (dart:_utils,
line 15, col 31) |
| 8 severe: [AnalyzerMessage] 'const' variables must be constant value (dart:_utils,
line 17, col 24) |
| 9 severe: [AnalyzerMessage] 'const' variables must be constant value (dart:_utils,
line 20, col 25) |
4 severe: [AnalyzerMessage] The redirected constructor '((Stream<dynamic>, bool) →
StreamSubscription<dynamic>) → _StreamSubscriptionTransformer<dynamic, dynamic>
' has incompatible parameters with '((Stream<S>, bool) → StreamSubscription<T>)
→ StreamTransformer<S, T>' (dart:async/stream.dart, line 1571, col 9) | 10 severe: [AnalyzerMessage] The redirected constructor '((Stream<dynamic>, bool) →
StreamSubscription<dynamic>) → _StreamSubscriptionTransformer<dynamic, dynamic>
' has incompatible parameters with '((Stream<S>, bool) → StreamSubscription<T>)
→ StreamTransformer<S, T>' (dart:async/stream.dart, line 1571, col 9) |
5 severe: [AnalyzerMessage] The redirected constructor '({handleData: (dynamic, Ev
entSink<dynamic>) → void, handleError: (Object, StackTrace, EventSink<dynamic>)
→ void, handleDone: (EventSink<dynamic>) → void}) → _StreamHandlerTransformer<dy
namic, dynamic>' has incompatible parameters with '({handleData: (S, EventSink<T
>) → void, handleError: (Object, StackTrace, EventSink<T>) → void, handleDone: (
EventSink<T>) → void}) → StreamTransformer<S, T>' (dart:async/stream.dart, line
1588, col 13) | 11 severe: [AnalyzerMessage] The redirected constructor '({handleData: (dynamic, Ev
entSink<dynamic>) → void, handleError: (Object, StackTrace, EventSink<dynamic>)
→ void, handleDone: (EventSink<dynamic>) → void}) → _StreamHandlerTransformer<dy
namic, dynamic>' has incompatible parameters with '({handleData: (S, EventSink<T
>) → void, handleError: (Object, StackTrace, EventSink<T>) → void, handleDone: (
EventSink<T>) → void}) → StreamTransformer<S, T>' (dart:async/stream.dart, line
1588, col 13) |
| 12 severe: [AnalyzerMessage] The type '_NoCallbackSyncStreamController' is declared
with 0 type parameters, but 1 type arguments were given (dart:async/stream_cont
roller.dart, line 84, col 17) |
| 13 severe: [AnalyzerMessage] The type '_NoCallbackAsyncStreamController' is declare
d with 0 type parameters, but 1 type arguments were given (dart:async/stream_con
troller.dart, line 85, col 17) |
| 14 severe: [AnalyzerMessage] The name 'T' is not a type and cannot be used as a par
ameterized type (dart:async/stream_controller.dart, line 653, col 69) |
| 15 severe: [AnalyzerMessage] The name 'T' is not a type and cannot be used as a par
ameterized type (dart:async/stream_controller.dart, line 654, col 46) |
| 16 severe: [AnalyzerMessage] The name 'T' is not a type and cannot be used as a par
ameterized type (dart:async/stream_controller.dart, line 656, col 68) |
| 17 severe: [AnalyzerMessage] The name 'T' is not a type and cannot be used as a par
ameterized type (dart:async/stream_controller.dart, line 657, col 45) |
6 severe: [AnalyzerMessage] The redirected constructor '((List<dynamic>) → void) →
_SimpleCallbackSink<dynamic>' has incompatible parameters with '((List<T>) → vo
id) → ChunkedConversionSink<T>' (dart:convert/chunked_conversion.dart, line 23,
col 45) | 18 severe: [AnalyzerMessage] The redirected constructor '((List<dynamic>) → void) →
_SimpleCallbackSink<dynamic>' has incompatible parameters with '((List<T>) → vo
id) → ChunkedConversionSink<T>' (dart:convert/chunked_conversion.dart, line 23,
col 45) |
7 severe: [AnalyzerMessage] The redirected constructor '(Iterable<E>) → LinkedHash
Set<E>' has incompatible parameters with '(Iterable<dynamic>) → Set<E>' (dart:co
re/set.dart, line 75, col 41) | 19 severe: [AnalyzerMessage] The redirected constructor '(Iterable<E>) → LinkedHash
Set<E>' has incompatible parameters with '(Iterable<dynamic>) → Set<E>' (dart:co
re/set.dart, line 75, col 41) |
8 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c
ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29) | 20 warning: [DownCastComposite] doneHandlers (dynamic) will need runtime check to c
ast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29) |
9 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t
ype List<String> (dart:_isolate_helper, line 839, col 37) | 21 warning: [DownCastComposite] args (dynamic) will need runtime check to cast to t
ype List<String> (dart:_isolate_helper, line 839, col 37) |
10 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca
st to type List<String> (dart:_isolate_helper, line 886, col 11) | 22 warning: [DownCastComposite] msg['args'] (dynamic) will need runtime check to ca
st to type List<String> (dart:_isolate_helper, line 886, col 11) |
11 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) | 23 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) |
12 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime
check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9) | 24 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime
check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9) |
13 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) | 25 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) |
14 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) | 26 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) |
15 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) | 27 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) |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam
ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar
t:async/stream.dart, line 658, col 13) | 70 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam
ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar
t:async/stream.dart, line 658, col 13) |
59 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam
ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar
t:async/stream.dart, line 695, col 13) | 71 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam
ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar
t:async/stream.dart, line 695, col 13) |
60 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam
ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar
t:async/stream.dart, line 1037, col 11) | 72 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam
ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar
t:async/stream.dart, line 1037, col 11) |
61 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam
ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar
t:async/stream.dart, line 1078, col 11) | 73 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam
ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar
t:async/stream.dart, line 1078, col 11) |
62 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam
ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar
t:async/stream.dart, line 1130, col 11) | 74 warning: [DownCastComposite] _cancelAndErrorClosure(subscription, future) (dynam
ic) will need runtime check to cast to type (dynamic, StackTrace) → dynamic (dar
t:async/stream.dart, line 1130, col 11) |
63 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast
to type () → void (dart:async/stream.dart, line 1220, col 43) | 75 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast
to type () → void (dart:async/stream.dart, line 1220, col 43) |
64 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast
to type () → void (dart:async/stream.dart, line 1228, col 43) | 76 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast
to type () → void (dart:async/stream.dart, line 1228, col 43) |
65 warning: [DownCastComposite] zone.registerUnaryCallback(onTimeout) ((dynamic) →
dynamic) will need runtime check to cast to type (EventSink<dynamic>) → void (da
rt:async/stream.dart, line 1246, col 21) | 77 warning: [DownCastComposite] zone.registerUnaryCallback(onTimeout) ((dynamic) →
dynamic) will need runtime check to cast to type (EventSink<dynamic>) → void (da
rt:async/stream.dart, line 1246, col 21) |
66 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast
to type () → void (dart:async/stream.dart, line 1257, col 43) | 78 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast
to type () → void (dart:async/stream.dart, line 1257, col 43) |
67 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast
to type () → void (dart:async/stream.dart, line 1276, col 53) | 79 warning: [DownCastComposite] timeout2 (Function) will need runtime check to cast
to type () → void (dart:async/stream.dart, line 1276, col 53) |
68 warning: [DownCastComposite] sync ? new _NoCallbackSyncStreamController() : new
_NoCallbackAsyncStreamController() (_StreamController<dynamic>) will need runtim
e check to cast to type StreamController<T> (dart:async/stream_controller.dart,
line 83, col 14) | 80 warning: [DownCastComposite] sync ? new _NoCallbackSyncStreamController<T>() : n
ew _NoCallbackAsyncStreamController<T>() (_StreamController<dynamic>) will need
runtime check to cast to type StreamController<T> (dart:async/stream_controller.
dart, line 83, col 14) |
69 warning: [DownCastComposite] subscription (_ControllerSubscription<dynamic>) wil
l need runtime check to cast to type StreamSubscription<T> (dart:async/stream_co
ntroller.dart, line 516, col 12) | 81 warning: [DownCastComposite] subscription (_ControllerSubscription<dynamic>) wil
l need runtime check to cast to type StreamSubscription<T> (dart:async/stream_co
ntroller.dart, line 516, col 12) |
70 warning: [DownCastComposite] controller (_StreamController<dynamic>) will need r
untime check to cast to type _EventSink<T> (dart:async/stream_controller.dart, l
ine 798, col 15) | 82 warning: [DownCastComposite] controller (_StreamController<dynamic>) will need r
untime check to cast to type _EventSink<T> (dart:async/stream_controller.dart, l
ine 798, col 15) |
71 warning: [DownCastComposite] _nullDataHandler ((dynamic) → void) will need runti
me check to cast to type (T) → void (dart:async/stream_impl.dart, line 153, col
42) | 83 warning: [DownCastComposite] _nullDataHandler ((dynamic) → void) will need runti
me check to cast to type (T) → void (dart:async/stream_impl.dart, line 153, col
42) |
72 warning: [DownCastComposite] _zone.registerUnaryCallback(handleData) ((dynamic)
→ dynamic) will need runtime check to cast to type (T) → void (dart:async/stream
_impl.dart, line 154, col 15) | 84 warning: [DownCastComposite] _zone.registerUnaryCallback(handleData) ((dynamic)
→ dynamic) will need runtime check to cast to type (T) → void (dart:async/stream
_impl.dart, line 154, col 15) |
73 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee
d runtime check to cast to type StreamSubscription<T> (dart:async/stream_impl.da
rt, line 476, col 12) | 85 warning: [DownCastComposite] subscription (StreamSubscription<dynamic>) will nee
d runtime check to cast to type StreamSubscription<T> (dart:async/stream_impl.da
rt, line 476, col 12) |
74 warning: [DownCastComposite] new _BufferingStreamSubscription(onData, onError, o
nDone, cancelOnError).._setPendingEvents(_pending()) (_BufferingStreamSubscripti
on<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart
:async/stream_impl.dart, line 515, col 12) | 86 warning: [DownCastComposite] new _BufferingStreamSubscription(onData, onError, o
nDone, cancelOnError).._setPendingEvents(_pending()) (_BufferingStreamSubscripti
on<dynamic>) will need runtime check to cast to type StreamSubscription<T> (dart
:async/stream_impl.dart, line 515, col 12) |
75 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onListenHandler)
((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti
on<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28) | 87 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onListenHandler)
((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti
on<dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28) |
76 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onCancelHandler)
((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti
on<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28) | 88 warning: [DownCastComposite] Zone.current.registerUnaryCallback(onCancelHandler)
((dynamic) → dynamic) will need runtime check to cast to type (StreamSubscripti
on<dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28) |
77 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check
to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14) | 89 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check
to cast to type Future<bool> (dart:async/stream_impl.dart, line 1000, col 14) |
78 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check
to cast to type T (dart:async/stream_impl.dart, line 1006, col 22) | 90 warning: [DownCastComposite] _futureOrPrefetch (dynamic) will need runtime check
to cast to type T (dart:async/stream_impl.dart, line 1006, col 22) |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 warning: [DownCastComposite] f ((dynamic) → bool) will need runtime check to cas
t to type (T) → bool (dart:_internal/iterable.dart, line 961, col 43) | 234 warning: [DownCastComposite] f ((dynamic) → bool) will need runtime check to cas
t to type (T) → bool (dart:_internal/iterable.dart, line 961, col 43) |
223 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 978, col 35) | 235 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 978, col 35) |
224 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 983, col 37) | 236 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 983, col 37) |
225 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to
cast to type (T) → bool (dart:_internal/iterable.dart, line 983, col 47) | 237 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to
cast to type (T) → bool (dart:_internal/iterable.dart, line 983, col 47) |
226 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 988, col 35) | 238 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 988, col 35) |
227 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 993, col 37) | 239 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 993, col 37) |
228 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to
cast to type (T) → bool (dart:_internal/iterable.dart, line 993, col 47) | 240 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to
cast to type (T) → bool (dart:_internal/iterable.dart, line 993, col 47) |
229 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 997, col 40) | 241 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 997, col 40) |
230 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35) | 242 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35) |
231 warning: [DownCastComposite] l (List<dynamic>) will need runtime check to cast t
o type List<T> (dart:_internal/iterable.dart, line 1115, col 31) | 243 warning: [DownCastComposite] l (List<dynamic>) will need runtime check to cast t
o type List<T> (dart:_internal/iterable.dart, line 1115, col 31) |
232 warning: [DownCastComposite] _convertToJS ((dynamic) → dynamic) will need runtim
e check to cast to type (E) → dynamic (dart:js, line 325, col 44) | |
233 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c
ast to type E (dart:js, line 358, col 12) | |
234 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will
need runtime check to cast to type E (dart:js, line 404, col 12) | |
235 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check
to cast to type E (dart:js, line 409, col 12) | |
236 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 37, col 25) | 244 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 37, col 25) |
237 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 37, col 38) | 245 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 37, col 38) |
238 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 46, col 25) | 246 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 46, col 25) |
239 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 46, col 38) | 247 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 46, col 38) |
240 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to
type T (dart:math/point.dart, line 59, col 25) | 248 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to
type T (dart:math/point.dart, line 59, col 25) |
241 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to
type T (dart:math/point.dart, line 59, col 37) | 249 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to
type T (dart:math/point.dart, line 59, col 37) |
242 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to
cast to type T (dart:math/point.dart, line 86, col 12) | 250 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to
cast to type T (dart:math/point.dart, line 86, col 12) |
243 warning: [DownCastComposite] left + width (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 33, col 18) | 251 warning: [DownCastComposite] left + width (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 33, col 18) |
244 warning: [DownCastComposite] top + height (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 35, col 19) | 252 warning: [DownCastComposite] top + height (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 35, col 19) |
245 warning: [DownCastComposite] x0 (num) will need runtime check to cast to type T
(dart:math/rectangle.dart, line 68, col 33) | 253 warning: [DownCastComposite] x0 (num) will need runtime check to cast to type T
(dart:math/rectangle.dart, line 68, col 33) |
(...skipping 15 matching lines...) Expand all Loading... |
261 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) | 269 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) |
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 170, col 16) | 270 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) |
263 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) | 271 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) |
264 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) | 272 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) |
265 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) | 273 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) |
266 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) | 274 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) |
267 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) | 275 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) |
268 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) | 276 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) |
269 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t
o cast to type T (dart:math/rectangle.dart, line 247, col 28) | 277 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t
o cast to type T (dart:math/rectangle.dart, line 247, col 28) |
270 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check
to cast to type T (dart:math/rectangle.dart, line 263, col 30) | 278 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check
to cast to type T (dart:math/rectangle.dart, line 263, col 30) |
| 279 warning: [DownCastComposite] _convertToJS ((dynamic) → dynamic) will need runtim
e check to cast to type (E) → dynamic (dart:js, line 325, col 44) |
| 280 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c
ast to type E (dart:js, line 358, col 12) |
| 281 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will
need runtime check to cast to type E (dart:js, line 404, col 12) |
| 282 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check
to cast to type E (dart:js, line 409, col 12) |
OLD | NEW |