| OLD | NEW |
| 1 warning: [DownCastImplicit] rnd32.remainder(max) (num) will need runtime check t
o cast to type int (dart:math, line 426, col 16) | 1 warning: [DownCastImplicit] rnd32.remainder(max) (num) will need runtime check t
o cast to type int (dart:math, line 426, col 16) |
| 2 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 37, col 25) | 2 warning: [DownCastComposite] x + other.x (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 37, col 25) |
| 3 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 37, col 38) | 3 warning: [DownCastComposite] y + other.y (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 37, col 38) |
| 4 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 46, col 25) | 4 warning: [DownCastComposite] x - other.x (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 46, col 25) |
| 5 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 46, col 38) | 5 warning: [DownCastComposite] y - other.y (num) will need runtime check to cast t
o type T (dart:math/point.dart, line 46, col 38) |
| 6 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to
type T (dart:math/point.dart, line 59, col 25) | 6 warning: [DownCastComposite] x * factor (num) will need runtime check to cast to
type T (dart:math/point.dart, line 59, col 25) |
| 7 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to
type T (dart:math/point.dart, line 59, col 37) | 7 warning: [DownCastComposite] y * factor (num) will need runtime check to cast to
type T (dart:math/point.dart, line 59, col 37) |
| 8 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to
cast to type T (dart:math/point.dart, line 86, col 12) | 8 warning: [DownCastComposite] dx * dx + dy * dy (num) will need runtime check to
cast to type T (dart:math/point.dart, line 86, col 12) |
| 9 warning: [DownCastComposite] left + width (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 33, col 18) | 9 warning: [DownCastComposite] left + width (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 33, col 18) |
| 10 warning: [DownCastComposite] top + height (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 35, col 19) | 10 warning: [DownCastComposite] top + height (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 35, col 19) |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 169, col 13) | 27 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 169, col 13) |
| 28 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t
o cast to type T (dart:math/rectangle.dart, line 170, col 16) | 28 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t
o cast to type T (dart:math/rectangle.dart, line 170, col 16) |
| 29 warning: [DownCastComposite] (width < 0) ? _clampToZero(width) : width (num) wil
l need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col
23) | 29 warning: [DownCastComposite] (width < 0) ? _clampToZero(width) : width (num) wil
l need runtime check to cast to type T (dart:math/rectangle.dart, line 212, col
23) |
| 30 warning: [DownCastComposite] (height < 0) ? _clampToZero(height) : height (num)
will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, c
ol 24) | 30 warning: [DownCastComposite] (height < 0) ? _clampToZero(height) : height (num)
will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, c
ol 24) |
| 31 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 228, col 14) | 31 warning: [DownCastComposite] min(a.x, b.x) (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 228, col 14) |
| 32 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check
to cast to type T (dart:math/rectangle.dart, line 229, col 15) | 32 warning: [DownCastComposite] max(a.x, b.x) - left (num) will need runtime check
to cast to type T (dart:math/rectangle.dart, line 229, col 15) |
| 33 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 230, col 13) | 33 warning: [DownCastComposite] min(a.y, b.y) (num) will need runtime check to cast
to type T (dart:math/rectangle.dart, line 230, col 13) |
| 34 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t
o cast to type T (dart:math/rectangle.dart, line 231, col 16) | 34 warning: [DownCastComposite] max(a.y, b.y) - top (num) will need runtime check t
o cast to type T (dart:math/rectangle.dart, line 231, col 16) |
| 35 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t
o cast to type T (dart:math/rectangle.dart, line 247, col 28) | 35 warning: [DownCastComposite] _clampToZero(width) (num) will need runtime check t
o cast to type T (dart:math/rectangle.dart, line 247, col 28) |
| 36 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check
to cast to type T (dart:math/rectangle.dart, line 263, col 30) | 36 warning: [DownCastComposite] _clampToZero(height) (num) will need runtime check
to cast to type T (dart:math/rectangle.dart, line 263, col 30) |
| 37 warning: [DownCastComposite] result (List<dynamic>) will need runtime check to c
ast to type List<E> (dart:_internal/iterable.dart, line 310, col 12) |
| 38 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<S> (dart:_internal/iterable.dart, line 357, col 39) |
| 39 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<S> (dart:_internal/iterable.dart, line 378, col 17) |
| 40 warning: [DownCastComposite] _f ((dynamic) → Iterable<dynamic>) will need runtim
e check to cast to type (S) → Iterable<T> (dart:_internal/iterable.dart, line 45
4, col 76) |
| 41 warning: [DownCastComposite] _f(_iterator.current).iterator (Iterator<dynamic>)
will need runtime check to cast to type Iterator<T> (dart:_internal/iterable.dar
t, line 481, col 29) |
| 42 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 961, col 33) |
| 43 warning: [DownCastComposite] f ((dynamic) → bool) will need runtime check to cas
t to type (T) → bool (dart:_internal/iterable.dart, line 961, col 43) |
| 44 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 978, col 35) |
| 45 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 983, col 37) |
| 46 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to
cast to type (T) → bool (dart:_internal/iterable.dart, line 983, col 47) |
| 47 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 988, col 35) |
| 48 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 993, col 37) |
| 49 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to
cast to type (T) → bool (dart:_internal/iterable.dart, line 993, col 47) |
| 50 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 997, col 40) |
| 51 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35) |
| 52 warning: [DownCastComposite] l (List<dynamic>) will need runtime check to cast t
o type List<T> (dart:_internal/iterable.dart, line 1115, col 31) |
| 53 warning: [DownCastImplicit] key (Object) will need runtime check to cast to type
int (dart:_internal/list.dart, line 251, col 59) |
| 37 severe: [AnalyzerMessage] Classes cannot implement 'bool' (dart:_interceptors, l
ine 29, col 45) | 54 severe: [AnalyzerMessage] Classes cannot implement 'bool' (dart:_interceptors, l
ine 29, col 45) |
| 38 warning: [DownCastComposite] JS('var', r'#.pop()', this) (dynamic) will need run
time check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 12) | 55 warning: [DownCastComposite] JS('var', r'#.pop()', this) (dynamic) will need run
time check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 12) |
| 39 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime
check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9) | 56 warning: [DownCastComposite] JS('', '#[#]', this, i) (dynamic) will need runtime
check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9) |
| 40 warning: [DownCastComposite] IterableMixinWorkaround.reduce(this, combine) (dyna
mic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart
, line 161, col 12) | 57 warning: [DownCastComposite] IterableMixinWorkaround.reduce(this, combine) (dyna
mic) will need runtime check to cast to type E (dart:_interceptors/js_array.dart
, line 161, col 12) |
| 41 warning: [DownCastComposite] IterableMixinWorkaround.firstWhere(this, test, orEl
se) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_a
rray.dart, line 169, col 12) | 58 warning: [DownCastComposite] IterableMixinWorkaround.firstWhere(this, test, orEl
se) (dynamic) will need runtime check to cast to type E (dart:_interceptors/js_a
rray.dart, line 169, col 12) |
| 42 warning: [DownCastComposite] IterableMixinWorkaround.lastWhereList(this, test, o
rElse) (dynamic) will need runtime check to cast to type E (dart:_interceptors/j
s_array.dart, line 173, col 12) | 59 warning: [DownCastComposite] IterableMixinWorkaround.lastWhereList(this, test, o
rElse) (dynamic) will need runtime check to cast to type E (dart:_interceptors/j
s_array.dart, line 173, col 12) |
| 43 warning: [DownCastComposite] IterableMixinWorkaround.singleWhere(this, test) (dy
namic) will need runtime check to cast to type E (dart:_interceptors/js_array.da
rt, line 177, col 12) | 60 warning: [DownCastComposite] IterableMixinWorkaround.singleWhere(this, test) (dy
namic) will need runtime check to cast to type E (dart:_interceptors/js_array.da
rt, line 177, col 12) |
| 44 warning: [DownCastComposite] JS('var', '#[#]', this, index) (dynamic) will need
runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, col
12) | 61 warning: [DownCastComposite] JS('var', '#[#]', this, index) (dynamic) will need
runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, col
12) |
| 45 severe: [AnalyzerMessage] Classes cannot implement 'double' (dart:_interceptors/
js_number.dart, line 349, col 46) | 62 severe: [AnalyzerMessage] Classes cannot implement 'double' (dart:_interceptors/
js_number.dart, line 349, col 46) |
| 46 severe: [AnalyzerMessage] The return type 'JSNumber' is not a 'double', as defin
ed by the method 'toDouble' (dart:_interceptors/js_number.dart, line 110, col 17
) | 63 severe: [AnalyzerMessage] The return type 'JSNumber' is not a 'double', as defin
ed by the method 'toDouble' (dart:_interceptors/js_number.dart, line 110, col 17
) |
| (...skipping 20 matching lines...) Expand all Loading... |
| 67 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.unary- (() → num) is not a subtype of double.unary- (() → double
). (dart:_interceptors/js_number.dart, line 420, col 16) | 84 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.unary- (() → num) is not a subtype of double.unary- (() → double
). (dart:_interceptors/js_number.dart, line 420, col 16) |
| 68 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.+ ((num) → num) is not a subtype of double.+ ((num) → double). (
dart:_interceptors/js_number.dart, line 420, col 16) | 85 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.+ ((num) → num) is not a subtype of double.+ ((num) → double). (
dart:_interceptors/js_number.dart, line 420, col 16) |
| 69 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.- ((num) → num) is not a subtype of double.- ((num) → double). (
dart:_interceptors/js_number.dart, line 420, col 16) | 86 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.- ((num) → num) is not a subtype of double.- ((num) → double). (
dart:_interceptors/js_number.dart, line 420, col 16) |
| 70 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.* ((num) → num) is not a subtype of double.* ((num) → double). (
dart:_interceptors/js_number.dart, line 420, col 16) | 87 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.* ((num) → num) is not a subtype of double.* ((num) → double). (
dart:_interceptors/js_number.dart, line 420, col 16) |
| 71 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.% ((num) → num) is not a subtype of double.% ((num) → double). (
dart:_interceptors/js_number.dart, line 420, col 16) | 88 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.% ((num) → num) is not a subtype of double.% ((num) → double). (
dart:_interceptors/js_number.dart, line 420, col 16) |
| 72 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.sign (() → num) is not a subtype of double.sign (() → double). (
dart:_interceptors/js_number.dart, line 420, col 16) | 89 severe: [InvalidMethodOverride] Base class introduces an invalid override. The t
ype of JSNumber.sign (() → num) is not a subtype of double.sign (() → double). (
dart:_interceptors/js_number.dart, line 420, col 16) |
| 73 severe: [AnalyzerMessage] Classes cannot implement 'String' (dart:_interceptors/
js_string.dart, line 14, col 47) | 90 severe: [AnalyzerMessage] Classes cannot implement 'String' (dart:_interceptors/
js_string.dart, line 14, col 47) |
| 74 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, patter
n) (dynamic) will need runtime check to cast to type List<String> (dart:_interce
ptors/js_string.dart, line 86, col 14) | 91 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, patter
n) (dynamic) will need runtime check to cast to type List<String> (dart:_interce
ptors/js_string.dart, line 86, col 14) |
| 75 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, re) (d
ynamic) will need runtime check to cast to type List<String> (dart:_interceptors
/js_string.dart, line 89, col 14) | 92 warning: [DownCastComposite] JS('JSExtendableArray', r'#.split(#)', this, re) (d
ynamic) will need runtime check to cast to type List<String> (dart:_interceptors
/js_string.dart, line 89, col 14) |
| 76 severe: [StaticTypeError] Type check failed: s += s (String) is not of type JSSt
ring (dart:_interceptors/js_string.dart, line 346, col 7) | 93 severe: [StaticTypeError] Type check failed: s += s (String) is not of type JSSt
ring (dart:_interceptors/js_string.dart, line 346, col 7) |
| 77 warning: [DownCastComposite] result (List<dynamic>) will need runtime check to c
ast to type List<E> (dart:_internal/iterable.dart, line 310, col 12) | 94 warning: [DownCastImplicit] JS('num', r'parseInt(#, 16)', source) (num) will nee
d runtime check to cast to type int (dart:_js_helper, line 87, col 18) |
| 78 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<S> (dart:_internal/iterable.dart, line 357, col 39) | 95 warning: [DownCastImplicit] JS('num', r'parseInt(#, 10)', source) (num) will nee
d runtime check to cast to type int (dart:_js_helper, line 91, col 18) |
| 79 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<S> (dart:_internal/iterable.dart, line 378, col 17) | 96 warning: [DownCastImplicit] JS('num', r'parseInt(#, 10)', source) (num) will nee
d runtime check to cast to type int (dart:_js_helper, line 103, col 18) |
| 80 warning: [DownCastComposite] _f ((dynamic) → Iterable<dynamic>) will need runtim
e check to cast to type (S) → Iterable<T> (dart:_internal/iterable.dart, line 45
4, col 76) | 97 warning: [DownCastImplicit] JS('num', r'parseInt(#, #)', source, radix) (num) wi
ll need runtime check to cast to type int (dart:_js_helper, line 135, col 12) |
| 81 warning: [DownCastComposite] _f(_iterator.current).iterator (Iterator<dynamic>)
will need runtime check to cast to type Iterator<T> (dart:_internal/iterable.dar
t, line 481, col 29) | 98 warning: [DownCastImplicit] result (num) will need runtime check to cast to type
double (dart:_js_helper, line 159, col 16) |
| 82 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 961, col 33) | 99 warning: [DownCastImplicit] result (num) will need runtime check to cast to type
double (dart:_js_helper, line 163, col 12) |
| 83 warning: [DownCastComposite] f ((dynamic) → bool) will need runtime check to cas
t to type (T) → bool (dart:_internal/iterable.dart, line 961, col 43) | 100 warning: [DownCastImplicit] 0xd800 + ((((i - 0x10000) >> 10) & 0x3ff)) (num) wil
l need runtime check to cast to type int (dart:_js_helper, line 250, col 15) |
| 84 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 978, col 35) | 101 warning: [DownCastImplicit] 0xdc00 + (i & 0x3ff) (num) will need runtime check t
o cast to type int (dart:_js_helper, line 251, col 15) |
| 85 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 983, col 37) | 102 warning: [DownCastComposite] charCodes (dynamic) will need runtime check to cast
to type List<int> (dart:_js_helper, line 265, col 31) |
| 86 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to
cast to type (T) → bool (dart:_internal/iterable.dart, line 983, col 47) | 103 warning: [DownCastComposite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeR
egExp, checkString(string)) (dynamic) will need runtime check to cast to type Li
st<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22) |
| 87 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 988, col 35) | 104 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca
st to type List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43) |
| 88 warning: [DownCastComposite] iterable (Iterable<dynamic>) will need runtime chec
k to cast to type Iterable<T> (dart:_internal/iterable.dart, line 993, col 37) | 105 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca
st to type List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43) |
| 89 warning: [DownCastComposite] test ((dynamic) → bool) will need runtime check to
cast to type (T) → bool (dart:_internal/iterable.dart, line 993, col 47) | 106 warning: [DownCastComposite] pattern.allMatches(receiver) (dynamic) will need ru
ntime check to cast to type Iterable<Match> (dart:_js_helper/string_helper.dart,
line 137, col 23) |
| 90 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 997, col 40) | |
| 91 warning: [DownCastComposite] list (List<dynamic>) will need runtime check to cas
t to type Iterable<T> (dart:_internal/iterable.dart, line 1033, col 35) | |
| 92 warning: [DownCastComposite] l (List<dynamic>) will need runtime check to cast t
o type List<T> (dart:_internal/iterable.dart, line 1115, col 31) | |
| 93 warning: [DownCastImplicit] key (Object) will need runtime check to cast to type
int (dart:_internal/list.dart, line 251, col 59) | |
| 94 warning: [DownCastComposite] JS('var', '#.splice(#, 2)[1]', bucket, index) (dyna
mic) will need runtime check to cast to type V (dart:collection, line 179, col 1
2) | 107 warning: [DownCastComposite] JS('var', '#.splice(#, 2)[1]', bucket, index) (dyna
mic) will need runtime check to cast to type V (dart:collection, line 179, col 1
2) |
| 95 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty
pe K (dart:collection, line 193, col 14) | 108 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty
pe K (dart:collection, line 193, col 14) |
| 96 warning: [DownCastComposite] _getTableEntry(table, key) (dynamic) will need runt
ime check to cast to type V (dart:collection, line 261, col 17) | 109 warning: [DownCastComposite] _getTableEntry(table, key) (dynamic) will need runt
ime check to cast to type V (dart:collection, line 261, col 17) |
| 97 severe: [InvalidRuntimeCheckError] Invalid runtime check on non-ground type K (d
art:collection, line 372, col 61) | 110 severe: [InvalidRuntimeCheckError] Invalid runtime check on non-ground type K (d
art:collection, line 372, col 61) |
| 98 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty
pe K (dart:collection, line 397, col 49) | 111 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty
pe K (dart:collection, line 397, col 49) |
| 99 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru
ntime check to cast to type K (dart:collection, line 404, col 19) | 112 warning: [DownCastComposite] JS('var', '#[#]', bucket, i) (dynamic) will need ru
ntime check to cast to type K (dart:collection, line 404, col 19) |
| 100 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty
pe K (dart:collection, line 404, col 49) | 113 warning: [DownCastComposite] key (dynamic) will need runtime check to cast to ty
pe K (dart:collection, line 404, col 49) |
| 101 warning: [DownCastComposite] JS('var', '#[#]', keys, i) (dynamic) will need runt
ime check to cast to type E (dart:collection, line 430, col 9) | 114 warning: [DownCastComposite] JS('var', '#[#]', keys, i) (dynamic) will need runt
ime check to cast to type E (dart:collection, line 430, col 9) |
| 102 warning: [DownCastComposite] JS('var', '#[#]', keys, offset) (dynamic) will need
runtime check to cast to type E (dart:collection, line 456, col 18) | 115 warning: [DownCastComposite] JS('var', '#[#]', keys, offset) (dynamic) will need
runtime check to cast to type E (dart:collection, line 456, col 18) |
| 103 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca
st to type V (dart:collection, line 561, col 12) | 116 warning: [DownCastComposite] cell._value (dynamic) will need runtime check to ca
st to type V (dart:collection, line 561, col 12) |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c
heck to cast to type List<int> (dart:core/uri.dart, line 1163, col 61) | 362 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c
heck to cast to type List<int> (dart:core/uri.dart, line 1163, col 61) |
| 350 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c
heck to cast to type List<int> (dart:core/uri.dart, line 1183, col 45) | 363 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c
heck to cast to type List<int> (dart:core/uri.dart, line 1183, col 45) |
| 351 warning: [DownCastComposite] codeUnits (List<dynamic>) will need runtime check t
o cast to type Iterable<int> (dart:core/uri.dart, line 1278, col 37) | 364 warning: [DownCastComposite] codeUnits (List<dynamic>) will need runtime check t
o cast to type Iterable<int> (dart:core/uri.dart, line 1278, col 37) |
| 352 warning: [DownCastImplicit] this._port (num) will need runtime check to cast to
type int (dart:core/uri.dart, line 1494, col 22) | 365 warning: [DownCastImplicit] this._port (num) will need runtime check to cast to
type int (dart:core/uri.dart, line 1494, col 22) |
| 353 warning: [DownCastComposite] _unreserved2396Table (List<dynamic>) will need runt
ime check to cast to type List<int> (dart:core/uri.dart, line 1754, col 23) | 366 warning: [DownCastComposite] _unreserved2396Table (List<dynamic>) will need runt
ime check to cast to type List<int> (dart:core/uri.dart, line 1754, col 23) |
| 354 warning: [DownCastComposite] _unreservedTable (List<dynamic>) will need runtime
check to cast to type List<int> (dart:core/uri.dart, line 1793, col 9) | 367 warning: [DownCastComposite] _unreservedTable (List<dynamic>) will need runtime
check to cast to type List<int> (dart:core/uri.dart, line 1793, col 9) |
| 355 warning: [DownCastComposite] _encodeFullTable (List<dynamic>) will need runtime
check to cast to type List<int> (dart:core/uri.dart, line 1837, col 23) | 368 warning: [DownCastComposite] _encodeFullTable (List<dynamic>) will need runtime
check to cast to type List<int> (dart:core/uri.dart, line 1837, col 23) |
| 356 warning: [DownCastComposite] query.split("&").fold({}, (map, element) {int index
= element.indexOf("="); if (index == -1) {if (element != "") {map[decodeQueryCo
mponent(element, encoding: encoding)] = "";}} else if (index != 0) {var key = el
ement.substring(0, index); var value = element.substring(index + 1); map[Uri.dec
odeQueryComponent(key, encoding: encoding)] = decodeQueryComponent(value, encodi
ng: encoding);} return map;}) (dynamic) will need runtime check to cast to type
Map<String, String> (dart:core/uri.dart, line 1869, col 12) | 369 warning: [DownCastComposite] query.split("&").fold({}, (map, element) {int index
= element.indexOf("="); if (index == -1) {if (element != "") {map[decodeQueryCo
mponent(element, encoding: encoding)] = "";}} else if (index != 0) {var key = el
ement.substring(0, index); var value = element.substring(index + 1); map[Uri.dec
odeQueryComponent(key, encoding: encoding)] = decodeQueryComponent(value, encodi
ng: encoding);} return map;}) (dynamic) will need runtime check to cast to type
Map<String, String> (dart:core/uri.dart, line 1869, col 12) |
| 357 warning: [DownCastComposite] bytes.map((byteString) {int byte = int.parse(byteSt
ring); if (byte < 0 || byte > 255) {error('each part must be in the range of `0.
.255`');} return byte;}).toList() (List<dynamic>) will need runtime check to cas
t to type List<int> (dart:core/uri.dart, line 1901, col 12) | 370 warning: [DownCastComposite] bytes.map((byteString) {int byte = int.parse(byteSt
ring); if (byte < 0 || byte > 255) {error('each part must be in the range of `0.
.255`');} return byte;}).toList() (List<dynamic>) will need runtime check to cas
t to type List<int> (dart:core/uri.dart, line 1901, col 12) |
| 358 warning: [DownCastComposite] bytes (List<dynamic>) will need runtime check to ca
st to type List<int> (dart:core/uri.dart, line 2023, col 12) | 371 warning: [DownCastComposite] bytes (List<dynamic>) will need runtime check to ca
st to type List<int> (dart:core/uri.dart, line 2023, col 12) |
| 359 warning: [DownCastImplicit] JS('num', r'parseInt(#, 16)', source) (num) will nee
d runtime check to cast to type int (dart:_js_helper, line 87, col 18) | |
| 360 warning: [DownCastImplicit] JS('num', r'parseInt(#, 10)', source) (num) will nee
d runtime check to cast to type int (dart:_js_helper, line 91, col 18) | |
| 361 warning: [DownCastImplicit] JS('num', r'parseInt(#, 10)', source) (num) will nee
d runtime check to cast to type int (dart:_js_helper, line 103, col 18) | |
| 362 warning: [DownCastImplicit] JS('num', r'parseInt(#, #)', source, radix) (num) wi
ll need runtime check to cast to type int (dart:_js_helper, line 135, col 12) | |
| 363 warning: [DownCastImplicit] result (num) will need runtime check to cast to type
double (dart:_js_helper, line 159, col 16) | |
| 364 warning: [DownCastImplicit] result (num) will need runtime check to cast to type
double (dart:_js_helper, line 163, col 12) | |
| 365 warning: [DownCastImplicit] 0xd800 + ((((i - 0x10000) >> 10) & 0x3ff)) (num) wil
l need runtime check to cast to type int (dart:_js_helper, line 250, col 15) | |
| 366 warning: [DownCastImplicit] 0xdc00 + (i & 0x3ff) (num) will need runtime check t
o cast to type int (dart:_js_helper, line 251, col 15) | |
| 367 warning: [DownCastComposite] charCodes (dynamic) will need runtime check to cast
to type List<int> (dart:_js_helper, line 265, col 31) | |
| 368 warning: [DownCastComposite] JS('JSExtendableArray|Null', r'#.exec(#)', _nativeR
egExp, checkString(string)) (dynamic) will need runtime check to cast to type Li
st<String> (dart:_js_helper/regexp_helper.dart, line 108, col 22) | |
| 369 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca
st to type List<String> (dart:_js_helper/regexp_helper.dart, line 140, col 43) | |
| 370 warning: [DownCastComposite] match (List<dynamic>) will need runtime check to ca
st to type List<String> (dart:_js_helper/regexp_helper.dart, line 152, col 43) | |
| 371 warning: [DownCastComposite] pattern.allMatches(receiver) (dynamic) will need ru
ntime check to cast to type Iterable<Match> (dart:_js_helper/string_helper.dart,
line 137, col 23) | |
| 372 warning: [DownCastComposite] _convertToJS ((dynamic) → dynamic) will need runtim
e check to cast to type (E) → dynamic (dart:js, line 325, col 44) | 372 warning: [DownCastComposite] _convertToJS ((dynamic) → dynamic) will need runtim
e check to cast to type (E) → dynamic (dart:js, line 325, col 44) |
| 373 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c
ast to type E (dart:js, line 358, col 12) | 373 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c
ast to type E (dart:js, line 358, col 12) |
| 374 warning: [DownCastImplicit] list (Object) will need runtime check to cast to typ
e List<dynamic> (dart:js, line 394, col 24) | 374 warning: [DownCastImplicit] list (Object) will need runtime check to cast to typ
e List<dynamic> (dart:js, line 394, col 24) |
| 375 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will
need runtime check to cast to type E (dart:js, line 404, col 12) | 375 warning: [DownCastComposite] callMethod('splice', [index, 1])[0] (dynamic) will
need runtime check to cast to type E (dart:js, line 404, col 12) |
| 376 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check
to cast to type E (dart:js, line 409, col 12) | 376 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check
to cast to type E (dart:js, line 409, col 12) |
| 377 warning: [DownCastImplicit] ms (num) will need runtime check to cast to type int
(dart:js, line 486, col 52) | 377 warning: [DownCastImplicit] ms (num) will need runtime check to cast to type int
(dart:js, line 486, col 52) |
| 378 severe: [AnalyzerMessage] Missing concrete implementation of getter 'TypeMirror.
typeArguments', getter 'TypeMirror.isOriginalDeclaration', getter 'DeclarationMi
rror.owner', getter 'DeclarationMirror.location' and 10 more (dart:_js_mirrors,
line 120, col 7) | 378 severe: [AnalyzerMessage] Missing concrete implementation of getter 'TypeMirror.
typeArguments', getter 'TypeMirror.isOriginalDeclaration', getter 'DeclarationMi
rror.owner', getter 'DeclarationMirror.location' and 10 more (dart:_js_mirrors,
line 120, col 7) |
| 379 severe: [AnalyzerMessage] Missing concrete implementation of getter 'InstanceMir
ror.type', getter 'InstanceMirror.hasReflectee' and 'InstanceMirror.delegate' (d
art:_js_mirrors, line 47, col 7) | 379 severe: [AnalyzerMessage] Missing concrete implementation of getter 'InstanceMir
ror.type', getter 'InstanceMirror.hasReflectee' and 'InstanceMirror.delegate' (d
art:_js_mirrors, line 47, col 7) |
| 380 severe: [AnalyzerMessage] Missing concrete implementation of getter 'VariableMir
ror.isStatic', getter 'VariableMirror.isFinal', getter 'DeclarationMirror.owner'
, getter 'ParameterMirror.isOptional' and 9 more (dart:_js_mirrors, line 126, co
l 7) | 380 severe: [AnalyzerMessage] Missing concrete implementation of getter 'VariableMir
ror.isStatic', getter 'VariableMirror.isFinal', getter 'DeclarationMirror.owner'
, getter 'ParameterMirror.isOptional' and 9 more (dart:_js_mirrors, line 126, co
l 7) |
| 381 severe: [AnalyzerMessage] Missing concrete implementation of getter 'TypeMirror.
typeArguments', getter 'ClassMirror.superinterfaces', getter 'TypeMirror.isOrigi
nalDeclaration', getter 'ClassMirror.staticMembers' and 19 more (dart:_js_mirror
s, line 84, col 7) | 381 severe: [AnalyzerMessage] Missing concrete implementation of getter 'TypeMirror.
typeArguments', getter 'ClassMirror.superinterfaces', getter 'TypeMirror.isOrigi
nalDeclaration', getter 'ClassMirror.staticMembers' and 19 more (dart:_js_mirror
s, line 84, col 7) |
| 382 severe: [AnalyzerMessage] Missing concrete implementation of getter 'MethodMirro
r.isSetter', getter 'MethodMirror.isConstructor', getter 'MethodMirror.isConstCo
nstructor', getter 'MethodMirror.isAbstract' and 17 more (dart:_js_mirrors, line
134, col 7) | 382 severe: [AnalyzerMessage] Missing concrete implementation of getter 'MethodMirro
r.isSetter', getter 'MethodMirror.isConstructor', getter 'MethodMirror.isConstCo
nstructor', getter 'MethodMirror.isAbstract' and 17 more (dart:_js_mirrors, line
134, col 7) |
| 383 severe: [AnalyzerMessage] The argument type 'void' cannot be assigned to the par
ameter type 'Object' (dart:_js_mirrors, line 61, col 35) | 383 severe: [AnalyzerMessage] The argument type 'void' cannot be assigned to the par
ameter type 'Object' (dart:_js_mirrors, line 61, col 35) |
| 384 warning: [DownCastImplicit] (tm as ClassMirror).originalDeclaration (TypeMirror)
will need runtime check to cast to type ClassMirror (dart:mirrors, line 171, co
l 10) | 384 warning: [DownCastImplicit] (tm as ClassMirror).originalDeclaration (TypeMirror)
will need runtime check to cast to type ClassMirror (dart:mirrors, line 171, co
l 10) |
| OLD | NEW |