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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 warning: [DownCastComposite] _encodeFullTable (List<dynamic>) will need runtime
check to cast to type List<int> (dart:core/uri.dart, line 1837, col 23) | 369 warning: [DownCastComposite] _encodeFullTable (List<dynamic>) will need runtime
check to cast to type List<int> (dart:core/uri.dart, line 1837, col 23) |
370 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) | 370 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) |
371 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) | 371 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) |
372 warning: [DownCastComposite] bytes (List<dynamic>) will need runtime check to ca
st to type List<int> (dart:core/uri.dart, line 2023, col 12) | 372 warning: [DownCastComposite] bytes (List<dynamic>) will need runtime check to ca
st to type List<int> (dart:core/uri.dart, line 2023, col 12) |
373 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] _convertToJS ((dynamic) → dynamic) will need runtim
e check to cast to type (E) → dynamic (dart:js, line 325, col 44) |
374 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c
ast to type E (dart:js, line 358, col 12) | 374 warning: [DownCastComposite] super[index] (dynamic) will need runtime check to c
ast to type E (dart:js, line 358, col 12) |
375 warning: [DownCastImplicit] list (Object) will need runtime check to cast to typ
e List<dynamic> (dart:js, line 394, col 24) | 375 warning: [DownCastImplicit] list (Object) will need runtime check to cast to typ
e List<dynamic> (dart:js, line 394, col 24) |
376 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('splice', [index, 1])[0] (dynamic) will
need runtime check to cast to type E (dart:js, line 404, col 12) |
377 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check
to cast to type E (dart:js, line 409, col 12) | 377 warning: [DownCastComposite] callMethod('pop') (dynamic) will need runtime check
to cast to type E (dart:js, line 409, col 12) |
378 warning: [DownCastImplicit] ms (num) will need runtime check to cast to type int
(dart:js, line 486, col 52) | 378 warning: [DownCastImplicit] ms (num) will need runtime check to cast to type int
(dart:js, line 486, col 52) |
| 379 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 122, co
l 7) |
379 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 116, col 7) | 380 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 116, col 7) |
| 381 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
130, col 7) |
380 severe: [AnalyzerMessage] Missing concrete implementation of getter 'InstanceMir
ror.type', getter 'InstanceMirror.hasReflectee' and 'InstanceMirror.delegate' (d
art:_js_mirrors, line 43, col 7) | 382 severe: [AnalyzerMessage] Missing concrete implementation of getter 'InstanceMir
ror.type', getter 'InstanceMirror.hasReflectee' and 'InstanceMirror.delegate' (d
art:_js_mirrors, line 43, col 7) |
381 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 122, co
l 7) | |
382 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 80, col 7) | 383 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 80, col 7) |
383 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
130, col 7) | |
384 severe: [AnalyzerMessage] The argument type 'void' cannot be assigned to the par
ameter type 'Object' (dart:_js_mirrors, line 57, col 35) | 384 severe: [AnalyzerMessage] The argument type 'void' cannot be assigned to the par
ameter type 'Object' (dart:_js_mirrors, line 57, col 35) |
385 warning: [DownCastImplicit] (tm as ClassMirror).originalDeclaration (TypeMirror)
will need runtime check to cast to type ClassMirror (dart:mirrors, line 171, co
l 10) | 385 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 |