| OLD | NEW |
| (Empty) | |
| 1 warning: [DownCastComposite] (generator != null) ? generator : _id (Function) wi
ll need runtime check to cast to type (int) → E (dart:core/iterable.dart, line 3
19, col 22) |
| 2 warning: [DownCastComposite] e (dynamic) will need runtime check to cast to type
E (dart:core/list.dart, line 121, col 16) |
| 3 warning: [DownCastComposite] makeListFixedLength(list) (List<dynamic>) will need
runtime check to cast to type List<E> (dart:core/list.dart, line 124, col 12) |
| 4 warning: [DownCastComposite] _userinfoTable (List<dynamic>) will need runtime ch
eck to cast to type List<int> (dart:core/uri.dart, line 1131, col 45) |
| 5 warning: [DownCastComposite] _pathCharOrSlashTable (List<dynamic>) will need run
time check to cast to type List<int> (dart:core/uri.dart, line 1144, col 45) |
| 6 warning: [DownCastComposite] _pathCharTable (List<dynamic>) will need runtime ch
eck to cast to type List<int> (dart:core/uri.dart, line 1146, col 51) |
| 7 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c
heck to cast to type List<int> (dart:core/uri.dart, line 1163, col 61) |
| 8 warning: [DownCastComposite] _queryCharTable (List<dynamic>) will need runtime c
heck to cast to type List<int> (dart:core/uri.dart, line 1183, col 45) |
| 9 warning: [DownCastComposite] codeUnits (List<dynamic>) will need runtime check t
o cast to type Iterable<int> (dart:core/uri.dart, line 1278, col 37) |
| 10 warning: [DownCastComposite] _unreserved2396Table (List<dynamic>) will need runt
ime check to cast to type List<int> (dart:core/uri.dart, line 1754, col 23) |
| 11 warning: [DownCastComposite] _unreservedTable (List<dynamic>) will need runtime
check to cast to type List<int> (dart:core/uri.dart, line 1793, col 9) |
| 12 warning: [DownCastComposite] _encodeFullTable (List<dynamic>) will need runtime
check to cast to type List<int> (dart:core/uri.dart, line 1837, col 23) |
| 13 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) |
| 14 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) |
| 15 warning: [DownCastComposite] bytes (List<dynamic>) will need runtime check to ca
st to type List<int> (dart:core/uri.dart, line 2023, col 12) |
| OLD | NEW |