| 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 | |
| 2 return zone.registerUnaryCallback(errorHandler); | |
| 3 ^^^^^^^^^^^^ | |
| 4 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>' | |
| 5 if (subscription._isFiring) { | |
| 6 ^^^^^^^^^ | |
| 7 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>' | |
| 8 if (identical(subscription._next, subscription)) return null; | |
| 9 ^^^^^ | |
| 10 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>' | |
| 11 assert(!identical(subscription._next, subscription)); | |
| 12 ^^^^^ | |
| 13 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>' | |
| 14 subscription._setRemoveAfterFiring(); | |
| 15 ^^^^^^^^^^^^^^^^^^^^^ | |
| 16 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>' | |
| 17 assert(!identical(subscription._next, subscription)); | |
| 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 80, column 12 of dart:_interceptors/js_array.dart: [DownCastCompos
ite] JS('var', r'#.pop()', this) (dynamic) will need runtime check to cast to ty
pe E | 1 warning: line 80, column 12 of dart:_interceptors/js_array.dart: [DownCastCompos
ite] JS('var', r'#.pop()', this) (dynamic) will need runtime check to cast to ty
pe E |
| 266 return JS('var', r'#.pop()', this); | 2 return JS('var', r'#.pop()', this); |
| 267 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 268 warning: line 125, column 9 of dart:_interceptors/js_array.dart: [DownCastCompos
ite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E | 4 warning: line 125, column 9 of dart:_interceptors/js_array.dart: [DownCastCompos
ite] JS('', '#[#]', this, i) (dynamic) will need runtime check to cast to type E |
| 269 f(JS('', '#[#]', this, i)); | 5 f(JS('', '#[#]', this, i)); |
| 270 ^^^^^^^^^^^^^^^^^^^^^^^ | 6 ^^^^^^^^^^^^^^^^^^^^^^^ |
| 271 warning: line 161, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo
site] IterableMixinWorkaround.reduce(this, combine) (dynamic) will need runtime
check to cast to type E | 7 warning: line 161, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo
site] IterableMixinWorkaround.reduce(this, combine) (dynamic) will need runtime
check to cast to type E |
| 272 return IterableMixinWorkaround.reduce(this, combine); | 8 return IterableMixinWorkaround.reduce(this, combine); |
| 273 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 274 warning: line 169, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo
site] IterableMixinWorkaround.firstWhere(this, test, orElse) (dynamic) will need
runtime check to cast to type E | 10 warning: line 169, column 12 of dart:_interceptors/js_array.dart: [DownCastCompo
site] IterableMixinWorkaround.firstWhere(this, test, orElse) (dynamic) will need
runtime check to cast to type E |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 ^^^^^^^^^^^^^^^^ | 90 ^^^^^^^^^^^^^^^^ |
| 355 warning: line 86, 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> | 91 warning: line 86, 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> |
| 356 return JS('JSExtendableArray', r'#.split(#)', this, pattern); | 92 return JS('JSExtendableArray', r'#.split(#)', this, pattern); |
| 357 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 93 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 358 warning: line 89, 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> | 94 warning: line 89, 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> |
| 359 return JS('JSExtendableArray', r'#.split(#)', this, re); | 95 return JS('JSExtendableArray', r'#.split(#)', this, re); |
| 360 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 96 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 361 severe: line 346, column 7 of dart:_interceptors/js_string.dart: [StaticTypeErro
r] Type check failed: s += s (String) is not of type JSString | 97 severe: line 346, column 7 of dart:_interceptors/js_string.dart: [StaticTypeErro
r] Type check failed: s += s (String) is not of type JSString |
| 362 s += s; | 98 s += s; |
| 363 ^^^^^^ | 99 ^^^^^^ |
| 364 severe: line 452, column 28 of dart:_native_typed_data: [AnalyzerError] The gett
er 'length' is not defined for the class 'NativeTypedData' | 100 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 |
| 365 if (length == list.length) { | |
| 366 ^^^^^^ | |
| 367 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 | |
| 368 _storage.sublist(start * 4, end * 4)); | |
| 369 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 370 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 | |
| 371 _storage.sublist(start * 4, end * 4)); | |
| 372 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 373 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 | |
| 374 _storage.sublist(start * 2, end * 2)); | |
| 375 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 376 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 | |
| 377 return length == null | |
| 378 ^^^^^^^^^^^^^^^ | |
| 379 warning: line 578, column 29 of dart:_isolate_helper: [DownCastComposite] doneHa
ndlers (dynamic) will need runtime check to cast to type Iterable<SendPort> | |
| 380 for (SendPort port in doneHandlers) { | |
| 381 ^^^^^^^^^^^^ | |
| 382 warning: line 841, column 37 of dart:_isolate_helper: [DownCastComposite] args (
dynamic) will need runtime check to cast to type List<String> | |
| 383 _startIsolate(entryPoint, args, message, | |
| 384 ^^^^ | |
| 385 warning: line 888, column 11 of dart:_isolate_helper: [DownCastComposite] msg['a
rgs'] (dynamic) will need runtime check to cast to type List<String> | |
| 386 msg['args'], msg['msg'], | |
| 387 ^^^^^^^^^^^ | |
| 388 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> | |
| 389 List serialized = serializeArray(indexable); | |
| 390 ^^^^^^^^^ | |
| 391 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 | |
| 392 x.keys.map(serializeTearOff).toList(), | |
| 393 ^^^^^^^^^^^^^^^^ | |
| 394 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 | |
| 395 x.values.map(serializeTearOff).toList()]; | |
| 396 ^^^^^^^^^^^^^^^^ | |
| 397 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> | |
| 398 return ['dart', classId, serializeArrayInPlace(fields)]; | |
| 399 ^^^^^^ | |
| 400 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> | |
| 401 return new JSArray.markFixed(deserializeArrayInPlace(result)); | |
| 402 ^^^^^^ | |
| 403 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> | |
| 404 return new JSArray.markGrowable(deserializeArrayInPlace(result)); | |
| 405 ^^^^^^ | |
| 406 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> | |
| 407 return deserializeArrayInPlace(result); | |
| 408 ^^^^^^ | |
| 409 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> | |
| 410 return new JSArray.markFixed(deserializeArrayInPlace(result)); | |
| 411 ^^^^^^ | |
| 412 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> | |
| 413 deserializeArrayInPlace(fields); | |
| 414 ^^^^^^ | |
| 415 warning: line 59, column 22 of dart:_js_names: [DownCastComposite] keys (List<dy
namic>) will need runtime check to cast to type Iterable<String> | |
| 416 for (String key in keys) { | |
| 417 ^^^^ | |
| 418 warning: line 238, column 52 of dart:_js_helper: [DownCastImplicit] memberName (
Symbol) will need runtime check to cast to type Symbol | |
| 419 String baseName = _symbol_dev.Symbol.getName(memberName); | |
| 420 ^^^^^^^^^^ | |
| 421 warning: line 466, 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> | |
| 422 return JS('', '#[2 * # + # + # + 1]', data, parameter, | |
| 423 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 424 warning: line 601, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'
parseInt(#, 16)', source) (num) will need runtime check to cast to type int | |
| 425 return JS('num', r'parseInt(#, 16)', source); | 101 return JS('num', r'parseInt(#, 16)', source); |
| 426 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 102 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 427 warning: line 605, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'
parseInt(#, 10)', source) (num) will need runtime check to cast to type int | 103 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 |
| 428 return JS('num', r'parseInt(#, 10)', source); | 104 return JS('num', r'parseInt(#, 10)', source); |
| 429 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 105 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 430 warning: line 617, column 18 of dart:_js_helper: [DownCastImplicit] JS('num', r'
parseInt(#, 10)', source) (num) will need runtime check to cast to type int | 106 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 |
| 431 return JS('num', r'parseInt(#, 10)', source); | 107 return JS('num', r'parseInt(#, 10)', source); |
| 432 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 108 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 433 warning: line 649, column 12 of dart:_js_helper: [DownCastImplicit] JS('num', r'
parseInt(#, #)', source, radix) (num) will need runtime check to cast to type in
t | 109 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 |
| 434 return JS('num', r'parseInt(#, #)', source, radix); | 110 return JS('num', r'parseInt(#, #)', source, radix); |
| 435 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 111 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 436 warning: line 673, column 16 of dart:_js_helper: [DownCastImplicit] result (num)
will need runtime check to cast to type double | 112 warning: line 159, column 16 of dart:_js_helper: [DownCastImplicit] result (num)
will need runtime check to cast to type double |
| 437 return result; | 113 return result; |
| 438 ^^^^^^ | 114 ^^^^^^ |
| 439 warning: line 677, column 12 of dart:_js_helper: [DownCastImplicit] result (num)
will need runtime check to cast to type double | 115 warning: line 163, column 12 of dart:_js_helper: [DownCastImplicit] result (num)
will need runtime check to cast to type double |
| 440 return result; | 116 return result; |
| 441 ^^^^^^ | 117 ^^^^^^ |
| 442 warning: line 826, column 15 of dart:_js_helper: [DownCastImplicit] 0xd800 + (((
(i - 0x10000) >> 10) & 0x3ff)) (num) will need runtime check to cast to type int | 118 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 |
| 443 a.add(0xd800 + ((((i - 0x10000) >> 10) & 0x3ff))); | 119 a.add(0xd800 + ((((i - 0x10000) >> 10) & 0x3ff))); |
| 444 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 120 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 445 warning: line 827, column 15 of dart:_js_helper: [DownCastImplicit] 0xdc00 + (i
& 0x3ff) (num) will need runtime check to cast to type int | 121 warning: line 251, column 15 of dart:_js_helper: [DownCastImplicit] 0xdc00 + (i
& 0x3ff) (num) will need runtime check to cast to type int |
| 446 a.add(0xdc00 + (i & 0x3ff)); | 122 a.add(0xdc00 + (i & 0x3ff)); |
| 447 ^^^^^^^^^^^^^^^^^^^^ | 123 ^^^^^^^^^^^^^^^^^^^^ |
| 448 warning: line 841, column 31 of dart:_js_helper: [DownCastComposite] charCodes (
dynamic) will need runtime check to cast to type List<int> | 124 warning: line 265, column 31 of dart:_js_helper: [DownCastComposite] charCodes (
dynamic) will need runtime check to cast to type List<int> |
| 449 return _fromCharCodeApply(charCodes); | 125 return _fromCharCodeApply(charCodes); |
| 450 ^^^^^^^^^ | 126 ^^^^^^^^^ |
| 451 warning: line 1497, 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> | |
| 452 JS('JSExtendableArray|Null', r"#.match(/\\\$[a-zA-Z]+\\\$/g)", message); | |
| 453 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 454 warning: line 3055, column 7 of dart:_js_helper: [DownCastComposite] parameterTy
pes (dynamic) will need runtime check to cast to type List<RuntimeType> | |
| 455 parameterTypes, | |
| 456 ^^^^^^^^^^^^^^ | |
| 457 warning: line 3056, column 7 of dart:_js_helper: [DownCastComposite] optionalPar
ameterTypes (dynamic) will need runtime check to cast to type List<RuntimeType> | |
| 458 optionalParameterTypes, | |
| 459 ^^^^^^^^^^^^^^^^^^^^^^ | |
| 460 warning: line 3065, column 7 of dart:_js_helper: [DownCastComposite] parameterTy
pes (dynamic) will need runtime check to cast to type List<RuntimeType> | |
| 461 parameterTypes, | |
| 462 ^^^^^^^^^^^^^^ | |
| 463 warning: line 3075, column 39 of dart:_js_helper: [DownCastComposite] typeArgume
nts (dynamic) will need runtime check to cast to type List<RuntimeType> | |
| 464 return new RuntimeTypeGeneric(name, typeArguments, null); | |
| 465 ^^^^^^^^^^^^^ | |
| 466 warning: line 3136, column 41 of dart:_js_helper: [DownCastComposite] arguments
(List<dynamic>) will need runtime check to cast to type List<RuntimeType> | |
| 467 return new RuntimeTypeGeneric(name, arguments, rti); | |
| 468 ^^^^^^^^^ | |
| 469 warning: line 3321, column 23 of dart:_js_helper: [DownCastComposite] JS('JSExte
ndableArray|Null', '#[#]', urisMap, loadId) (dynamic) will need runtime check to
cast to type List<String> | |
| 470 List<String> uris = JS('JSExtendableArray|Null', '#[#]', urisMap, loadId); | |
| 471 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 472 warning: line 3323, column 25 of dart:_js_helper: [DownCastComposite] JS('JSExte
ndableArray|Null', '#[#]', hashesMap, loadId) (dynamic) will need runtime check
to cast to type List<String> | |
| 473 List<String> hashes = JS('JSExtendableArray|Null', '#[#]', hashesMap, loadId); | |
| 474 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 475 warning: line 3333, 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> | |
| 476 return Future.wait(indicesToLoad | |
| 477 ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 478 warning: line 3333, 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>> | |
| 479 return Future.wait(indicesToLoad | |
| 480 ^^^^^^^^^^^^^^ | |
| 481 warning: line 3356, column 12 of dart:_js_helper: [DownCastComposite] future.the
n((_) => null) (Future<dynamic>) will need runtime check to cast to type Future<
Null> | |
| 482 return future.then((_) => null); | |
| 483 ^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 484 warning: line 3382, column 36 of dart:_js_helper: [DownCastComposite] completer.
future.whenComplete(() {leaveJsAsync();}) (Future<dynamic>) will need runtime ch
eck to cast to type Future<Null> | |
| 485 Future<Null> leavingFuture = completer.future.whenComplete(() { | |
| 486 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 487 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 | |
| 488 V putIfAbsent(K key, V ifAbsent()) => _throwUnmodifiable(); | |
| 489 ^^^^^^^^^^^^^^^^^^^^ | |
| 490 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 | |
| 491 V remove(Object key) => _throwUnmodifiable(); | |
| 492 ^^^^^^^^^^^^^^^^^^^^ | |
| 493 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 | |
| 494 return jsHasOwnProperty(_jsObject, key); | |
| 495 ^^^ | |
| 496 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 | |
| 497 return _fetch(key); | |
| 498 ^^^^^^^^^^^ | |
| 499 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 | |
| 500 f(key, _fetch(key)); | |
| 501 ^^^ | |
| 502 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 | |
| 503 f(key, _fetch(key)); | |
| 504 ^^^^^^^^^^^ | |
| 505 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> | |
| 506 : super._(length, jsObject, keys); | |
| 507 ^^^^ | |
| 508 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 | |
| 509 return jsHasOwnProperty(_jsObject, key); | |
| 510 ^^^ | |
| 511 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> | |
| 512 return JS('Map<K, V>', r'this.$map'); | |
| 513 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| 514 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> | 127 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> |
| 515 List<String> m = JS('JSExtendableArray|Null', | 128 List<String> m = JS('JSExtendableArray|Null', |
| 516 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 129 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 517 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> | 130 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> |
| 518 return new _MatchImplementation(this, match); | 131 return new _MatchImplementation(this, match); |
| 519 ^^^^^ | 132 ^^^^^ |
| 520 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> | 133 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> |
| 521 return new _MatchImplementation(this, match); | 134 return new _MatchImplementation(this, match); |
| 522 ^^^^^ | 135 ^^^^^ |
| 523 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> | 136 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... |
| 996 ^^^^^^ | 609 ^^^^^^ |
| 997 warning: line 765, column 39 of dart:collection/splay_tree.dart: [DownCastCompos
ite] element (Object) will need runtime check to cast to type E | 610 warning: line 765, column 39 of dart:collection/splay_tree.dart: [DownCastCompos
ite] element (Object) will need runtime check to cast to type E |
| 998 if (_validKey(element)) _remove(element); | 611 if (_validKey(element)) _remove(element); |
| 999 ^^^^^^^ | 612 ^^^^^^^ |
| 1000 warning: line 779, column 39 of dart:collection/splay_tree.dart: [DownCastCompos
ite] object (Object) will need runtime check to cast to type E | 613 warning: line 779, column 39 of dart:collection/splay_tree.dart: [DownCastCompos
ite] object (Object) will need runtime check to cast to type E |
| 1001 if (_validKey(object) && _splay(object) == 0) retainSet.add(_root.key); | 614 if (_validKey(object) && _splay(object) == 0) retainSet.add(_root.key); |
| 1002 ^^^^^^ | 615 ^^^^^^ |
| 1003 warning: line 791, column 23 of dart:collection/splay_tree.dart: [DownCastCompos
ite] object (Object) will need runtime check to cast to type E | 616 warning: line 791, column 23 of dart:collection/splay_tree.dart: [DownCastCompos
ite] object (Object) will need runtime check to cast to type E |
| 1004 int comp = _splay(object); | 617 int comp = _splay(object); |
| 1005 ^^^^^^ | 618 ^^^^^^ |
| 619 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> |
| 620 return IsolateNatives.spawnFunction(entryPoint, message, paused) |
| 621 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 622 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> |
| 623 return IsolateNatives.spawnUri(uri, args, message, paused) |
| 624 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 625 severe: line 452, column 28 of dart:_native_typed_data: [AnalyzerError] The gett
er 'length' is not defined for the class 'NativeTypedData' |
| 626 if (length == list.length) { |
| 627 ^^^^^^ |
| 628 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 |
| 629 _storage.sublist(start * 4, end * 4)); |
| 630 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 631 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 |
| 632 _storage.sublist(start * 4, end * 4)); |
| 633 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 634 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 |
| 635 _storage.sublist(start * 2, end * 2)); |
| 636 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 637 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 |
| 638 return length == null |
| 639 ^^^^^^^^^^^^^^^ |
| 640 warning: line 576, column 29 of dart:_isolate_helper: [DownCastComposite] doneHa
ndlers (dynamic) will need runtime check to cast to type Iterable<SendPort> |
| 641 for (SendPort port in doneHandlers) { |
| 642 ^^^^^^^^^^^^ |
| 643 warning: line 835, column 37 of dart:_isolate_helper: [DownCastComposite] args (
dynamic) will need runtime check to cast to type List<String> |
| 644 _startIsolate(entryPoint, args, message, |
| 645 ^^^^ |
| 646 warning: line 882, column 11 of dart:_isolate_helper: [DownCastComposite] msg['a
rgs'] (dynamic) will need runtime check to cast to type List<String> |
| 647 msg['args'], msg['msg'], |
| 648 ^^^^^^^^^^^ |
| 649 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> |
| 650 List serialized = serializeArray(indexable); |
| 651 ^^^^^^^^^ |
| 652 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 |
| 653 x.keys.map(serializeTearOff).toList(), |
| 654 ^^^^^^^^^^^^^^^^ |
| 655 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 |
| 656 x.values.map(serializeTearOff).toList()]; |
| 657 ^^^^^^^^^^^^^^^^ |
| 658 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> |
| 659 return ['dart', classId, serializeArrayInPlace(fields)]; |
| 660 ^^^^^^ |
| 661 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> |
| 662 return new JSArray.markFixed(deserializeArrayInPlace(result)); |
| 663 ^^^^^^ |
| 664 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> |
| 665 return new JSArray.markGrowable(deserializeArrayInPlace(result)); |
| 666 ^^^^^^ |
| 667 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> |
| 668 return deserializeArrayInPlace(result); |
| 669 ^^^^^^ |
| 670 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> |
| 671 return new JSArray.markFixed(deserializeArrayInPlace(result)); |
| 672 ^^^^^^ |
| 673 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> |
| 674 deserializeArrayInPlace(fields); |
| 675 ^^^^^^ |
| 676 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 |
| 677 return zone.registerUnaryCallback(errorHandler); |
| 678 ^^^^^^^^^^^^ |
| 679 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>' |
| 680 assert(!identical(subscription._next, subscription)); |
| 681 ^^^^^ |
| 682 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>' |
| 683 assert(!identical(subscription._next, subscription)); |
| 684 ^^^^^ |
| 685 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>' |
| 686 subscription._setRemoveAfterFiring(); |
| 687 ^^^^^^^^^^^^^^^^^^^^^ |
| 688 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>' |
| 689 if (subscription._isFiring) { |
| 690 ^^^^^^^^^ |
| 691 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>' |
| 692 if (identical(subscription._next, subscription)) return null; |
| 693 ^^^^^ |
| 694 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> |
| 695 _BroadcastStream(_StreamControllerLifecycle controller) : super(controller); |
| 696 ^^^^^^^^^^ |
| 697 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> |
| 698 : super(controller, onData, onError, onDone, cancelOnError) { |
| 699 ^^^^^^^^^^ |
| 700 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> |
| 701 _BroadcastStreamController<T> get _controller => super._controller; |
| 702 ^^^^^^^^^^^^^^^^^ |
| 703 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> |
| 704 _addListener(subscription); |
| 705 ^^^^^^^^^^^^ |
| 706 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> |
| 707 return subscription; |
| 708 ^^^^^^^^^^^^ |
| 709 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> |
| 710 _removeListener(subscription); |
| 711 ^^^^^^^^^^^^ |
| 712 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> |
| 713 _BroadcastSubscription<T> subscription = link; |
| 714 ^^^^ |
| 715 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 |
| 716 _forEachListener((_BroadcastSubscription<T> subscription) { |
| 717 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 718 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> |
| 719 _BroadcastSubscription<T> subscription = link; |
| 720 ^^^^ |
| 721 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> |
| 722 _BroadcastSubscription<T> subscription = link; |
| 723 ^^^^ |
| 724 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> |
| 725 _BroadcastSubscription<T> subscription = link; |
| 726 ^^^^ |
| 727 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> |
| 728 return result; |
| 729 ^^^^^^ |
| 730 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> |
| 731 return result; |
| 732 ^^^^^^ |
| 733 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> |
| 734 return result; |
| 735 ^^^^^^ |
| 736 warning: line 112, column 12 of dart:async/future_impl.dart: [DownCastImplicit]
callback (Function) will need runtime check to cast to type (dynamic) → dynamic |
| 737 return callback; |
| 738 ^^^^^^^^ |
| 739 warning: line 117, column 12 of dart:async/future_impl.dart: [DownCastComposite]
callback (Function) will need runtime check to cast to type (dynamic) → bool |
| 740 return callback; |
| 741 ^^^^^^^^ |
| 742 warning: line 121, column 12 of dart:async/future_impl.dart: [DownCastImplicit]
callback (Function) will need runtime check to cast to type () → dynamic |
| 743 return callback; |
| 744 ^^^^^^^^ |
| 745 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 |
| 746 f = result._zone.registerUnaryCallback(f); |
| 747 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 748 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 |
| 749 if (test != null) test = result._zone.registerUnaryCallback(test); |
| 750 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 751 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> |
| 752 return result; |
| 753 ^^^^^^ |
| 754 warning: line 245, column 12 of dart:async/future_impl.dart: [DownCastComposite]
_resultOrListeners (dynamic) will need runtime check to cast to type T |
| 755 return _resultOrListeners; |
| 756 ^^^^^^^^^^^^^^^^^^ |
| 757 warning: line 347, column 17 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type T |
| 758 _setValue(value); |
| 759 ^^^^^ |
| 760 warning: line 357, column 15 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type T |
| 761 _setValue(value); |
| 762 ^^^^^ |
| 763 warning: line 386, column 31 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type Future<T> |
| 764 Future<T> typedFuture = value; |
| 765 ^^^^^ |
| 766 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> |
| 767 _Future<T> coreFuture = typedFuture; |
| 768 ^^^^^^^^^^^ |
| 769 warning: line 407, column 22 of dart:async/future_impl.dart: [DownCastComposite]
value (dynamic) will need runtime check to cast to type T |
| 770 T typedValue = value; |
| 771 ^^^^^ |
| 772 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 |
| 773 listenerValueOrError = zone.runUnary(errorCallback, |
| 774 ^^^^^^^^^^^^^ |
| 775 warning: line 66, column 61 of dart:async/schedule_microtask.dart: [DownCastComp
osite] callback (dynamic) will need runtime check to cast to type () → void |
| 776 _nextCallback = _lastCallback = new _AsyncCallbackEntry(callback); |
| 777 ^^^^^^^^ |
| 778 warning: line 71, column 60 of dart:async/schedule_microtask.dart: [DownCastComp
osite] callback (dynamic) will need runtime check to cast to type () → void |
| 779 _AsyncCallbackEntry newEntry = new _AsyncCallbackEntry(callback); |
| 780 ^^^^^^^^ |
| 781 warning: line 84, column 55 of dart:async/schedule_microtask.dart: [DownCastComp
osite] callback (dynamic) will need runtime check to cast to type () → void |
| 782 _AsyncCallbackEntry entry = new _AsyncCallbackEntry(callback); |
| 783 ^^^^^^^^ |
| 784 severe: line 321, column 34 of dart:async/stream.dart: [AnalyzerError] The gette
r '_addError' is not defined for the class 'StreamController' |
| 785 final addError = eventSink._addError; |
| 786 ^^^^^^^^^ |
| 787 severe: line 1227, column 17 of dart:async/stream.dart: [AnalyzerError] The meth
od '_addError' is not defined for the class 'StreamController' |
| 788 eventSink._addError(error, stackTrace); // Avoid Zone error replacement. |
| 789 ^^^^^^^^^ |
| 790 severe: line 396, column 30 of dart:async/stream.dart: [AnalyzerError] The gette
r '_addError' is not defined for the class 'StreamController' |
| 791 onError: eventSink._addError, // Avoid Zone error replacement. |
| 792 ^^^^^^^^^ |
| 793 warning: line 90, column 25 of dart:async/stream.dart: [DownCastComposite] value
(dynamic) will need runtime check to cast to type T |
| 794 controller._add(value); |
| 795 ^^^^^ |
| 796 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 |
| 797 return new _BoundSinkStream(source, mapSink); |
| 798 ^^^^^^^ |
| 799 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 |
| 800 return new _AsBroadcastStream<T>(this, onListen, onCancel); |
| 801 ^^^^^^^^ |
| 802 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 |
| 803 return new _AsBroadcastStream<T>(this, onListen, onCancel); |
| 804 ^^^^^^^^ |
| 805 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 |
| 806 _cancelAndErrorClosure(subscription, result)); |
| 807 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 808 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 |
| 809 _cancelAndErrorClosure(subscription, result) |
| 810 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 811 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 |
| 812 _cancelAndErrorClosure(subscription, future) |
| 813 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 814 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 |
| 815 _cancelAndErrorClosure(subscription, future) |
| 816 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 817 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 |
| 818 _cancelAndErrorClosure(subscription, future) |
| 819 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 820 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 |
| 821 _cancelAndErrorClosure(subscription, future) |
| 822 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 823 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 |
| 824 _cancelAndErrorClosure(subscription, future) |
| 825 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 826 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 |
| 827 _cancelAndErrorClosure(subscription, future) |
| 828 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 829 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 |
| 830 _cancelAndErrorClosure(subscription, future) |
| 831 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 832 warning: line 1220, column 43 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void |
| 833 timer = zone.createTimer(timeLimit, timeout); |
| 834 ^^^^^^^ |
| 835 warning: line 1228, column 43 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void |
| 836 timer = zone.createTimer(timeLimit, timeout); |
| 837 ^^^^^^^ |
| 838 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 |
| 839 onTimeout = zone.registerUnaryCallback(onTimeout); |
| 840 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 841 warning: line 1257, column 43 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void |
| 842 timer = zone.createTimer(timeLimit, timeout); |
| 843 ^^^^^^^ |
| 844 warning: line 1276, column 53 of dart:async/stream.dart: [DownCastComposite] tim
eout (Function) will need runtime check to cast to type () → void |
| 845 timer = zone.createTimer(timeLimit, timeout); |
| 846 ^^^^^^^ |
| 847 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> |
| 848 return sync |
| 849 ^^^^^ |
| 850 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> |
| 851 return subscription; |
| 852 ^^^^^^^^^^^^ |
| 853 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> |
| 854 : super(controller, source, cancelOnError) { |
| 855 ^^^^^^^^^^ |
| 856 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 |
| 857 if (handleData == null) handleData = _nullDataHandler; |
| 858 ^^^^^^^^^^^^^^^^ |
| 859 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 |
| 860 _onData = _zone.registerUnaryCallback(handleData); |
| 861 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 862 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 |
| 863 _zone.runBinaryGuarded(_onError, error, stackTrace); |
| 864 ^^^^^^^^ |
| 865 warning: line 360, column 31 of dart:async/stream_impl.dart: [DownCastImplicit]
_onError (Function) will need runtime check to cast to type (dynamic) → dynamic |
| 866 _zone.runUnaryGuarded(_onError, error); |
| 867 ^^^^^^^^ |
| 868 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> |
| 869 return subscription; |
| 870 ^^^^^^^^^^^^ |
| 871 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> |
| 872 return new _BufferingStreamSubscription( |
| 873 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 874 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 |
| 875 : _onListenHandler = Zone.current.registerUnaryCallback(onListenHandler), |
| 876 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 877 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 |
| 878 _onCancelHandler = Zone.current.registerUnaryCallback(onCancelHandler), |
| 879 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 880 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> |
| 881 return _futureOrPrefetch; |
| 882 ^^^^^^^^^^^^^^^^^ |
| 883 warning: line 1006, column 22 of dart:async/stream_impl.dart: [DownCastComposite
] _futureOrPrefetch (dynamic) will need runtime check to cast to type T |
| 884 _current = _futureOrPrefetch; |
| 885 ^^^^^^^^^^^^^^^^^ |
| 886 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> |
| 887 _Future<bool> hasNext = _futureOrPrefetch; |
| 888 ^^^^^^^^^^^^^^^^^ |
| 889 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> |
| 890 _Future<bool> hasNext = _futureOrPrefetch; |
| 891 ^^^^^^^^^^^^^^^^^ |
| 892 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> |
| 893 _Future<bool> hasNext = _futureOrPrefetch; |
| 894 ^^^^^^^^^^^^^^^^^ |
| 895 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> |
| 896 _Future<bool> hasNext = _futureOrPrefetch; |
| 897 ^^^^^^^^^^^^^^^^^ |
| 898 warning: line 104, column 15 of dart:async/stream_pipe.dart: [DownCastComposite]
outputData (dynamic) will need runtime check to cast to type T |
| 899 sink._add(outputData); |
| 900 ^^^^^^^^^^ |
| 901 warning: line 235, column 21 of dart:async/stream_pipe.dart: [DownCastComposite]
_transform(inputEvent) (dynamic) will need runtime check to cast to type T |
| 902 outputEvent = _transform(inputEvent); |
| 903 ^^^^^^^^^^^^^^^^^^^^^^ |
| 904 warning: line 426, column 29 of dart:async/stream_pipe.dart: [DownCastComposite]
_previous (Object) will need runtime check to cast to type T |
| 905 isEqual = _equals(_previous, inputEvent); |
| 906 ^^^^^^^^^ |
| 907 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 |
| 908 _stream, _sinkMapper, onData, onError, onDone, cancelOnError); |
| 909 ^^^^^^^^^^^ |
| 910 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> |
| 911 : super((EventSink<T> outputSink) { |
| 912 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 913 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 |
| 914 if (handleData == null) handleData = _defaultHandleData; |
| 915 ^^^^^^^^^^^^^^^^^^ |
| 916 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 |
| 917 if (handleError == null) handleError = _defaultHandleError; |
| 918 ^^^^^^^^^^^^^^^^^^^ |
| 919 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 |
| 920 duration, Zone.current.bindUnaryCallback(callback, runGuarded: true)); |
| 921 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 922 warning: line 845, column 57 of dart:async/zone.dart: [DownCastImplicit] impleme
ntationZone (Zone) will need runtime check to cast to type _Zone |
| 923 final ZoneDelegate parentDelegate = _parentDelegate(implementationZone); |
| 924 ^^^^^^^^^^^^^^^^^^ |
| 925 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 |
| 926 callback = zone.bindUnaryCallback(callback); |
| 927 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 928 warning: line 999, column 26 of dart:async/zone.dart: [DownCastImplicit] zone (Z
one) will need runtime check to cast to type _Zone |
| 929 return new _CustomZone(zone, specification, valueMap); |
| 930 ^^^^ |
| 931 warning: line 1228, column 37 of dart:async/zone.dart: [DownCastImplicit] onErro
r (Function) will need runtime check to cast to type (dynamic) → dynamic |
| 932 return self.parent.runUnary(onError, error); |
| 933 ^^^^^^^ |
| 1006 warning: line 176, column 45 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String | 934 warning: line 176, column 45 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String |
| 1007 var result = _getProperty(_processed, key); | 935 var result = _getProperty(_processed, key); |
| 1008 ^^^ | 936 ^^^ |
| 1009 warning: line 177, column 53 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String | 937 warning: line 177, column 53 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String |
| 1010 if (_isUnprocessed(result)) result = _process(key); | 938 if (_isUnprocessed(result)) result = _process(key); |
| 1011 ^^^ | 939 ^^^ |
| 1012 warning: line 233, column 36 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String | 940 warning: line 233, column 36 of dart:convert: [DownCastImplicit] key (Object) wi
ll need runtime check to cast to type String |
| 1013 return _hasProperty(_original, key); | 941 return _hasProperty(_original, key); |
| 1014 ^^^ | 942 ^^^ |
| 1015 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> | 943 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1146 ^^^^^^^^^^^^^^^^ | 1074 ^^^^^^^^^^^^^^^^ |
| 1147 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> | 1075 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> |
| 1148 return query.split("&").fold({}, (map, element) { | 1076 return query.split("&").fold({}, (map, element) { |
| 1149 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 1077 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 1150 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> | 1078 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> |
| 1151 return bytes | 1079 return bytes |
| 1152 ^^^^^^ | 1080 ^^^^^^ |
| 1153 warning: line 2023, column 12 of dart:core/uri.dart: [DownCastComposite] bytes (
List<dynamic>) will need runtime check to cast to type List<int> | 1081 warning: line 2023, column 12 of dart:core/uri.dart: [DownCastComposite] bytes (
List<dynamic>) will need runtime check to cast to type List<int> |
| 1154 return bytes; | 1082 return bytes; |
| 1155 ^^^^^ | 1083 ^^^^^ |
| OLD | NEW |