| OLD | NEW |
| 1 warning: line 20, column 39 of dart:async/async_error.dart: [DownCastImplicit] e
rrorHandler (Function) will need runtime check to cast to type (dynamic) → dynam
ic | 1 warning: line 49, column 69 of dart:_interceptors: [DownCastImplicit] symbol (Sy
mbol) will need runtime check to cast to type Symbol |
| 2 return zone.registerUnaryCallback(errorHandler); | |
| 3 ^^^^^^^^^^^^ | |
| 4 severe: line 211, column 38 of dart:async/broadcast_stream_controller.dart: [Ana
lyzerError] The getter '_next' is not defined for the class 'StreamSubscription<
T>' | |
| 5 assert(!identical(subscription._next, subscription)); | |
| 6 ^^^^^ | |
| 7 severe: line 207, column 36 of dart:async/broadcast_stream_controller.dart: [Ana
lyzerError] The getter '_next' is not defined for the class 'StreamSubscription<
T>' | |
| 8 assert(!identical(subscription._next, subscription)); | |
| 9 ^^^^^ | |
| 10 severe: line 209, column 20 of dart:async/broadcast_stream_controller.dart: [Ana
lyzerError] The method '_setRemoveAfterFiring' is not defined for the class 'Str
eamSubscription<T>' | |
| 11 subscription._setRemoveAfterFiring(); | |
| 12 ^^^^^^^^^^^^^^^^^^^^^ | |
| 13 severe: line 208, column 22 of dart:async/broadcast_stream_controller.dart: [Ana
lyzerError] The getter '_isFiring' is not defined for the class 'StreamSubscript
ion<T>' | |
| 14 if (subscription._isFiring) { | |
| 15 ^^^^^^^^^ | |
| 16 severe: line 206, column 32 of dart:async/broadcast_stream_controller.dart: [Ana
lyzerError] The getter '_next' is not defined for the class 'StreamSubscription<
T>' | |
| 17 if (identical(subscription._next, subscription)) return null; | |
| 18 ^^^^^ | |
| 19 warning: line 8, column 67 of dart:async/broadcast_stream_controller.dart: [Down
CastComposite] controller (_StreamControllerLifecycle<dynamic>) will need runtim
e check to cast to type _StreamControllerLifecycle<T> | |
| 20 _BroadcastStream(_StreamControllerLifecycle controller) : super(controller); | |
| 21 ^^^^^^^^^^ | |
| 22 warning: line 36, column 15 of dart:async/broadcast_stream_controller.dart: [Dow
nCastComposite] controller (_StreamControllerLifecycle<dynamic>) will need runti
me check to cast to type _StreamControllerLifecycle<T> | |
| 23 : super(controller, onData, onError, onDone, cancelOnError) { | |
| 24 ^^^^^^^^^^ | |
| 25 warning: line 40, column 52 of dart:async/broadcast_stream_controller.dart: [Dow
nCastComposite] super._controller (_StreamControllerLifecycle<T>) will need runt
ime check to cast to type _BroadcastStreamController<T> | |
| 26 _BroadcastStreamController<T> get _controller => super._controller; | |
| 27 ^^^^^^^^^^^^^^^^^ | |
| 28 warning: line 196, column 18 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] subscription (StreamSubscription<dynamic>) will need runtime ch
eck to cast to type _BroadcastSubscription<T> | |
| 29 _addListener(subscription); | |
| 30 ^^^^^^^^^^^^ | |
| 31 warning: line 201, column 12 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] subscription (StreamSubscription<dynamic>) will need runtime ch
eck to cast to type StreamSubscription<T> | |
| 32 return subscription; | |
| 33 ^^^^^^^^^^^^ | |
| 34 warning: line 212, column 23 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] subscription (StreamSubscription<T>) will need runtime check to
cast to type _BroadcastSubscription<T> | |
| 35 _removeListener(subscription); | |
| 36 ^^^^^^^^^^^^ | |
| 37 warning: line 309, column 48 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca
st to type _BroadcastSubscription<T> | |
| 38 _BroadcastSubscription<T> subscription = link; | |
| 39 ^^^^ | |
| 40 warning: line 372, column 24 of dart:async/broadcast_stream_controller.dart: [Un
inferredClosure] (_BroadcastSubscription<T> subscription) {subscription._close()
;} ((_BroadcastSubscription<T>) → dynamic) will need runtime check to cast to ty
pe (_BufferingStreamSubscription<T>) → void | |
| 41 _forEachListener((_BroadcastSubscription<T> subscription) { | |
| 42 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 43 warning: line 393, column 48 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca
st to type _BroadcastSubscription<T> | |
| 44 _BroadcastSubscription<T> subscription = link; | |
| 45 ^^^^ | |
| 46 warning: line 402, column 48 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca
st to type _BroadcastSubscription<T> | |
| 47 _BroadcastSubscription<T> subscription = link; | |
| 48 ^^^^ | |
| 49 warning: line 412, column 50 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca
st to type _BroadcastSubscription<T> | |
| 50 _BroadcastSubscription<T> subscription = link; | |
| 51 ^^^^ | |
| 52 warning: line 123, column 12 of dart:async/future.dart: [DownCastComposite] resu
lt (_Future<dynamic>) will need runtime check to cast to type Future<T> | |
| 53 return result; | |
| 54 ^^^^^^ | |
| 55 warning: line 149, column 12 of dart:async/future.dart: [DownCastComposite] resu
lt (_Future<dynamic>) will need runtime check to cast to type Future<T> | |
| 56 return result; | |
| 57 ^^^^^^ | |
| 58 warning: line 233, column 12 of dart:async/future.dart: [DownCastComposite] resu
lt (_Future<dynamic>) will need runtime check to cast to type Future<T> | |
| 59 return result; | |
| 60 ^^^^^^ | |
| 61 warning: line 112, column 12 of dart:async/future_impl.dart: [DownCastImplicit]
callback (Function) will need runtime check to cast to type (dynamic) → dynamic | |
| 62 return callback; | |
| 63 ^^^^^^^^ | |
| 64 warning: line 117, column 12 of dart:async/future_impl.dart: [DownCastComposite]
callback (Function) will need runtime check to cast to type (dynamic) → bool | |
| 65 return callback; | |
| 66 ^^^^^^^^ | |
| 67 warning: line 121, column 12 of dart:async/future_impl.dart: [DownCastImplicit]
callback (Function) will need runtime check to cast to type () → dynamic | |
| 68 return callback; | |
| 69 ^^^^^^^^ | |
| 70 warning: line 208, column 11 of dart:async/future_impl.dart: [DownCastComposite]
result._zone.registerUnaryCallback(f) ((dynamic) → dynamic) will need runtime c
heck to cast to type (T) → dynamic | |
| 71 f = result._zone.registerUnaryCallback(f); | |
| 72 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 73 warning: line 221, column 32 of dart:async/future_impl.dart: [DownCastComposite]
result._zone.registerUnaryCallback(test) ((dynamic) → dynamic) will need runtim
e check to cast to type (dynamic) → bool | |
| 74 if (test != null) test = result._zone.registerUnaryCallback(test); | |
| 75 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 76 warning: line 233, column 12 of dart:async/future_impl.dart: [DownCastComposite]
result (_Future<dynamic>) will need runtime check to cast to type Future<T> | |
| 77 return result; | |
| 78 ^^^^^^ | |
| 79 warning: line 245, column 12 of dart:async/future_impl.dart: [DownCastComposite]
_resultOrListeners (dynamic) will need runtime check to cast to type T | |
| 80 return _resultOrListeners; | |
| 81 ^^^^^^^^^^^^^^^^^^ | |
| 82 warning: line 347, column 17 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type T | |
| 83 _setValue(value); | |
| 84 ^^^^^ | |
| 85 warning: line 357, column 15 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type T | |
| 86 _setValue(value); | |
| 87 ^^^^^ | |
| 88 warning: line 386, column 31 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type Future<T> | |
| 89 Future<T> typedFuture = value; | |
| 90 ^^^^^ | |
| 91 warning: line 388, column 33 of dart:async/future_impl.dart: [DownCastComposite]
typedFuture (Future<T>) will need runtime check to cast to type _Future<T> | |
| 92 _Future<T> coreFuture = typedFuture; | |
| 93 ^^^^^^^^^^^ | |
| 94 warning: line 407, column 22 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type T | |
| 95 T typedValue = value; | |
| 96 ^^^^^ | |
| 97 warning: line 515, column 54 of dart:async/future_impl.dart: [DownCastImplicit]
errorCallback (Function) will need runtime check to cast to type (dynamic) → dyn
amic | |
| 98 listenerValueOrError = zone.runUnary(errorCallback, | |
| 99 ^^^^^^^^^^^^^ | |
| 100 warning: line 66, column 61 of dart:async/schedule_microtask.dart: [DownCastComp
osite] callback (dynamic) will need runtime check to cast to type () → void | |
| 101 _nextCallback = _lastCallback = new _AsyncCallbackEntry(callback); | |
| 102 ^^^^^^^^ | |
| 103 warning: line 71, column 60 of dart:async/schedule_microtask.dart: [DownCastComp
osite] callback (dynamic) will need runtime check to cast to type () → void | |
| 104 _AsyncCallbackEntry newEntry = new _AsyncCallbackEntry(callback); | |
| 105 ^^^^^^^^ | |
| 106 warning: line 84, column 55 of dart:async/schedule_microtask.dart: [DownCastComp
osite] callback (dynamic) will need runtime check to cast to type () → void | |
| 107 _AsyncCallbackEntry entry = new _AsyncCallbackEntry(callback); | |
| 108 ^^^^^^^^ | |
| 109 severe: line 321, column 34 of dart:async/stream.dart: [AnalyzerError] The gette
r '_addError' is not defined for the class 'StreamController' | |
| 110 final addError = eventSink._addError; | |
| 111 ^^^^^^^^^ | |
| 112 severe: line 1227, column 17 of dart:async/stream.dart: [AnalyzerError] The meth
od '_addError' is not defined for the class 'StreamController' | |
| 113 eventSink._addError(error, stackTrace); // Avoid Zone error replacement. | |
| 114 ^^^^^^^^^ | |
| 115 severe: line 396, column 30 of dart:async/stream.dart: [AnalyzerError] The gette
r '_addError' is not defined for the class 'StreamController' | |
| 116 onError: eventSink._addError, // Avoid Zone error replacement. | |
| 117 ^^^^^^^^^ | |
| 118 warning: line 90, column 25 of dart:async/stream.dart: [DownCastComposite] value
(dynamic) will need runtime check to cast to type T | |
| 119 controller._add(value); | |
| 120 ^^^^^ | |
| 121 warning: line 217, column 41 of dart:async/stream.dart: [DownCastComposite] mapS
ink ((EventSink<T>) → EventSink<dynamic>) will need runtime check to cast to typ
e (EventSink<dynamic>) → EventSink | |
| 122 return new _BoundSinkStream(source, mapSink); | |
| 123 ^^^^^^^ | |
| 124 warning: line 249, column 44 of dart:async/stream.dart: [DownCastComposite] onLi
sten ((StreamSubscription<T>) → void) will need runtime check to cast to type (S
treamSubscription<dynamic>) → void | |
| 125 return new _AsBroadcastStream<T>(this, onListen, onCancel); | |
| 126 ^^^^^^^^ | |
| 127 warning: line 249, column 54 of dart:async/stream.dart: [DownCastComposite] onCa
ncel ((StreamSubscription<T>) → void) will need runtime check to cast to type (S
treamSubscription<dynamic>) → void | |
| 128 return new _AsBroadcastStream<T>(this, onListen, onCancel); | |
| 129 ^^^^^^^^ | |
| 130 warning: line 502, column 24 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, result) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic | |
| 131 _cancelAndErrorClosure(subscription, result)); | |
| 132 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 133 warning: line 535, column 11 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, result) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic | |
| 134 _cancelAndErrorClosure(subscription, result) | |
| 135 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 136 warning: line 603, column 13 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic | |
| 137 _cancelAndErrorClosure(subscription, future) | |
| 138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 139 warning: line 629, column 13 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic | |
| 140 _cancelAndErrorClosure(subscription, future) | |
| 141 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 142 warning: line 658, column 13 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic | |
| 143 _cancelAndErrorClosure(subscription, future) | |
| 144 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 145 warning: line 695, column 13 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic | |
| 146 _cancelAndErrorClosure(subscription, future) | |
| 147 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 148 warning: line 1037, column 11 of dart:async/stream.dart: [DownCastComposite] _ca
ncelAndErrorClosure(subscription, future) (dynamic) will need runtime check to c
ast to type (dynamic, StackTrace) → dynamic | |
| 149 _cancelAndErrorClosure(subscription, future) | |
| 150 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 151 warning: line 1078, column 11 of dart:async/stream.dart: [DownCastComposite] _ca
ncelAndErrorClosure(subscription, future) (dynamic) will need runtime check to c
ast to type (dynamic, StackTrace) → dynamic | |
| 152 _cancelAndErrorClosure(subscription, future) | |
| 153 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 154 warning: line 1130, column 11 of dart:async/stream.dart: [DownCastComposite] _ca
ncelAndErrorClosure(subscription, future) (dynamic) will need runtime check to c
ast to type (dynamic, StackTrace) → dynamic | |
| 155 _cancelAndErrorClosure(subscription, future) | |
| 156 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 157 warning: line 1220, column 43 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void | |
| 158 timer = zone.createTimer(timeLimit, timeout); | |
| 159 ^^^^^^^ | |
| 160 warning: line 1228, column 43 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void | |
| 161 timer = zone.createTimer(timeLimit, timeout); | |
| 162 ^^^^^^^ | |
| 163 warning: line 1246, column 21 of dart:async/stream.dart: [DownCastComposite] zon
e.registerUnaryCallback(onTimeout) ((dynamic) → dynamic) will need runtime check
to cast to type (EventSink<dynamic>) → void | |
| 164 onTimeout = zone.registerUnaryCallback(onTimeout); | |
| 165 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 166 warning: line 1257, column 43 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void | |
| 167 timer = zone.createTimer(timeLimit, timeout); | |
| 168 ^^^^^^^ | |
| 169 warning: line 1276, column 53 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void | |
| 170 timer = zone.createTimer(timeLimit, timeout); | |
| 171 ^^^^^^^ | |
| 172 warning: line 83, column 14 of dart:async/stream_controller.dart: [DownCastCompo
site] sync ? new _NoCallbackSyncStreamController() : new _NoCallbackAsyncStreamC
ontroller() (_StreamController<dynamic>) will need runtime check to cast to type
StreamController<T> | |
| 173 return sync | |
| 174 ^^^^^ | |
| 175 warning: line 516, column 12 of dart:async/stream_controller.dart: [DownCastComp
osite] subscription (_ControllerSubscription<dynamic>) will need runtime check t
o cast to type StreamSubscription<T> | |
| 176 return subscription; | |
| 177 ^^^^^^^^^^^^ | |
| 178 warning: line 798, column 15 of dart:async/stream_controller.dart: [DownCastComp
osite] controller (_StreamController<dynamic>) will need runtime check to cast t
o type _EventSink<T> | |
| 179 : super(controller, source, cancelOnError) { | |
| 180 ^^^^^^^^^^ | |
| 181 warning: line 153, column 42 of dart:async/stream_impl.dart: [DownCastComposite]
_nullDataHandler ((dynamic) → void) will need runtime check to cast to type (T)
→ void | |
| 182 if (handleData == null) handleData = _nullDataHandler; | |
| 183 ^^^^^^^^^^^^^^^^ | |
| 184 warning: line 154, column 15 of dart:async/stream_impl.dart: [DownCastComposite]
_zone.registerUnaryCallback(handleData) ((dynamic) → dynamic) will need runtime
check to cast to type (T) → void | |
| 185 _onData = _zone.registerUnaryCallback(handleData); | |
| 186 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 187 warning: line 358, column 32 of dart:async/stream_impl.dart: [DownCastImplicit]
_onError (Function) will need runtime check to cast to type (dynamic, dynamic) →
dynamic | |
| 188 _zone.runBinaryGuarded(_onError, error, stackTrace); | |
| 189 ^^^^^^^^ | |
| 190 warning: line 360, column 31 of dart:async/stream_impl.dart: [DownCastImplicit]
_onError (Function) will need runtime check to cast to type (dynamic) → dynamic | |
| 191 _zone.runUnaryGuarded(_onError, error); | |
| 192 ^^^^^^^^ | |
| 193 warning: line 476, column 12 of dart:async/stream_impl.dart: [DownCastComposite]
subscription (StreamSubscription<dynamic>) will need runtime check to cast to t
ype StreamSubscription<T> | |
| 194 return subscription; | |
| 195 ^^^^^^^^^^^^ | |
| 196 warning: line 515, column 12 of dart:async/stream_impl.dart: [DownCastComposite]
new _BufferingStreamSubscription(onData, onError, onDone, cancelOnError).._setP
endingEvents(_pending()) (_BufferingStreamSubscription<dynamic>) will need runti
me check to cast to type StreamSubscription<T> | |
| 197 return new _BufferingStreamSubscription( | |
| 198 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 199 warning: line 813, column 28 of dart:async/stream_impl.dart: [DownCastComposite]
Zone.current.registerUnaryCallback(onListenHandler) ((dynamic) → dynamic) will
need runtime check to cast to type (StreamSubscription<dynamic>) → void | |
| 200 : _onListenHandler = Zone.current.registerUnaryCallback(onListenHandler), | |
| 201 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 202 warning: line 814, column 28 of dart:async/stream_impl.dart: [DownCastComposite]
Zone.current.registerUnaryCallback(onCancelHandler) ((dynamic) → dynamic) will
need runtime check to cast to type (StreamSubscription<dynamic>) → void | |
| 203 _onCancelHandler = Zone.current.registerUnaryCallback(onCancelHandler), | |
| 204 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 205 warning: line 1000, column 14 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<boo
l> | |
| 206 return _futureOrPrefetch; | |
| 207 ^^^^^^^^^^^^^^^^^ | |
| 208 warning: line 1006, column 22 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type T | |
| 209 _current = _futureOrPrefetch; | |
| 210 ^^^^^^^^^^^^^^^^^ | |
| 211 warning: line 1033, column 31 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo
ol> | |
| 212 _Future<bool> hasNext = _futureOrPrefetch; | |
| 213 ^^^^^^^^^^^^^^^^^ | |
| 214 warning: line 1045, column 31 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo
ol> | |
| 215 _Future<bool> hasNext = _futureOrPrefetch; | |
| 216 ^^^^^^^^^^^^^^^^^ | |
| 217 warning: line 1059, column 31 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo
ol> | |
| 218 _Future<bool> hasNext = _futureOrPrefetch; | |
| 219 ^^^^^^^^^^^^^^^^^ | |
| 220 warning: line 1073, column 31 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo
ol> | |
| 221 _Future<bool> hasNext = _futureOrPrefetch; | |
| 222 ^^^^^^^^^^^^^^^^^ | |
| 223 warning: line 104, column 15 of dart:async/stream_pipe.dart: [DownCastComposite]
outputData (dynamic) will need runtime check to cast to type T | |
| 224 sink._add(outputData); | |
| 225 ^^^^^^^^^^ | |
| 226 warning: line 235, column 21 of dart:async/stream_pipe.dart: [DownCastComposite]
_transform(inputEvent) (dynamic) will need runtime check to cast to type T | |
| 227 outputEvent = _transform(inputEvent); | |
| 228 ^^^^^^^^^^^^^^^^^^^^^^ | |
| 229 warning: line 426, column 29 of dart:async/stream_pipe.dart: [DownCastComposite]
_previous (Object) will need runtime check to cast to type T | |
| 230 isEqual = _equals(_previous, inputEvent); | |
| 231 ^^^^^^^^^ | |
| 232 warning: line 187, column 18 of dart:async/stream_transformers.dart: [DownCastCo
mposite] _sinkMapper ((EventSink<T>) → EventSink<S>) will need runtime check to
cast to type (EventSink<dynamic>) → EventSink | |
| 233 _stream, _sinkMapper, onData, onError, onDone, cancelOnError); | |
| 234 ^^^^^^^^^^^ | |
| 235 warning: line 233, column 15 of dart:async/stream_transformers.dart: [Uninferred
Closure] (EventSink<T> outputSink) {if (handleData == null) handleData = _defaul
tHandleData; if (handleError == null) handleError = _defaultHandleError; if (han
dleDone == null) handleDone = _defaultHandleDone; return new _HandlerEventSink<S
, T>(handleData, handleError, handleDone, outputSink);} ((EventSink<T>) → dynami
c) will need runtime check to cast to type (EventSink<T>) → EventSink<S> | |
| 236 : super((EventSink<T> outputSink) { | |
| 237 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 238 warning: line 234, column 48 of dart:async/stream_transformers.dart: [DownCastCo
mposite] _defaultHandleData ((dynamic, EventSink<dynamic>) → void) will need run
time check to cast to type (S, EventSink<T>) → void | |
| 239 if (handleData == null) handleData = _defaultHandleData; | |
| 240 ^^^^^^^^^^^^^^^^^^ | |
| 241 warning: line 235, column 50 of dart:async/stream_transformers.dart: [DownCastCo
mposite] _defaultHandleError ((dynamic, StackTrace, EventSink<dynamic>) → void)
will need runtime check to cast to type (Object, StackTrace, EventSink<T>) → voi
d | |
| 242 if (handleError == null) handleError = _defaultHandleError; | |
| 243 ^^^^^^^^^^^^^^^^^^^ | |
| 244 warning: line 80, column 19 of dart:async/timer.dart: [DownCastComposite] Zone.c
urrent.bindUnaryCallback(callback, runGuarded: true) ((dynamic) → dynamic) will
need runtime check to cast to type (Timer) → void | |
| 245 duration, Zone.current.bindUnaryCallback(callback, runGuarded: true)); | |
| 246 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 247 warning: line 845, column 57 of dart:async/zone.dart: [DownCastImplicit] impleme
ntationZone (Zone) will need runtime check to cast to type _Zone | |
| 248 final ZoneDelegate parentDelegate = _parentDelegate(implementationZone); | |
| 249 ^^^^^^^^^^^^^^^^^^ | |
| 250 warning: line 962, column 16 of dart:async/zone.dart: [DownCastComposite] zone.b
indUnaryCallback(callback) ((dynamic) → dynamic) will need runtime check to cast
to type (Timer) → void | |
| 251 callback = zone.bindUnaryCallback(callback); | |
| 252 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 253 warning: line 999, column 26 of dart:async/zone.dart: [DownCastImplicit] zone (Z
one) will need runtime check to cast to type _Zone | |
| 254 return new _CustomZone(zone, specification, valueMap); | |
| 255 ^^^^ | |
| 256 warning: line 1228, column 37 of dart:async/zone.dart: [DownCastImplicit] onErro
r (Function) will need runtime check to cast to type (dynamic) → dynamic | |
| 257 return self.parent.runUnary(onError, error); | |
| 258 ^^^^^^^ | |
| 259 warning: line 168, column 14 of dart:isolate: [DownCastComposite] IsolateNatives
.spawnFunction(entryPoint, message, paused).then((msg) => new Isolate(msg[1], pa
useCapability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need
runtime check to cast to type Future<Isolate> | |
| 260 return IsolateNatives.spawnFunction(entryPoint, message, paused) | |
| 261 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 262 warning: line 234, column 14 of dart:isolate: [DownCastComposite] IsolateNatives
.spawnUri(uri, args, message, paused).then((msg) => new Isolate(msg[1], pauseCap
ability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runti
me check to cast to type Future<Isolate> | |
| 263 return IsolateNatives.spawnUri(uri, args, message, paused) | |
| 264 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 265 warning: line 50, column 69 of dart:_interceptors: [DownCastImplicit] symbol (Sy
mbol) will need runtime check to cast to type Symbol | |
| 266 String _symbolToString(Symbol symbol) => _symbol_dev.Symbol.getName(symbol); | 2 String _symbolToString(Symbol symbol) => _symbol_dev.Symbol.getName(symbol); |
| 267 ^^^^^^ | 3 ^^^^^^ |
| 268 severe: line 329, column 3 of dart:_interceptors: [InvalidMethodOverride] Invali
d override. The type of JSNull.== ((dynamic) → bool) is not a subtype of Interce
ptor.== ((Object) → bool). | 4 severe: line 328, column 3 of dart:_interceptors: [InvalidMethodOverride] Invali
d override. The type of JSNull.== ((dynamic) → bool) is not a subtype of Interce
ptor.== ((Object) → bool). |
| 269 bool operator ==(other) => identical(null, other); | 5 bool operator ==(other) => identical(null, other); |
| 270 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 271 warning: line 65, column 40 of dart:_interceptors/js_array.dart: [DownCastCompos
ite] JS('JSArray', '#', allocation) (dynamic) will need runtime check to cast to
type JSArray<E> | 7 warning: line 65, column 40 of dart:_interceptors/js_array.dart: [DownCastCompos
ite] JS('JSArray', '#', allocation) (dynamic) will need runtime check to cast to
type JSArray<E> |
| 272 factory JSArray.typed(allocation) => JS('JSArray', '#', allocation); | 8 factory JSArray.typed(allocation) => JS('JSArray', '#', allocation); |
| 273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 274 warning: line 68, column 7 of dart:_interceptors/js_array.dart: [DownCastComposi
te] JS('JSFixedArray', '#', markFixedList(new JSArray<E>.typed(allocation))) (dy
namic) will need runtime check to cast to type JSArray<E> | 10 warning: line 68, column 7 of dart:_interceptors/js_array.dart: [DownCastComposi
te] JS('JSFixedArray', '#', markFixedList(new JSArray<E>.typed(allocation))) (dy
namic) will need runtime check to cast to type JSArray<E> |
| 275 JS('JSFixedArray', '#', markFixedList(new JSArray<E>.typed(allocation))); | 11 JS('JSFixedArray', '#', markFixedList(new JSArray<E>.typed(allocation))); |
| 276 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 12 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 277 warning: line 71, column 7 of dart:_interceptors/js_array.dart: [DownCastComposi
te] JS('JSExtendableArray', '#', new JSArray<E>.typed(allocation)) (dynamic) wil
l need runtime check to cast to type JSArray<E> | 13 warning: line 71, column 7 of dart:_interceptors/js_array.dart: [DownCastComposi
te] JS('JSExtendableArray', '#', new JSArray<E>.typed(allocation)) (dynamic) wil
l need runtime check to cast to type JSArray<E> |
| 278 JS('JSExtendableArray', '#', new JSArray<E>.typed(allocation)); | 14 JS('JSExtendableArray', '#', new JSArray<E>.typed(allocation)); |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 ^^^^^^^^^^^^^^^^ | 108 ^^^^^^^^^^^^^^^^ |
| 373 warning: line 85, column 14 of dart:_interceptors/js_string.dart: [DownCastCompo
site] JS('JSExtendableArray', r'#.split(#)', this, pattern) (dynamic) will need
runtime check to cast to type List<String> | 109 warning: line 85, column 14 of dart:_interceptors/js_string.dart: [DownCastCompo
site] JS('JSExtendableArray', r'#.split(#)', this, pattern) (dynamic) will need
runtime check to cast to type List<String> |
| 374 return JS('JSExtendableArray', r'#.split(#)', this, pattern); | 110 return JS('JSExtendableArray', r'#.split(#)', this, pattern); |
| 375 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 111 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 376 warning: line 88, column 14 of dart:_interceptors/js_string.dart: [DownCastCompo
site] JS('JSExtendableArray', r'#.split(#)', this, re) (dynamic) will need runti
me check to cast to type List<String> | 112 warning: line 88, column 14 of dart:_interceptors/js_string.dart: [DownCastCompo
site] JS('JSExtendableArray', r'#.split(#)', this, re) (dynamic) will need runti
me check to cast to type List<String> |
| 377 return JS('JSExtendableArray', r'#.split(#)', this, re); | 113 return JS('JSExtendableArray', r'#.split(#)', this, re); |
| 378 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 114 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 379 severe: line 345, column 7 of dart:_interceptors/js_string.dart: [StaticTypeErro
r] Type check failed: s += s (String) is not of type JSString | 115 severe: line 345, column 7 of dart:_interceptors/js_string.dart: [StaticTypeErro
r] Type check failed: s += s (String) is not of type JSString |
| 380 s += s; | 116 s += s; |
| 381 ^^^^^^ | 117 ^^^^^^ |
| 382 severe: line 452, column 28 of dart:_native_typed_data: [AnalyzerError] The gett
er 'length' is not defined for the class 'NativeTypedData' | 118 warning: line 87, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'p
arseInt(#, 16)', source) (num) will need runtime check to cast to type int |
| 383 if (length == list.length) { | |
| 384 ^^^^^^ | |
| 385 warning: line 201, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor
age.sublist(start * 4, end * 4) (List<double>) will need runtime check to cast t
o type NativeFloat32List | |
| 386 _storage.sublist(start * 4, end * 4)); | |
| 387 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 388 warning: line 311, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor
age.sublist(start * 4, end * 4) (List<int>) will need runtime check to cast to t
ype Int32List | |
| 389 _storage.sublist(start * 4, end * 4)); | |
| 390 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 391 warning: line 415, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor
age.sublist(start * 2, end * 2) (List<double>) will need runtime check to cast t
o type NativeFloat64List | |
| 392 _storage.sublist(start * 2, end * 2)); | |
| 393 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 394 warning: line 1106, column 12 of dart:_native_typed_data: [DownCastImplicit] len
gth == null ? _create2(buffer, offsetInBytes) : _create3(buffer, offsetInBytes,
length) (Int8List) will need runtime check to cast to type NativeInt8List | |
| 395 return length == null | |
| 396 ^^^^^^^^^^^^^^^ | |
| 397 warning: line 578, column 29 of dart:_isolate_helper: [DownCastComposite] doneHa
ndlers (dynamic) will need runtime check to cast to type Iterable<SendPort> | |
| 398 for (SendPort port in doneHandlers) { | |
| 399 ^^^^^^^^^^^^ | |
| 400 warning: line 841, column 37 of dart:_isolate_helper: [DownCastComposite] args (
dynamic) will need runtime check to cast to type List<String> | |
| 401 _startIsolate(entryPoint, args, message, | |
| 402 ^^^^ | |
| 403 warning: line 888, column 11 of dart:_isolate_helper: [DownCastComposite] msg['a
rgs'] (dynamic) will need runtime check to cast to type List<String> | |
| 404 msg['args'], msg['msg'], | |
| 405 ^^^^^^^^^^^ | |
| 406 warning: line 89, column 38 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] indexable (JSIndexable) will need runtime check to cast to ty
pe JSArray<dynamic> | |
| 407 List serialized = serializeArray(indexable); | |
| 408 ^^^^^^^^^ | |
| 409 warning: line 120, column 24 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] serializeTearOff (Function) will need runtime check to cast
to type (dynamic) → dynamic | |
| 410 x.keys.map(serializeTearOff).toList(), | |
| 411 ^^^^^^^^^^^^^^^^ | |
| 412 warning: line 121, column 26 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] serializeTearOff (Function) will need runtime check to cast
to type (dynamic) → dynamic | |
| 413 x.values.map(serializeTearOff).toList()]; | |
| 414 ^^^^^^^^^^^^^^^^ | |
| 415 warning: line 172, column 52 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] fields (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> | |
| 416 return ['dart', classId, serializeArrayInPlace(fields)]; | |
| 417 ^^^^^^ | |
| 418 warning: line 250, column 58 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> | |
| 419 return new JSArray.markFixed(deserializeArrayInPlace(result)); | |
| 420 ^^^^^^ | |
| 421 warning: line 258, column 61 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> | |
| 422 return new JSArray.markGrowable(deserializeArrayInPlace(result)); | |
| 423 ^^^^^^ | |
| 424 warning: line 266, column 36 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> | |
| 425 return deserializeArrayInPlace(result); | |
| 426 ^^^^^^ | |
| 427 warning: line 275, column 58 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> | |
| 428 return new JSArray.markFixed(deserializeArrayInPlace(result)); | |
| 429 ^^^^^^ | |
| 430 warning: line 357, column 29 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] fields (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> | |
| 431 deserializeArrayInPlace(fields); | |
| 432 ^^^^^^ | |
| 433 warning: line 59, column 22 of dart:_js_names: [DownCastComposite] keys (List<dy
namic>) will need runtime check to cast to type Iterable<String> | |
| 434 for (String key in keys) { | |
| 435 ^^^^ | |
| 436 warning: line 246, column 52 of dart:_js_helper: [DownCastImplicit] memberName (
Symbol) will need runtime check to cast to type Symbol | |
| 437 String baseName = _symbol_dev.Symbol.getName(memberName); | |
| 438 ^^^^^^^^^^ | |
| 439 warning: line 474, column 14 of dart:_js_helper: [DownCastComposite] JS('', '#[2
* # + # + # + 1]', data, parameter, optionalParameterCount, FIRST_DEFAULT_ARGUM
ENT) (dynamic) will need runtime check to cast to type List<int> | |
| 440 return JS('', '#[2 * # + # + # + 1]', data, parameter, | |
| 441 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 442 warning: line 609, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'
parseInt(#, 16)', source) (num) will need runtime check to cast to type int | |
| 443 return JS('num', r'parseInt(#, 16)', source); | 119 return JS('num', r'parseInt(#, 16)', source); |
| 444 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 120 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 445 warning: line 613, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'
parseInt(#, 10)', source) (num) will need runtime check to cast to type int | 121 warning: line 91, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'p
arseInt(#, 10)', source) (num) will need runtime check to cast to type int |
| 446 return JS('num', r'parseInt(#, 10)', source); | 122 return JS('num', r'parseInt(#, 10)', source); |
| 447 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 123 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 448 warning: line 625, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'
parseInt(#, 10)', source) (num) will need runtime check to cast to type int | 124 warning: line 103, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'
parseInt(#, 10)', source) (num) will need runtime check to cast to type int |
| 449 return JS('num', r'parseInt(#, 10)', source); | 125 return JS('num', r'parseInt(#, 10)', source); |
| 450 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 126 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 451 warning: line 657, column 12 of dart:_js_helper: [DownCastImplicit] JS('num', r'
parseInt(#, #)', source, radix) (num) will need runtime check to cast to type in
t | 127 warning: line 135, column 12 of dart:_js_helper: [DownCastImplicit] JS('num', r'
parseInt(#, #)', source, radix) (num) will need runtime check to cast to type in
t |
| 452 return JS('num', r'parseInt(#, #)', source, radix); | 128 return JS('num', r'parseInt(#, #)', source, radix); |
| 453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 454 warning: line 681, column 16 of dart:_js_helper: [DownCastImplicit] result (num)
will need runtime check to cast to type double | 130 warning: line 159, column 16 of dart:_js_helper: [DownCastImplicit] result (num)
will need runtime check to cast to type double |
| 455 return result; | 131 return result; |
| 456 ^^^^^^ | 132 ^^^^^^ |
| 457 warning: line 685, column 12 of dart:_js_helper: [DownCastImplicit] result (num)
will need runtime check to cast to type double | 133 warning: line 163, column 12 of dart:_js_helper: [DownCastImplicit] result (num)
will need runtime check to cast to type double |
| 458 return result; | 134 return result; |
| 459 ^^^^^^ | 135 ^^^^^^ |
| 460 warning: line 834, column 15 of dart:_js_helper: [DownCastImplicit] 0xd800 + (((
(i - 0x10000) >> 10) & 0x3ff)) (num) will need runtime check to cast to type int | 136 warning: line 250, column 15 of dart:_js_helper: [DownCastImplicit] 0xd800 + (((
(i - 0x10000) >> 10) & 0x3ff)) (num) will need runtime check to cast to type int |
| 461 a.add(0xd800 + ((((i - 0x10000) >> 10) & 0x3ff))); | 137 a.add(0xd800 + ((((i - 0x10000) >> 10) & 0x3ff))); |
| 462 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 138 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 463 warning: line 835, column 15 of dart:_js_helper: [DownCastImplicit] 0xdc00 + (i
& 0x3ff) (num) will need runtime check to cast to type int | 139 warning: line 251, column 15 of dart:_js_helper: [DownCastImplicit] 0xdc00 + (i
& 0x3ff) (num) will need runtime check to cast to type int |
| 464 a.add(0xdc00 + (i & 0x3ff)); | 140 a.add(0xdc00 + (i & 0x3ff)); |
| 465 ^^^^^^^^^^^^^^^^^^^^ | 141 ^^^^^^^^^^^^^^^^^^^^ |
| 466 warning: line 849, column 31 of dart:_js_helper: [DownCastComposite] charCodes (
dynamic) will need runtime check to cast to type List<int> | 142 warning: line 265, column 31 of dart:_js_helper: [DownCastComposite] charCodes (
dynamic) will need runtime check to cast to type List<int> |
| 467 return _fromCharCodeApply(charCodes); | 143 return _fromCharCodeApply(charCodes); |
| 468 ^^^^^^^^^ | 144 ^^^^^^^^^ |
| 469 warning: line 1505, column 9 of dart:_js_helper: [DownCastComposite] JS('JSExten
dableArray|Null', r"#.match(/\\\$[a-zA-Z]+\\\$/g)", message) (dynamic) will need
runtime check to cast to type List<String> | |
| 470 JS('JSExtendableArray|Null', r"#.match(/\\\$[a-zA-Z]+\\\$/g)", message); | |
| 471 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 472 warning: line 3063, column 7 of dart:_js_helper: [DownCastComposite] parameterTy
pes (dynamic) will need runtime check to cast to type List<RuntimeType> | |
| 473 parameterTypes, | |
| 474 ^^^^^^^^^^^^^^ | |
| 475 warning: line 3064, column 7 of dart:_js_helper: [DownCastComposite] optionalPar
ameterTypes (dynamic) will need runtime check to cast to type List<RuntimeType> | |
| 476 optionalParameterTypes, | |
| 477 ^^^^^^^^^^^^^^^^^^^^^^ | |
| 478 warning: line 3073, column 7 of dart:_js_helper: [DownCastComposite] parameterTy
pes (dynamic) will need runtime check to cast to type List<RuntimeType> | |
| 479 parameterTypes, | |
| 480 ^^^^^^^^^^^^^^ | |
| 481 warning: line 3083, column 39 of dart:_js_helper: [DownCastComposite] typeArgume
nts (dynamic) will need runtime check to cast to type List<RuntimeType> | |
| 482 return new RuntimeTypeGeneric(name, typeArguments, null); | |
| 483 ^^^^^^^^^^^^^ | |
| 484 warning: line 3144, column 41 of dart:_js_helper: [DownCastComposite] arguments
(List<dynamic>) will need runtime check to cast to type List<RuntimeType> | |
| 485 return new RuntimeTypeGeneric(name, arguments, rti); | |
| 486 ^^^^^^^^^ | |
| 487 warning: line 3329, column 23 of dart:_js_helper: [DownCastComposite] JS('JSExte
ndableArray|Null', '#[#]', urisMap, loadId) (dynamic) will need runtime check to
cast to type List<String> | |
| 488 List<String> uris = JS('JSExtendableArray|Null', '#[#]', urisMap, loadId); | |
| 489 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 490 warning: line 3331, column 25 of dart:_js_helper: [DownCastComposite] JS('JSExte
ndableArray|Null', '#[#]', hashesMap, loadId) (dynamic) will need runtime check
to cast to type List<String> | |
| 491 List<String> hashes = JS('JSExtendableArray|Null', '#[#]', hashesMap, loadId); | |
| 492 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 493 warning: line 3341, column 10 of dart:_js_helper: [DownCastComposite] Future.wai
t(indicesToLoad.map((int i) => _loadHunk(uris[i]))).then((_) {List<int> indicesT
oInitialize = indices.where((int i) => !JS('bool', '#(#)', isHunkInitialized, ha
shes[i])).toList(); for (int i in indicesToInitialize) {var initializer = JS_EMB
EDDED_GLOBAL('', INITIALIZE_LOADED_HUNK); JS('void', '#(#)', initializer, hashes
[i]);} bool updated = _loadedLibraries.add(loadId); if (updated && deferredLoadH
ook != null) {deferredLoadHook();}}) (Future<dynamic>) will need runtime check t
o cast to type Future<Null> | |
| 494 return Future.wait(indicesToLoad | |
| 495 ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 496 warning: line 3341, column 22 of dart:_js_helper: [DownCastComposite] indicesToL
oad.map((int i) => _loadHunk(uris[i])) (Iterable<dynamic>) will need runtime che
ck to cast to type Iterable<Future<dynamic>> | |
| 497 return Future.wait(indicesToLoad | |
| 498 ^^^^^^^^^^^^^^ | |
| 499 warning: line 3364, column 12 of dart:_js_helper: [DownCastComposite] future.the
n((_) => null) (Future<dynamic>) will need runtime check to cast to type Future<
Null> | |
| 500 return future.then((_) => null); | |
| 501 ^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 502 warning: line 3390, column 36 of dart:_js_helper: [DownCastComposite] completer.
future.whenComplete(() {leaveJsAsync();}) (Future<dynamic>) will need runtime ch
eck to cast to type Future<Null> | |
| 503 Future<Null> leavingFuture = completer.future.whenComplete(() { | |
| 504 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 505 warning: line 20, column 41 of dart:_js_helper/constant_map.dart: [DownCastCompo
site] _throwUnmodifiable() (dynamic) will need runtime check to cast to type V | |
| 506 V putIfAbsent(K key, V ifAbsent()) => _throwUnmodifiable(); | |
| 507 ^^^^^^^^^^^^^^^^^^^^ | |
| 508 warning: line 21, column 27 of dart:_js_helper/constant_map.dart: [DownCastCompo
site] _throwUnmodifiable() (dynamic) will need runtime check to cast to type V | |
| 509 V remove(Object key) => _throwUnmodifiable(); | |
| 510 ^^^^^^^^^^^^^^^^^^^^ | |
| 511 warning: line 46, column 40 of dart:_js_helper/constant_map.dart: [DownCastImpli
cit] key (Object) will need runtime check to cast to type String | |
| 512 return jsHasOwnProperty(_jsObject, key); | |
| 513 ^^^ | |
| 514 warning: line 51, column 12 of dart:_js_helper/constant_map.dart: [DownCastCompo
site] _fetch(key) (dynamic) will need runtime check to cast to type V | |
| 515 return _fetch(key); | |
| 516 ^^^^^^^^^^^ | |
| 517 warning: line 64, column 9 of dart:_js_helper/constant_map.dart: [DownCastCompos
ite] key (dynamic) will need runtime check to cast to type K | |
| 518 f(key, _fetch(key)); | |
| 519 ^^^ | |
| 520 warning: line 64, column 14 of dart:_js_helper/constant_map.dart: [DownCastCompo
site] _fetch(key) (dynamic) will need runtime check to cast to type V | |
| 521 f(key, _fetch(key)); | |
| 522 ^^^^^^^^^^^ | |
| 523 warning: line 81, column 35 of dart:_js_helper/constant_map.dart: [DownCastCompo
site] keys (dynamic) will need runtime check to cast to type List<K> | |
| 524 : super._(length, jsObject, keys); | |
| 525 ^^^^ | |
| 526 warning: line 88, column 40 of dart:_js_helper/constant_map.dart: [DownCastImpli
cit] key (Object) will need runtime check to cast to type String | |
| 527 return jsHasOwnProperty(_jsObject, key); | |
| 528 ^^^ | |
| 529 warning: line 119, column 12 of dart:_js_helper/constant_map.dart: [DownCastComp
osite] JS('Map<K, V>', r'this.$map') (dynamic) will need runtime check to cast t
o type Map<K, V> | |
| 530 return JS('Map<K, V>', r'this.$map'); | |
| 531 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 532 warning: line 108, column 22 of dart:_js_helper/regexp_helper.dart: [DownCastCom
posite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeRegExp, checkString(st
ring)) (dynamic) will need runtime check to cast to type List<String> | 145 warning: line 108, column 22 of dart:_js_helper/regexp_helper.dart: [DownCastCom
posite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeRegExp, checkString(st
ring)) (dynamic) will need runtime check to cast to type List<String> |
| 533 List<String> m = JS('JSExtendableArray|Null', | 146 List<String> m = JS('JSExtendableArray|Null', |
| 534 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 147 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 535 warning: line 140, column 43 of dart:_js_helper/regexp_helper.dart: [DownCastCom
posite] match (List<dynamic>) will need runtime check to cast to type List<Strin
g> | 148 warning: line 140, column 43 of dart:_js_helper/regexp_helper.dart: [DownCastCom
posite] match (List<dynamic>) will need runtime check to cast to type List<Strin
g> |
| 536 return new _MatchImplementation(this, match); | 149 return new _MatchImplementation(this, match); |
| 537 ^^^^^ | 150 ^^^^^ |
| 538 warning: line 152, column 43 of dart:_js_helper/regexp_helper.dart: [DownCastCom
posite] match (List<dynamic>) will need runtime check to cast to type List<Strin
g> | 151 warning: line 152, column 43 of dart:_js_helper/regexp_helper.dart: [DownCastCom
posite] match (List<dynamic>) will need runtime check to cast to type List<Strin
g> |
| 539 return new _MatchImplementation(this, match); | 152 return new _MatchImplementation(this, match); |
| 540 ^^^^^ | 153 ^^^^^ |
| 541 warning: line 137, column 23 of dart:_js_helper/string_helper.dart: [DownCastCom
posite] pattern.allMatches(receiver) (dynamic) will need runtime check to cast t
o type Iterable<Match> | 154 warning: line 137, column 23 of dart:_js_helper/string_helper.dart: [DownCastCom
posite] pattern.allMatches(receiver) (dynamic) will need runtime check to cast t
o type Iterable<Match> |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1014 ^^^^^^ | 627 ^^^^^^ |
| 1015 warning: line 765, column 39 of dart:collection/splay_tree.dart: [DownCastCompos
ite] element (Object) will need runtime check to cast to type E | 628 warning: line 765, column 39 of dart:collection/splay_tree.dart: [DownCastCompos
ite] element (Object) will need runtime check to cast to type E |
| 1016 if (_validKey(element)) _remove(element); | 629 if (_validKey(element)) _remove(element); |
| 1017 ^^^^^^^ | 630 ^^^^^^^ |
| 1018 warning: line 779, column 39 of dart:collection/splay_tree.dart: [DownCastCompos
ite] object (Object) will need runtime check to cast to type E | 631 warning: line 779, column 39 of dart:collection/splay_tree.dart: [DownCastCompos
ite] object (Object) will need runtime check to cast to type E |
| 1019 if (_validKey(object) && _splay(object) == 0) retainSet.add(_root.key); | 632 if (_validKey(object) && _splay(object) == 0) retainSet.add(_root.key); |
| 1020 ^^^^^^ | 633 ^^^^^^ |
| 1021 warning: line 791, column 23 of dart:collection/splay_tree.dart: [DownCastCompos
ite] object (Object) will need runtime check to cast to type E | 634 warning: line 791, column 23 of dart:collection/splay_tree.dart: [DownCastCompos
ite] object (Object) will need runtime check to cast to type E |
| 1022 int comp = _splay(object); | 635 int comp = _splay(object); |
| 1023 ^^^^^^ | 636 ^^^^^^ |
| 637 warning: line 168, column 14 of dart:isolate: [DownCastComposite] IsolateNatives
.spawnFunction(entryPoint, message, paused).then((msg) => new Isolate(msg[1], pa
useCapability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need
runtime check to cast to type Future<Isolate> |
| 638 return IsolateNatives.spawnFunction(entryPoint, message, paused) |
| 639 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 640 warning: line 234, column 14 of dart:isolate: [DownCastComposite] IsolateNatives
.spawnUri(uri, args, message, paused).then((msg) => new Isolate(msg[1], pauseCap
ability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runti
me check to cast to type Future<Isolate> |
| 641 return IsolateNatives.spawnUri(uri, args, message, paused) |
| 642 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 643 severe: line 452, column 28 of dart:_native_typed_data: [AnalyzerError] The gett
er 'length' is not defined for the class 'NativeTypedData' |
| 644 if (length == list.length) { |
| 645 ^^^^^^ |
| 646 warning: line 201, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor
age.sublist(start * 4, end * 4) (List<double>) will need runtime check to cast t
o type NativeFloat32List |
| 647 _storage.sublist(start * 4, end * 4)); |
| 648 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 649 warning: line 311, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor
age.sublist(start * 4, end * 4) (List<int>) will need runtime check to cast to t
ype Int32List |
| 650 _storage.sublist(start * 4, end * 4)); |
| 651 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 652 warning: line 415, column 9 of dart:_native_typed_data: [DownCastImplicit] _stor
age.sublist(start * 2, end * 2) (List<double>) will need runtime check to cast t
o type NativeFloat64List |
| 653 _storage.sublist(start * 2, end * 2)); |
| 654 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 655 warning: line 1106, column 12 of dart:_native_typed_data: [DownCastImplicit] len
gth == null ? _create2(buffer, offsetInBytes) : _create3(buffer, offsetInBytes,
length) (Int8List) will need runtime check to cast to type NativeInt8List |
| 656 return length == null |
| 657 ^^^^^^^^^^^^^^^ |
| 658 warning: line 576, column 29 of dart:_isolate_helper: [DownCastComposite] doneHa
ndlers (dynamic) will need runtime check to cast to type Iterable<SendPort> |
| 659 for (SendPort port in doneHandlers) { |
| 660 ^^^^^^^^^^^^ |
| 661 warning: line 835, column 37 of dart:_isolate_helper: [DownCastComposite] args (
dynamic) will need runtime check to cast to type List<String> |
| 662 _startIsolate(entryPoint, args, message, |
| 663 ^^^^ |
| 664 warning: line 882, column 11 of dart:_isolate_helper: [DownCastComposite] msg['a
rgs'] (dynamic) will need runtime check to cast to type List<String> |
| 665 msg['args'], msg['msg'], |
| 666 ^^^^^^^^^^^ |
| 667 warning: line 89, column 38 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] indexable (JSIndexable) will need runtime check to cast to ty
pe JSArray<dynamic> |
| 668 List serialized = serializeArray(indexable); |
| 669 ^^^^^^^^^ |
| 670 warning: line 120, column 24 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] serializeTearOff (Function) will need runtime check to cast
to type (dynamic) → dynamic |
| 671 x.keys.map(serializeTearOff).toList(), |
| 672 ^^^^^^^^^^^^^^^^ |
| 673 warning: line 121, column 26 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] serializeTearOff (Function) will need runtime check to cast
to type (dynamic) → dynamic |
| 674 x.values.map(serializeTearOff).toList()]; |
| 675 ^^^^^^^^^^^^^^^^ |
| 676 warning: line 172, column 52 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] fields (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> |
| 677 return ['dart', classId, serializeArrayInPlace(fields)]; |
| 678 ^^^^^^ |
| 679 warning: line 250, column 58 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> |
| 680 return new JSArray.markFixed(deserializeArrayInPlace(result)); |
| 681 ^^^^^^ |
| 682 warning: line 258, column 61 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> |
| 683 return new JSArray.markGrowable(deserializeArrayInPlace(result)); |
| 684 ^^^^^^ |
| 685 warning: line 266, column 36 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> |
| 686 return deserializeArrayInPlace(result); |
| 687 ^^^^^^ |
| 688 warning: line 275, column 58 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] result (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> |
| 689 return new JSArray.markFixed(deserializeArrayInPlace(result)); |
| 690 ^^^^^^ |
| 691 warning: line 357, column 29 of dart:_isolate_helper/isolate_serialization.dart:
[DownCastImplicit] fields (List<dynamic>) will need runtime check to cast to ty
pe JSArray<dynamic> |
| 692 deserializeArrayInPlace(fields); |
| 693 ^^^^^^ |
| 694 warning: line 20, column 39 of dart:async/async_error.dart: [DownCastImplicit] e
rrorHandler (Function) will need runtime check to cast to type (dynamic) → dynam
ic |
| 695 return zone.registerUnaryCallback(errorHandler); |
| 696 ^^^^^^^^^^^^ |
| 697 severe: line 211, column 38 of dart:async/broadcast_stream_controller.dart: [Ana
lyzerError] The getter '_next' is not defined for the class 'StreamSubscription<
T>' |
| 698 assert(!identical(subscription._next, subscription)); |
| 699 ^^^^^ |
| 700 severe: line 208, column 22 of dart:async/broadcast_stream_controller.dart: [Ana
lyzerError] The getter '_isFiring' is not defined for the class 'StreamSubscript
ion<T>' |
| 701 if (subscription._isFiring) { |
| 702 ^^^^^^^^^ |
| 703 severe: line 206, column 32 of dart:async/broadcast_stream_controller.dart: [Ana
lyzerError] The getter '_next' is not defined for the class 'StreamSubscription<
T>' |
| 704 if (identical(subscription._next, subscription)) return null; |
| 705 ^^^^^ |
| 706 severe: line 207, column 36 of dart:async/broadcast_stream_controller.dart: [Ana
lyzerError] The getter '_next' is not defined for the class 'StreamSubscription<
T>' |
| 707 assert(!identical(subscription._next, subscription)); |
| 708 ^^^^^ |
| 709 severe: line 209, column 20 of dart:async/broadcast_stream_controller.dart: [Ana
lyzerError] The method '_setRemoveAfterFiring' is not defined for the class 'Str
eamSubscription<T>' |
| 710 subscription._setRemoveAfterFiring(); |
| 711 ^^^^^^^^^^^^^^^^^^^^^ |
| 712 warning: line 8, column 67 of dart:async/broadcast_stream_controller.dart: [Down
CastComposite] controller (_StreamControllerLifecycle<dynamic>) will need runtim
e check to cast to type _StreamControllerLifecycle<T> |
| 713 _BroadcastStream(_StreamControllerLifecycle controller) : super(controller); |
| 714 ^^^^^^^^^^ |
| 715 warning: line 36, column 15 of dart:async/broadcast_stream_controller.dart: [Dow
nCastComposite] controller (_StreamControllerLifecycle<dynamic>) will need runti
me check to cast to type _StreamControllerLifecycle<T> |
| 716 : super(controller, onData, onError, onDone, cancelOnError) { |
| 717 ^^^^^^^^^^ |
| 718 warning: line 40, column 52 of dart:async/broadcast_stream_controller.dart: [Dow
nCastComposite] super._controller (_StreamControllerLifecycle<T>) will need runt
ime check to cast to type _BroadcastStreamController<T> |
| 719 _BroadcastStreamController<T> get _controller => super._controller; |
| 720 ^^^^^^^^^^^^^^^^^ |
| 721 warning: line 196, column 18 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] subscription (StreamSubscription<dynamic>) will need runtime ch
eck to cast to type _BroadcastSubscription<T> |
| 722 _addListener(subscription); |
| 723 ^^^^^^^^^^^^ |
| 724 warning: line 201, column 12 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] subscription (StreamSubscription<dynamic>) will need runtime ch
eck to cast to type StreamSubscription<T> |
| 725 return subscription; |
| 726 ^^^^^^^^^^^^ |
| 727 warning: line 212, column 23 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] subscription (StreamSubscription<T>) will need runtime check to
cast to type _BroadcastSubscription<T> |
| 728 _removeListener(subscription); |
| 729 ^^^^^^^^^^^^ |
| 730 warning: line 309, column 48 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca
st to type _BroadcastSubscription<T> |
| 731 _BroadcastSubscription<T> subscription = link; |
| 732 ^^^^ |
| 733 warning: line 372, column 24 of dart:async/broadcast_stream_controller.dart: [Un
inferredClosure] (_BroadcastSubscription<T> subscription) {subscription._close()
;} ((_BroadcastSubscription<T>) → dynamic) will need runtime check to cast to ty
pe (_BufferingStreamSubscription<T>) → void |
| 734 _forEachListener((_BroadcastSubscription<T> subscription) { |
| 735 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 736 warning: line 393, column 48 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca
st to type _BroadcastSubscription<T> |
| 737 _BroadcastSubscription<T> subscription = link; |
| 738 ^^^^ |
| 739 warning: line 402, column 48 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca
st to type _BroadcastSubscription<T> |
| 740 _BroadcastSubscription<T> subscription = link; |
| 741 ^^^^ |
| 742 warning: line 412, column 50 of dart:async/broadcast_stream_controller.dart: [Do
wnCastComposite] link (_BroadcastSubscriptionLink) will need runtime check to ca
st to type _BroadcastSubscription<T> |
| 743 _BroadcastSubscription<T> subscription = link; |
| 744 ^^^^ |
| 745 warning: line 123, column 12 of dart:async/future.dart: [DownCastComposite] resu
lt (_Future<dynamic>) will need runtime check to cast to type Future<T> |
| 746 return result; |
| 747 ^^^^^^ |
| 748 warning: line 149, column 12 of dart:async/future.dart: [DownCastComposite] resu
lt (_Future<dynamic>) will need runtime check to cast to type Future<T> |
| 749 return result; |
| 750 ^^^^^^ |
| 751 warning: line 233, column 12 of dart:async/future.dart: [DownCastComposite] resu
lt (_Future<dynamic>) will need runtime check to cast to type Future<T> |
| 752 return result; |
| 753 ^^^^^^ |
| 754 warning: line 112, column 12 of dart:async/future_impl.dart: [DownCastImplicit]
callback (Function) will need runtime check to cast to type (dynamic) → dynamic |
| 755 return callback; |
| 756 ^^^^^^^^ |
| 757 warning: line 117, column 12 of dart:async/future_impl.dart: [DownCastComposite]
callback (Function) will need runtime check to cast to type (dynamic) → bool |
| 758 return callback; |
| 759 ^^^^^^^^ |
| 760 warning: line 121, column 12 of dart:async/future_impl.dart: [DownCastImplicit]
callback (Function) will need runtime check to cast to type () → dynamic |
| 761 return callback; |
| 762 ^^^^^^^^ |
| 763 warning: line 208, column 11 of dart:async/future_impl.dart: [DownCastComposite]
result._zone.registerUnaryCallback(f) ((dynamic) → dynamic) will need runtime c
heck to cast to type (T) → dynamic |
| 764 f = result._zone.registerUnaryCallback(f); |
| 765 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 766 warning: line 221, column 32 of dart:async/future_impl.dart: [DownCastComposite]
result._zone.registerUnaryCallback(test) ((dynamic) → dynamic) will need runtim
e check to cast to type (dynamic) → bool |
| 767 if (test != null) test = result._zone.registerUnaryCallback(test); |
| 768 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 769 warning: line 233, column 12 of dart:async/future_impl.dart: [DownCastComposite]
result (_Future<dynamic>) will need runtime check to cast to type Future<T> |
| 770 return result; |
| 771 ^^^^^^ |
| 772 warning: line 245, column 12 of dart:async/future_impl.dart: [DownCastComposite]
_resultOrListeners (dynamic) will need runtime check to cast to type T |
| 773 return _resultOrListeners; |
| 774 ^^^^^^^^^^^^^^^^^^ |
| 775 warning: line 347, column 17 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type T |
| 776 _setValue(value); |
| 777 ^^^^^ |
| 778 warning: line 357, column 15 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type T |
| 779 _setValue(value); |
| 780 ^^^^^ |
| 781 warning: line 386, column 31 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type Future<T> |
| 782 Future<T> typedFuture = value; |
| 783 ^^^^^ |
| 784 warning: line 388, column 33 of dart:async/future_impl.dart: [DownCastComposite]
typedFuture (Future<T>) will need runtime check to cast to type _Future<T> |
| 785 _Future<T> coreFuture = typedFuture; |
| 786 ^^^^^^^^^^^ |
| 787 warning: line 407, column 22 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type T |
| 788 T typedValue = value; |
| 789 ^^^^^ |
| 790 warning: line 515, column 54 of dart:async/future_impl.dart: [DownCastImplicit]
errorCallback (Function) will need runtime check to cast to type (dynamic) → dyn
amic |
| 791 listenerValueOrError = zone.runUnary(errorCallback, |
| 792 ^^^^^^^^^^^^^ |
| 793 warning: line 66, column 61 of dart:async/schedule_microtask.dart: [DownCastComp
osite] callback (dynamic) will need runtime check to cast to type () → void |
| 794 _nextCallback = _lastCallback = new _AsyncCallbackEntry(callback); |
| 795 ^^^^^^^^ |
| 796 warning: line 71, column 60 of dart:async/schedule_microtask.dart: [DownCastComp
osite] callback (dynamic) will need runtime check to cast to type () → void |
| 797 _AsyncCallbackEntry newEntry = new _AsyncCallbackEntry(callback); |
| 798 ^^^^^^^^ |
| 799 warning: line 84, column 55 of dart:async/schedule_microtask.dart: [DownCastComp
osite] callback (dynamic) will need runtime check to cast to type () → void |
| 800 _AsyncCallbackEntry entry = new _AsyncCallbackEntry(callback); |
| 801 ^^^^^^^^ |
| 802 severe: line 321, column 34 of dart:async/stream.dart: [AnalyzerError] The gette
r '_addError' is not defined for the class 'StreamController' |
| 803 final addError = eventSink._addError; |
| 804 ^^^^^^^^^ |
| 805 severe: line 1227, column 17 of dart:async/stream.dart: [AnalyzerError] The meth
od '_addError' is not defined for the class 'StreamController' |
| 806 eventSink._addError(error, stackTrace); // Avoid Zone error replacement. |
| 807 ^^^^^^^^^ |
| 808 severe: line 396, column 30 of dart:async/stream.dart: [AnalyzerError] The gette
r '_addError' is not defined for the class 'StreamController' |
| 809 onError: eventSink._addError, // Avoid Zone error replacement. |
| 810 ^^^^^^^^^ |
| 811 warning: line 90, column 25 of dart:async/stream.dart: [DownCastComposite] value
(dynamic) will need runtime check to cast to type T |
| 812 controller._add(value); |
| 813 ^^^^^ |
| 814 warning: line 217, column 41 of dart:async/stream.dart: [DownCastComposite] mapS
ink ((EventSink<T>) → EventSink<dynamic>) will need runtime check to cast to typ
e (EventSink<dynamic>) → EventSink |
| 815 return new _BoundSinkStream(source, mapSink); |
| 816 ^^^^^^^ |
| 817 warning: line 249, column 44 of dart:async/stream.dart: [DownCastComposite] onLi
sten ((StreamSubscription<T>) → void) will need runtime check to cast to type (S
treamSubscription<dynamic>) → void |
| 818 return new _AsBroadcastStream<T>(this, onListen, onCancel); |
| 819 ^^^^^^^^ |
| 820 warning: line 249, column 54 of dart:async/stream.dart: [DownCastComposite] onCa
ncel ((StreamSubscription<T>) → void) will need runtime check to cast to type (S
treamSubscription<dynamic>) → void |
| 821 return new _AsBroadcastStream<T>(this, onListen, onCancel); |
| 822 ^^^^^^^^ |
| 823 warning: line 502, column 24 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, result) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic |
| 824 _cancelAndErrorClosure(subscription, result)); |
| 825 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 826 warning: line 535, column 11 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, result) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic |
| 827 _cancelAndErrorClosure(subscription, result) |
| 828 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 829 warning: line 603, column 13 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic |
| 830 _cancelAndErrorClosure(subscription, future) |
| 831 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 832 warning: line 629, column 13 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic |
| 833 _cancelAndErrorClosure(subscription, future) |
| 834 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 835 warning: line 658, column 13 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic |
| 836 _cancelAndErrorClosure(subscription, future) |
| 837 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 838 warning: line 695, column 13 of dart:async/stream.dart: [DownCastComposite] _can
celAndErrorClosure(subscription, future) (dynamic) will need runtime check to ca
st to type (dynamic, StackTrace) → dynamic |
| 839 _cancelAndErrorClosure(subscription, future) |
| 840 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 841 warning: line 1037, column 11 of dart:async/stream.dart: [DownCastComposite] _ca
ncelAndErrorClosure(subscription, future) (dynamic) will need runtime check to c
ast to type (dynamic, StackTrace) → dynamic |
| 842 _cancelAndErrorClosure(subscription, future) |
| 843 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 844 warning: line 1078, column 11 of dart:async/stream.dart: [DownCastComposite] _ca
ncelAndErrorClosure(subscription, future) (dynamic) will need runtime check to c
ast to type (dynamic, StackTrace) → dynamic |
| 845 _cancelAndErrorClosure(subscription, future) |
| 846 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 847 warning: line 1130, column 11 of dart:async/stream.dart: [DownCastComposite] _ca
ncelAndErrorClosure(subscription, future) (dynamic) will need runtime check to c
ast to type (dynamic, StackTrace) → dynamic |
| 848 _cancelAndErrorClosure(subscription, future) |
| 849 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 850 warning: line 1220, column 43 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void |
| 851 timer = zone.createTimer(timeLimit, timeout); |
| 852 ^^^^^^^ |
| 853 warning: line 1228, column 43 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void |
| 854 timer = zone.createTimer(timeLimit, timeout); |
| 855 ^^^^^^^ |
| 856 warning: line 1246, column 21 of dart:async/stream.dart: [DownCastComposite] zon
e.registerUnaryCallback(onTimeout) ((dynamic) → dynamic) will need runtime check
to cast to type (EventSink<dynamic>) → void |
| 857 onTimeout = zone.registerUnaryCallback(onTimeout); |
| 858 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 859 warning: line 1257, column 43 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void |
| 860 timer = zone.createTimer(timeLimit, timeout); |
| 861 ^^^^^^^ |
| 862 warning: line 1276, column 53 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void |
| 863 timer = zone.createTimer(timeLimit, timeout); |
| 864 ^^^^^^^ |
| 865 warning: line 83, column 14 of dart:async/stream_controller.dart: [DownCastCompo
site] sync ? new _NoCallbackSyncStreamController() : new _NoCallbackAsyncStreamC
ontroller() (_StreamController<dynamic>) will need runtime check to cast to type
StreamController<T> |
| 866 return sync |
| 867 ^^^^^ |
| 868 warning: line 516, column 12 of dart:async/stream_controller.dart: [DownCastComp
osite] subscription (_ControllerSubscription<dynamic>) will need runtime check t
o cast to type StreamSubscription<T> |
| 869 return subscription; |
| 870 ^^^^^^^^^^^^ |
| 871 warning: line 798, column 15 of dart:async/stream_controller.dart: [DownCastComp
osite] controller (_StreamController<dynamic>) will need runtime check to cast t
o type _EventSink<T> |
| 872 : super(controller, source, cancelOnError) { |
| 873 ^^^^^^^^^^ |
| 874 warning: line 153, column 42 of dart:async/stream_impl.dart: [DownCastComposite]
_nullDataHandler ((dynamic) → void) will need runtime check to cast to type (T)
→ void |
| 875 if (handleData == null) handleData = _nullDataHandler; |
| 876 ^^^^^^^^^^^^^^^^ |
| 877 warning: line 154, column 15 of dart:async/stream_impl.dart: [DownCastComposite]
_zone.registerUnaryCallback(handleData) ((dynamic) → dynamic) will need runtime
check to cast to type (T) → void |
| 878 _onData = _zone.registerUnaryCallback(handleData); |
| 879 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 880 warning: line 358, column 32 of dart:async/stream_impl.dart: [DownCastImplicit]
_onError (Function) will need runtime check to cast to type (dynamic, dynamic) →
dynamic |
| 881 _zone.runBinaryGuarded(_onError, error, stackTrace); |
| 882 ^^^^^^^^ |
| 883 warning: line 360, column 31 of dart:async/stream_impl.dart: [DownCastImplicit]
_onError (Function) will need runtime check to cast to type (dynamic) → dynamic |
| 884 _zone.runUnaryGuarded(_onError, error); |
| 885 ^^^^^^^^ |
| 886 warning: line 476, column 12 of dart:async/stream_impl.dart: [DownCastComposite]
subscription (StreamSubscription<dynamic>) will need runtime check to cast to t
ype StreamSubscription<T> |
| 887 return subscription; |
| 888 ^^^^^^^^^^^^ |
| 889 warning: line 515, column 12 of dart:async/stream_impl.dart: [DownCastComposite]
new _BufferingStreamSubscription(onData, onError, onDone, cancelOnError).._setP
endingEvents(_pending()) (_BufferingStreamSubscription<dynamic>) will need runti
me check to cast to type StreamSubscription<T> |
| 890 return new _BufferingStreamSubscription( |
| 891 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 892 warning: line 813, column 28 of dart:async/stream_impl.dart: [DownCastComposite]
Zone.current.registerUnaryCallback(onListenHandler) ((dynamic) → dynamic) will
need runtime check to cast to type (StreamSubscription<dynamic>) → void |
| 893 : _onListenHandler = Zone.current.registerUnaryCallback(onListenHandler), |
| 894 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 895 warning: line 814, column 28 of dart:async/stream_impl.dart: [DownCastComposite]
Zone.current.registerUnaryCallback(onCancelHandler) ((dynamic) → dynamic) will
need runtime check to cast to type (StreamSubscription<dynamic>) → void |
| 896 _onCancelHandler = Zone.current.registerUnaryCallback(onCancelHandler), |
| 897 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 898 warning: line 1000, column 14 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type Future<boo
l> |
| 899 return _futureOrPrefetch; |
| 900 ^^^^^^^^^^^^^^^^^ |
| 901 warning: line 1006, column 22 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type T |
| 902 _current = _futureOrPrefetch; |
| 903 ^^^^^^^^^^^^^^^^^ |
| 904 warning: line 1033, column 31 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo
ol> |
| 905 _Future<bool> hasNext = _futureOrPrefetch; |
| 906 ^^^^^^^^^^^^^^^^^ |
| 907 warning: line 1045, column 31 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo
ol> |
| 908 _Future<bool> hasNext = _futureOrPrefetch; |
| 909 ^^^^^^^^^^^^^^^^^ |
| 910 warning: line 1059, column 31 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo
ol> |
| 911 _Future<bool> hasNext = _futureOrPrefetch; |
| 912 ^^^^^^^^^^^^^^^^^ |
| 913 warning: line 1073, column 31 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type _Future<bo
ol> |
| 914 _Future<bool> hasNext = _futureOrPrefetch; |
| 915 ^^^^^^^^^^^^^^^^^ |
| 916 warning: line 104, column 15 of dart:async/stream_pipe.dart: [DownCastComposite]
outputData (dynamic) will need runtime check to cast to type T |
| 917 sink._add(outputData); |
| 918 ^^^^^^^^^^ |
| 919 warning: line 235, column 21 of dart:async/stream_pipe.dart: [DownCastComposite]
_transform(inputEvent) (dynamic) will need runtime check to cast to type T |
| 920 outputEvent = _transform(inputEvent); |
| 921 ^^^^^^^^^^^^^^^^^^^^^^ |
| 922 warning: line 426, column 29 of dart:async/stream_pipe.dart: [DownCastComposite]
_previous (Object) will need runtime check to cast to type T |
| 923 isEqual = _equals(_previous, inputEvent); |
| 924 ^^^^^^^^^ |
| 925 warning: line 187, column 18 of dart:async/stream_transformers.dart: [DownCastCo
mposite] _sinkMapper ((EventSink<T>) → EventSink<S>) will need runtime check to
cast to type (EventSink<dynamic>) → EventSink |
| 926 _stream, _sinkMapper, onData, onError, onDone, cancelOnError); |
| 927 ^^^^^^^^^^^ |
| 928 warning: line 233, column 15 of dart:async/stream_transformers.dart: [Uninferred
Closure] (EventSink<T> outputSink) {if (handleData == null) handleData = _defaul
tHandleData; if (handleError == null) handleError = _defaultHandleError; if (han
dleDone == null) handleDone = _defaultHandleDone; return new _HandlerEventSink<S
, T>(handleData, handleError, handleDone, outputSink);} ((EventSink<T>) → dynami
c) will need runtime check to cast to type (EventSink<T>) → EventSink<S> |
| 929 : super((EventSink<T> outputSink) { |
| 930 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 931 warning: line 234, column 48 of dart:async/stream_transformers.dart: [DownCastCo
mposite] _defaultHandleData ((dynamic, EventSink<dynamic>) → void) will need run
time check to cast to type (S, EventSink<T>) → void |
| 932 if (handleData == null) handleData = _defaultHandleData; |
| 933 ^^^^^^^^^^^^^^^^^^ |
| 934 warning: line 235, column 50 of dart:async/stream_transformers.dart: [DownCastCo
mposite] _defaultHandleError ((dynamic, StackTrace, EventSink<dynamic>) → void)
will need runtime check to cast to type (Object, StackTrace, EventSink<T>) → voi
d |
| 935 if (handleError == null) handleError = _defaultHandleError; |
| 936 ^^^^^^^^^^^^^^^^^^^ |
| 937 warning: line 80, column 19 of dart:async/timer.dart: [DownCastComposite] Zone.c
urrent.bindUnaryCallback(callback, runGuarded: true) ((dynamic) → dynamic) will
need runtime check to cast to type (Timer) → void |
| 938 duration, Zone.current.bindUnaryCallback(callback, runGuarded: true)); |
| 939 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 940 warning: line 845, column 57 of dart:async/zone.dart: [DownCastImplicit] impleme
ntationZone (Zone) will need runtime check to cast to type _Zone |
| 941 final ZoneDelegate parentDelegate = _parentDelegate(implementationZone); |
| 942 ^^^^^^^^^^^^^^^^^^ |
| 943 warning: line 962, column 16 of dart:async/zone.dart: [DownCastComposite] zone.b
indUnaryCallback(callback) ((dynamic) → dynamic) will need runtime check to cast
to type (Timer) → void |
| 944 callback = zone.bindUnaryCallback(callback); |
| 945 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 946 warning: line 999, column 26 of dart:async/zone.dart: [DownCastImplicit] zone (Z
one) will need runtime check to cast to type _Zone |
| 947 return new _CustomZone(zone, specification, valueMap); |
| 948 ^^^^ |
| 949 warning: line 1228, column 37 of dart:async/zone.dart: [DownCastImplicit] onErro
r (Function) will need runtime check to cast to type (dynamic) → dynamic |
| 950 return self.parent.runUnary(onError, error); |
| 951 ^^^^^^^ |
| 1024 warning: line 176, column 45 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String | 952 warning: line 176, column 45 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String |
| 1025 var result = _getProperty(_processed, key); | 953 var result = _getProperty(_processed, key); |
| 1026 ^^^ | 954 ^^^ |
| 1027 warning: line 177, column 53 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String | 955 warning: line 177, column 53 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String |
| 1028 if (_isUnprocessed(result)) result = _process(key); | 956 if (_isUnprocessed(result)) result = _process(key); |
| 1029 ^^^ | 957 ^^^ |
| 1030 warning: line 233, column 36 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String | 958 warning: line 233, column 36 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String |
| 1031 return _hasProperty(_original, key); | 959 return _hasProperty(_original, key); |
| 1032 ^^^ | 960 ^^^ |
| 1033 warning: line 311, column 12 of dart:convert: [DownCastComposite] JS('JSExtendab
leArray', '#', keys) (dynamic) will need runtime check to cast to type List<Stri
ng> | 961 warning: line 311, column 12 of dart:convert: [DownCastComposite] JS('JSExtendab
leArray', '#', keys) (dynamic) will need runtime check to cast to type List<Stri
ng> |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1200 ^^^^^^^^^^^^^^^^ | 1128 ^^^^^^^^^^^^^^^^ |
| 1201 warning: line 1869, column 12 of dart:core/uri.dart: [DownCastComposite] query.s
plit("&").fold({}, (map, element) {int index = element.indexOf("="); if (index =
= -1) {if (element != "") {map[decodeQueryComponent(element, encoding: encoding)
] = "";}} else if (index != 0) {var key = element.substring(0, index); var value
= element.substring(index + 1); map[Uri.decodeQueryComponent(key, encoding: enc
oding)] = decodeQueryComponent(value, encoding: encoding);} return map;}) (dynam
ic) will need runtime check to cast to type Map<String, String> | 1129 warning: line 1869, column 12 of dart:core/uri.dart: [DownCastComposite] query.s
plit("&").fold({}, (map, element) {int index = element.indexOf("="); if (index =
= -1) {if (element != "") {map[decodeQueryComponent(element, encoding: encoding)
] = "";}} else if (index != 0) {var key = element.substring(0, index); var value
= element.substring(index + 1); map[Uri.decodeQueryComponent(key, encoding: enc
oding)] = decodeQueryComponent(value, encoding: encoding);} return map;}) (dynam
ic) will need runtime check to cast to type Map<String, String> |
| 1202 return query.split("&").fold({}, (map, element) { | 1130 return query.split("&").fold({}, (map, element) { |
| 1203 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 1131 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 1204 warning: line 1901, column 12 of dart:core/uri.dart: [DownCastComposite] bytes.m
ap((byteString) {int byte = int.parse(byteString); if (byte < 0 || byte > 255) {
error('each part must be in the range of `0..255`');} return byte;}).toList() (L
ist<dynamic>) will need runtime check to cast to type List<int> | 1132 warning: line 1901, column 12 of dart:core/uri.dart: [DownCastComposite] bytes.m
ap((byteString) {int byte = int.parse(byteString); if (byte < 0 || byte > 255) {
error('each part must be in the range of `0..255`');} return byte;}).toList() (L
ist<dynamic>) will need runtime check to cast to type List<int> |
| 1205 return bytes | 1133 return bytes |
| 1206 ^^^^^^ | 1134 ^^^^^^ |
| 1207 warning: line 2023, column 12 of dart:core/uri.dart: [DownCastComposite] bytes (
List<dynamic>) will need runtime check to cast to type List<int> | 1135 warning: line 2023, column 12 of dart:core/uri.dart: [DownCastComposite] bytes (
List<dynamic>) will need runtime check to cast to type List<int> |
| 1208 return bytes; | 1136 return bytes; |
| 1209 ^^^^^ | 1137 ^^^^^ |
| OLD | NEW |