OLD | NEW |
---|---|
1 [error] Couldn't infer type parameter 'T'; '_ControllerEventSinkWrapper<dynamic> ' must be of type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 16) | 1 [error] Couldn't infer type parameter 'T'; '_ControllerEventSinkWrapper<dynamic> ' must be of type 'EventSink<T>'. (dart:async/stream.dart, line 1359, col 16) |
2 [error] The argument type '_ControllerEventSinkWrapper' can't be assigned to the parameter type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 53) | 2 [error] The argument type '_ControllerEventSinkWrapper' can't be assigned to the parameter type 'EventSink<T>'. (dart:async/stream.dart, line 1359, col 53) |
3 [error] Type parameter bound types must be instantiated. (dart:collection/queue. dart, line 99, col 29) | 3 [error] Couldn't infer type parameter 'E'; 'E' must be of type 'Comparable<dynam ic>'. (dart:collection/list.dart, line 312, col 12) |
4 [error] The argument type 'ListMixin<E>' can't be assigned to the parameter type 'List<Comparable>'. (dart:collection/list.dart, line 312, col 17) | |
vsm
2017/02/17 16:37:51
These last two on list.dart look new.
Jennifer Messerly
2017/02/24 23:00:43
right. so this is a legit error. we work around it
| |
5 [error] Type parameter bound types must be instantiated. (dart:collection/queue. dart, line 99, col 32) | |
6 [error] Invalid override. The type of '_UnicodeSubsetEncoder.startChunkedConvers ion' ('(Sink<List<int>>) → StringConversionSink') isn't a subtype of 'ChunkedCon verter<String, List<int>, String, List<int>>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 107, col 3) | |
7 [error] Invalid override. The type of '_UnicodeSubsetEncoder.bind' ('(Stream<Str ing>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter<String, List<in t>, String, List<int>>.bind' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 115, col 3) | |
8 [error] Invalid override. The type of '_UnicodeSubsetDecoder.startChunkedConvers ion' ('(Sink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConverte r<List<int>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dy namic'). (dart:convert/ascii.dart, line 221, col 3) | |
9 [error] Invalid override. The type of '_UnicodeSubsetDecoder.bind' ('(Stream<Lis t<int>>) → Stream<String>') isn't a subtype of 'ChunkedConverter<List<int>, Stri ng, List<int>, String>.bind' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 224, col 3) | |
10 [error] Invalid override. The type of 'AsciiDecoder.startChunkedConversion' ('(S ink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConverter<List<in t>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:convert/ascii.dart, line 237, col 3) | |
vsm
2017/02/17 16:37:51
Ditto the last 5 on ascii.dart
Jennifer Messerly
2017/02/24 23:00:43
yes these are all startChunkedConversion and bind
| |
11 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<List<int>>) → Stream<String>') isn't a subtype of 'ChunkedConverter<Li st<int>, String, List<int>, String>.bind' ('(dynamic) → dynamic'). (dart:convert /base64.dart, line 73, col 21) | |
12 [error] Invalid override. The type of 'Base64Encoder.startChunkedConversion' ('( Sink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConverter<List<i nt>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:convert/base64.dart, line 88, col 3) | |
13 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<String>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter<St ring, List<int>, String, List<int>>.bind' ('(dynamic) → dynamic'). (dart:convert /base64.dart, line 345, col 21) | |
14 [error] Invalid override. The type of 'Base64Decoder.startChunkedConversion' ('( Sink<List<int>>) → StringConversionSink') isn't a subtype of 'ChunkedConverter<S tring, List<int>, String, List<int>>.startChunkedConversion' ('(dynamic) → dynam ic'). (dart:convert/base64.dart, line 359, col 3) | |
vsm
2017/02/17 16:37:51
And these 4.
Jennifer Messerly
2017/02/24 23:00:43
yes these are all startChunkedConversion and bind
| |
4 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'Converter<S, T>.bind' ('(Stream<S>) → Stream<T>'). (da rt:convert/chunked_conversion.dart, line 14, col 3) | 15 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'Converter<S, T>.bind' ('(Stream<S>) → Stream<T>'). (da rt:convert/chunked_conversion.dart, line 14, col 3) |
5 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'StreamTransformer<S, T>.bind' ('(Stream<S>) → Stream<T >'). (dart:convert/chunked_conversion.dart, line 14, col 3) | 16 [error] Invalid override. The type of 'ChunkedConverter.bind' ('(dynamic) → dyna mic') isn't a subtype of 'StreamTransformer<S, T>.bind' ('(Stream<S>) → Stream<T >'). (dart:convert/chunked_conversion.dart, line 14, col 3) |
6 [error] Invalid override. The type of 'ChunkedConverter.startChunkedConversion' ('(dynamic) → dynamic') isn't a subtype of 'Converter<S, T>.startChunkedConversi on' ('(Sink<T>) → Sink<S>'). (dart:convert/chunked_conversion.dart, line 15, col 3) | 17 [error] Invalid override. The type of 'ChunkedConverter.startChunkedConversion' ('(dynamic) → dynamic') isn't a subtype of 'Converter<S, T>.startChunkedConversi on' ('(Sink<T>) → Sink<S>'). (dart:convert/chunked_conversion.dart, line 15, col 3) |
18 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<S>) → Stream<T>') isn't a subtype of 'ChunkedConverter<S, T, S, T>.bin d' ('(dynamic) → dynamic'). (dart:convert/converter.dart, line 54, col 32) | |
19 [error] Invalid override. The type of '_FusedConverter.startChunkedConversion' ( '(Sink<T>) → Sink<S>') isn't a subtype of 'ChunkedConverter<S, T, S, T>.startChu nkedConversion' ('(dynamic) → dynamic'). (dart:convert/converter.dart, line 63, col 3) | |
20 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<String>) → Stream<String>') isn't a subtype of 'ChunkedConverter<Strin g, String, String, String>.bind' ('(dynamic) → dynamic'). (dart:convert/html_esc ape.dart, line 155, col 18) | |
21 [error] Invalid override. The type of 'HtmlEscape.startChunkedConversion' ('(Sin k<String>) → StringConversionSink') isn't a subtype of 'ChunkedConverter<String, String, String, String>.startChunkedConversion' ('(dynamic) → dynamic'). (dart: convert/html_escape.dart, line 207, col 3) | |
22 [error] Invalid override. The type of 'JsonEncoder.startChunkedConversion' ('(Si nk<String>) → ChunkedConversionSink<Object>') isn't a subtype of 'ChunkedConvert er<Object, String, Object, String>.startChunkedConversion' ('(dynamic) → dynamic '). (dart:convert/json.dart, line 257, col 3) | |
23 [error] Invalid override. The type of 'JsonEncoder.bind' ('(Stream<Object>) → St ream<String>') isn't a subtype of 'ChunkedConverter<Object, String, Object, Stri ng>.bind' ('(dynamic) → dynamic'). (dart:convert/json.dart, line 269, col 3) | |
24 [error] Invalid override. The type of 'JsonUtf8Encoder.startChunkedConversion' ( '(Sink<List<int>>) → ChunkedConversionSink<Object>') isn't a subtype of 'Chunked Converter<Object, List<int>, Object, List<int>>.startChunkedConversion' ('(dynam ic) → dynamic'). (dart:convert/json.dart, line 385, col 3) | |
25 [error] Invalid override. The type of 'JsonUtf8Encoder.bind' ('(Stream<Object>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter<Object, List<int>, Ob ject, List<int>>.bind' ('(dynamic) → dynamic'). (dart:convert/json.dart, line 39 7, col 3) | |
26 [error] Invalid override. The type of 'JsonDecoder.startChunkedConversion' ('(Si nk<Object>) → StringConversionSink') isn't a subtype of 'ChunkedConverter<String , Object, String, Object>.startChunkedConversion' ('(dynamic) → dynamic'). (dart :convert/json.dart, line 507, col 3) | |
27 [error] Invalid override. The type of 'JsonDecoder.bind' ('(Stream<String>) → St ream<Object>') isn't a subtype of 'ChunkedConverter<String, Object, String, Obje ct>.bind' ('(dynamic) → dynamic'). (dart:convert/json.dart, line 512, col 3) | |
28 [error] Invalid override. The type of 'Latin1Decoder.startChunkedConversion' ('( Sink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConverter<List<i nt>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:convert/latin1.dart, line 100, col 3) | |
29 [error] Invalid override. The type of 'Utf8Encoder.startChunkedConversion' ('(Si nk<List<int>>) → StringConversionSink') isn't a subtype of 'ChunkedConverter<Str ing, List<int>, String, List<int>>.startChunkedConversion' ('(dynamic) → dynamic '). (dart:convert/utf.dart, line 122, col 3) | |
30 [error] Invalid override. The type of 'Utf8Encoder.bind' ('(Stream<String>) → St ream<List<int>>') isn't a subtype of 'ChunkedConverter<String, List<int>, String , List<int>>.bind' ('(dynamic) → dynamic'). (dart:convert/utf.dart, line 130, co l 3) | |
31 [error] Invalid override. The type of 'Utf8Decoder.startChunkedConversion' ('(Si nk<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConverter<List<int >, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dynamic'). ( dart:convert/utf.dart, line 360, col 3) | |
32 [error] Invalid override. The type of 'Utf8Decoder.bind' ('(Stream<List<int>>) → Stream<String>') isn't a subtype of 'ChunkedConverter<List<int>, String, List<i nt>, String>.bind' ('(dynamic) → dynamic'). (dart:convert/utf.dart, line 371, co l 3) | |
vsm
2017/02/17 16:37:51
This whole chunk looks new.
Jennifer Messerly
2017/02/24 23:00:43
yeah, it looks like we never fixed the typing issu
| |
7 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/bool.dart, line 41, col 9) | 33 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/bool.dart, line 41, col 9) |
8 [error] Const constructors can't throw exceptions. (dart:core/bool.dart, line 42 , col 5) | 34 [error] Const constructors can't throw exceptions. (dart:core/bool.dart, line 42 , col 5) |
9 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/int.dart, line 33, col 9) | 35 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/int.dart, line 33, col 9) |
10 [error] Const constructors can't throw exceptions. (dart:core/int.dart, line 34, col 5) | 36 [error] Const constructors can't throw exceptions. (dart:core/int.dart, line 34, col 5) |
37 [error] Annotation must be either a const variable reference or const constructo r invocation. (dart:core/stacktrace.dart, line 43, col 3) | |
vsm
2017/02/17 16:37:51
This looks like a dart2js annotation (@NoInline) -
Jennifer Messerly
2017/02/24 23:00:43
we do declare NoInline, it just needs to be added
| |
11 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/string.dart, line 156, col 9) | 38 [error] Only redirecting factory constructors can be declared to be 'const'. (da rt:core/string.dart, line 156, col 9) |
12 [error] Const constructors can't throw exceptions. (dart:core/string.dart, line 157, col 5) | 39 [error] Const constructors can't throw exceptions. (dart:core/string.dart, line 157, col 5) |
13 [error] Couldn't infer type parameter 'S'; 'RandomAccessFile' must be of type 'F ile'. (dart:io/file_impl.dart, line 216, col 19) | 40 [error] Annotation must be either a const variable reference or const constructo r invocation. (dart:developer, line 39, col 1) |
vsm
2017/02/17 16:37:51
I only see @deprecated annotations in this library
Jennifer Messerly
2017/02/24 23:00:43
it was @ForceInline which was added to dart2js but
| |
14 [error] The argument type '(RandomAccessFile) → Future<RandomAccessFile>' can't be assigned to the parameter type '(RandomAccessFile) → FutureOr<File>'. (dart:i o/file_impl.dart, line 216, col 24) | 41 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<List<int>>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter <List<int>, List<int>, List<int>, List<int>>.bind' ('(dynamic) → dynamic'). (dar t:io/data_transformer.dart, line 278, col 19) |
15 [error] The return type 'Future' isn't a 'FutureOr<File>', as defined by the met hod ''. (dart:io/file_impl.dart, line 545, col 14) | 42 [error] Invalid override. The type of 'ZLibEncoder.startChunkedConversion' ('(Si nk<List<int>>) → ByteConversionSink') isn't a subtype of 'ChunkedConverter<List< int>, List<int>, List<int>, List<int>>.startChunkedConversion' ('(dynamic) → dyn amic'). (dart:io/data_transformer.dart, line 370, col 3) |
16 [error] The return type 'StreamSubscription<int>' isn't a 'StreamSubscription<Li st<int>>', as defined by the method 'listen'. (dart:io/http_parser.dart, line 20 8, col 14) | 43 [error] The argument type '(RandomAccessFile) → Future<RandomAccessFile>' can't be assigned to the parameter type '(RandomAccessFile) → FutureOr<File>'. (dart:i o/file_impl.dart, line 216, col 30) |
17 [error] The argument type '(List<int>) → void' can't be assigned to the paramete r type '(int) → void'. (dart:io/http_parser.dart, line 209, col 19) | 44 [error] The return type 'Future' isn't a 'FutureOr<File>', as defined by the met hod ''. (dart:io/file_impl.dart, line 614, col 14) |
18 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 27, col 7) | |
19 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 30, col 15) | |
20 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 75, col 5) | |
21 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 77, col 13) | |
22 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 79, col 20) | |
23 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 80, col 23) | |
24 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 81, col 20) | |
25 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 82, col 21) | |
26 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 83, col 19) | |
27 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 84, col 20) | |
28 [error] Couldn't infer type parameter 'V'; 'Object' must be of type 'String'. (d art:io/io_resource_info.dart, line 159, col 5) | |
29 [error] The element type 'int' can't be assigned to the map value type 'String'. (dart:io/io_resource_info.dart, line 161, col 13) | |
30 [error] The element type 'double' can't be assigned to the map value type 'Strin g'. (dart:io/io_resource_info.dart, line 164, col 20) | |
31 [error] The argument type 'List' can't be assigned to the parameter type 'Iterab le<int>'. (dart:io/secure_socket.dart, line 1129, col 23) | |
32 [error] Undefined name 'lineMode'. (dart:io/stdio.dart, line 64, col 10) | 45 [error] Undefined name 'lineMode'. (dart:io/stdio.dart, line 64, col 10) |
33 [error] The name 'echoMode=' is already defined. (dart:io/stdio.dart, line 126, col 12) | 46 [error] The name 'echoMode=' is already defined. (dart:io/stdio.dart, line 128, col 12) |
34 [error] The name 'lineMode=' is already defined. (dart:io/stdio.dart, line 145, col 12) | 47 [error] The name 'lineMode=' is already defined. (dart:io/stdio.dart, line 149, col 12) |
35 [error] Couldn't infer type parameter 'S'; 'dynamic' must be of type 'WebSocket' . (dart:io/websocket_impl.dart, line 469, col 10) | 48 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<String>) → Stream<List<int>>') isn't a subtype of 'ChunkedConverter<St ring, List<int>, String, List<int>>.bind' ('(dynamic) → dynamic'). (dart:io/stri ng_transformer.dart, line 45, col 31) |
36 [error] The argument type '(String) → Future<dynamic>' can't be assigned to the parameter type '(dynamic) → FutureOr<WebSocket>'. (dart:io/websocket_impl.dart, line 469, col 15) | 49 [error] Invalid override. The type of '_WindowsCodePageEncoder.startChunkedConve rsion' ('(Sink<List<int>>) → StringConversionSink') isn't a subtype of 'ChunkedC onverter<String, List<int>, String, List<int>>.startChunkedConversion' ('(dynami c) → dynamic'). (dart:io/string_transformer.dart, line 61, col 3) |
50 [error] Base class introduces an invalid override. The type of 'Converter.bind' ('(Stream<List<int>>) → Stream<String>') isn't a subtype of 'ChunkedConverter<Li st<int>, String, List<int>, String>.bind' ('(dynamic) → dynamic'). (dart:io/stri ng_transformer.dart, line 100, col 31) | |
51 [error] Invalid override. The type of '_WindowsCodePageDecoder.startChunkedConve rsion' ('(Sink<String>) → ByteConversionSink') isn't a subtype of 'ChunkedConver ter<List<int>, String, List<int>, String>.startChunkedConversion' ('(dynamic) → dynamic'). (dart:io/string_transformer.dart, line 112, col 3) | |
vsm
2017/02/17 16:37:51
Not looking too hard at the io ones since it mostl
Jennifer Messerly
2017/02/24 23:00:43
i mean, also it's the same startChunkedConversion
| |
52 [error] The getter 'packagesBase' isn't defined for the class 'IsolateNatives'. (dart:isolate, line 721, col 61) | |
vsm
2017/02/17 16:37:51
This is new.
Jennifer Messerly
2017/02/24 23:00:43
Fixed. it was added to dart2js private lib
| |
37 [error] Invalid override. The type of 'JsArray.[]=' ('(Object, E) → void') isn't a subtype of 'JsObject.[]=' ('(Object, dynamic) → dynamic'). (dart:js, line 363 , col 3) | 53 [error] Invalid override. The type of 'JsArray.[]=' ('(Object, E) → void') isn't a subtype of 'JsObject.[]=' ('(Object, dynamic) → dynamic'). (dart:js, line 363 , col 3) |
54 [error] The return type 'double' isn't a 'T', as defined by the method 'min'. (d art:math, line 90, col 16) | |
55 [error] The return type 'double' isn't a 'T', as defined by the method 'max'. (d art:math, line 125, col 16) | |
vsm
2017/02/17 16:37:51
These might be something we fixed locally?
Jennifer Messerly
2017/02/24 23:00:43
Yes, we are missing Bob's fix: https://github.com/
| |
38 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 140, col 43) | 56 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 140, col 43) |
39 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 152, col 43) | 57 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<String>'. This usua lly indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:_js_helper/regexp_helper.dart, line 152, col 43) |
58 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<T>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:async/st ream_impl.dart, line 1011, col 42) | |
vsm
2017/02/17 16:37:51
New
Jennifer Messerly
2017/02/24 23:00:43
fixed.
| |
40 [warning] Unsafe implicit cast from 'Object' to 'K'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 411, col 49) | 59 [warning] Unsafe implicit cast from 'Object' to 'K'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 411, col 49) |
41 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 758, col 14) | 60 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 757, col 14) |
42 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 1135, col 14) | 61 [warning] Unsafe implicit cast from 'Object' to 'E'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will ha ve a failure at runtime. (dart:collection, line 1134, col 14) |
43 [warning] The final variable 'origin' must be initialized. (dart:html, line 177, col 3) | 62 [warning] The final variable 'origin' must be initialized. (dart:html, line 177, col 3) |
44 [warning] The final variable 'origin' must be initialized. (dart:html, line 813, col 3) | 63 [warning] The final variable 'origin' must be initialized. (dart:html, line 813, col 3) |
45 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1691, col 3) | 64 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1691, col 3) |
46 [warning] The final variable 'options' must be initialized. (dart:html, line 897 2, col 3) | 65 [warning] The final variable 'options' must be initialized. (dart:html, line 897 2, col 3) |
47 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized. (dart:html, line 13009, col 3) | 66 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized. (dart:html, line 13009, col 3) |
48 [warning] The final variables 'elements', 'form' and '4' more must be initialize d. (dart:html, line 16625, col 3) | 67 [warning] The final variables 'elements', 'form' and '4' more must be initialize d. (dart:html, line 16625, col 3) |
49 [warning] The final variable 'length' must be initialized. (dart:html, line 1755 5, col 3) | 68 [warning] The final variable 'length' must be initialized. (dart:html, line 1755 5, col 3) |
50 [warning] The final variables '_get_contentWindow' and 'sandbox' must be initial ized. (dart:html, line 20113, col 3) | 69 [warning] The final variables '_get_contentWindow' and 'sandbox' must be initial ized. (dart:html, line 20113, col 3) |
51 [warning] The final variables 'complete', 'currentSrc' and '2' more must be init ialized. (dart:html, line 20246, col 3) | 70 [warning] The final variables 'complete', 'currentSrc' and '2' more must be init ialized. (dart:html, line 20246, col 3) |
52 [warning] The final variables '_get_valueAsDate', 'entries' and '6' more must be initialized. (dart:html, line 20400, col 3) | 71 [warning] The final variables '_get_valueAsDate', 'entries' and '6' more must be initialized. (dart:html, line 20400, col 3) |
(...skipping 13 matching lines...) Expand all Loading... | |
66 [warning] The final variable 'sheet' must be initialized. (dart:html, line 31442 , col 3) | 85 [warning] The final variable 'sheet' must be initialized. (dart:html, line 31442 , col 3) |
67 [warning] The final variable 'cellIndex' must be initialized. (dart:html, line 3 1662, col 3) | 86 [warning] The final variable 'cellIndex' must be initialized. (dart:html, line 3 1662, col 3) |
68 [warning] The final variables '_rows' and '_tBodies' must be initialized. (dart: html, line 31773, col 3) | 87 [warning] The final variables '_rows' and '_tBodies' must be initialized. (dart: html, line 31773, col 3) |
69 [warning] The final variables '_cells', 'rowIndex' and '1' more must be initiali zed. (dart:html, line 31883, col 3) | 88 [warning] The final variables '_cells', 'rowIndex' and '1' more must be initiali zed. (dart:html, line 31883, col 3) |
70 [warning] The final variable '_rows' must be initialized. (dart:html, line 31950 , col 3) | 89 [warning] The final variable '_rows' must be initialized. (dart:html, line 31950 , col 3) |
71 [warning] The final variable 'content' must be initialized. (dart:html, line 319 93, col 3) | 90 [warning] The final variable 'content' must be initialized. (dart:html, line 319 93, col 3) |
72 [warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 32069, col 3) | 91 [warning] The final variables 'form', 'labels' and '5' more must be initialized. (dart:html, line 32069, col 3) |
73 [warning] The final variables 'readyState' and 'track' must be initialized. (dar t:html, line 33056, col 3) | 92 [warning] The final variables 'readyState' and 'track' must be initialized. (dar t:html, line 33056, col 3) |
74 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized. (dart:html, line 33754, col 3) | 93 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized. (dart:html, line 33754, col 3) |
75 [warning] Unsafe implicit cast from '(T) → void' to '(Event) → dynamic'. This us ually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:html, line 40126, col 45) | 94 [warning] Unsafe implicit cast from '(T) → void' to '(Event) → dynamic'. This us ually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:html, line 40126, col 45) |
76 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/data_transformer.dart, line 492 , col 23) | 95 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 151, col 22) |
77 [warning] Unsafe implicit cast from 'Stream<dynamic>' to 'Stream<FileSystemEntit y>'. This usually indicates that type information was lost and resulted in 'dyna mic' and/or a place that will have a failure at runtime. (dart:io/directory_impl .dart, line 239, col 12) | 96 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 152, col 23) |
78 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<List<int>>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/file_impl.dart, line 484, col 14) | 97 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 275, col 10) |
79 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/file_impl.dart, line 831, col 3 3) | |
80 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_impl.dart, line 269, col 14) | |
81 [warning] Unsafe implicit cast from 'Stream<dynamic>' to 'Stream<List<int>>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1056, col 29) | |
82 [warning] Unsafe implicit cast from 'Function' to '(List<int>) → void'. This usu ally indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1173, col 54) | |
83 [warning] Unsafe implicit cast from 'Function' to '(List<int>) → void'. This usu ally indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1175, col 33) | |
84 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<_ConnectionInfo >'. This usually indicates that type information was lost and resulted in 'dynam ic' and/or a place that will have a failure at runtime. (dart:io/http_impl.dart, line 1635, col 14) | |
85 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_parser.dart, line 201, col 16) | |
86 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<List<int>>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart: io/http_parser.dart, line 203, col 50) | |
87 [warning] Unsafe implicit cast from 'Map<dynamic, dynamic>' to 'Map<String, Stri ng>'. This usually indicates that type information was lost and resulted in 'dyn amic' and/or a place that will have a failure at runtime. (dart:io/platform_impl .dart, line 100, col 69) | |
88 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<SecureSocket>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.dart , line 92, col 12) | |
89 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<SecureSocket>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.dart , line 138, col 12) | |
90 [warning] Unsafe implicit cast from 'StreamSubscription<dynamic>' to 'StreamSubs cription<RawSocketEvent>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. ( dart:io/secure_socket.dart, line 446, col 33) | |
91 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<RawSecureSocket >'. This usually indicates that type information was lost and resulted in 'dynam ic' and/or a place that will have a failure at runtime. (dart:io/secure_socket.d art, line 580, col 12) | |
92 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/secure_socket.dart, line 1176, col 32) | |
93 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/stdio.dart, line 109, col 28) | |
94 [warning] Unsafe implicit cast from 'Future<dynamic>' to 'Future<WebSocket>'. Th is usually indicates that type information was lost and resulted in 'dynamic' an d/or a place that will have a failure at runtime. (dart:io/websocket_impl.dart, line 471, col 14) | |
95 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 577, col 21) | |
96 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 590, col 35) | |
97 [warning] Unsafe implicit cast from 'List<dynamic>' to 'List<int>'. This usually indicates that type information was lost and resulted in 'dynamic' and/or a pla ce that will have a failure at runtime. (dart:io/websocket_impl.dart, line 626, col 12) | |
98 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 158, col 22) | |
99 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 159, col 23) | |
100 [warning] Unsafe implicit cast from 'num' to 'T'. This usually indicates that ty pe information was lost and resulted in 'dynamic' and/or a place that will have a failure at runtime. (dart:math/rectangle.dart, line 282, col 10) | |
101 [warning] The final variables 'href' and 'target' must be initialized. (dart:svg , line 60, col 3) | 98 [warning] The final variables 'href' and 'target' must be initialized. (dart:svg , line 60, col 3) |
102 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized. (dart:svg, line 489, col 3) | 99 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized. (dart:svg, line 489, col 3) |
103 [warning] The final variables 'cx', 'cy' and '1' more must be initialized. (dart :svg, line 562, col 3) | 100 [warning] The final variables 'cx', 'cy' and '1' more must be initialized. (dart :svg, line 562, col 3) |
104 [warning] The final variable 'clipPathUnits' must be initialized. (dart:svg, lin e 597, col 3) | 101 [warning] The final variable 'clipPathUnits' must be initialized. (dart:svg, lin e 597, col 3) |
105 [warning] The final variables 'cx', 'cy' and '2' more must be initialized. (dart :svg, line 689, col 3) | 102 [warning] The final variables 'cx', 'cy' and '2' more must be initialized. (dart :svg, line 689, col 3) |
106 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 732, col 3) | 103 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 732, col 3) |
107 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 820, col 3) | 104 [warning] The final variables 'height', 'in1' and '6' more must be initialized. (dart:svg, line 820, col 3) |
108 [warning] The final variables 'height', 'in1' and '4' more must be initialized. (dart:svg, line 904, col 3) | 105 [warning] The final variables 'height', 'in1' and '4' more must be initialized. (dart:svg, line 904, col 3) |
109 [warning] The final variables 'height', 'in1' and '10' more must be initialized. (dart:svg, line 952, col 3) | 106 [warning] The final variables 'height', 'in1' and '10' more must be initialized. (dart:svg, line 952, col 3) |
110 [warning] The final variables 'bias', 'divisor' and '15' more must be initialize d. (dart:svg, line 1057, col 3) | 107 [warning] The final variables 'bias', 'divisor' and '15' more must be initialize d. (dart:svg, line 1057, col 3) |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
142 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4634, col 3) | 139 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4634, col 3) |
143 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5072, col 3) | 140 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5072, col 3) |
144 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5386, col 3) | 141 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5386, col 3) |
145 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5605, col 3) | 142 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5605, col 3) |
146 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5677, col 3) | 143 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5677, col 3) |
147 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 5775, col 3) | 144 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 5775, col 3) |
148 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 5836, col 3) | 145 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 5836, col 3) |
149 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6126, col 3) | 146 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6126, col 3) |
150 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6171, col 3) | 147 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6171, col 3) |
151 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6325, col 3) | 148 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6325, col 3) |
OLD | NEW |