-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_errors_utf8.txt
More file actions
86 lines (84 loc) · 12.4 KB
/
analysis_errors_utf8.txt
File metadata and controls
86 lines (84 loc) · 12.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Analyzing mobile_ai_ide...
error - A value of type 'String?' can't be assigned to a variable of type 'String' - lib\application\agent\agentic_loop_service.dart:24:52 - invalid_assignment
error - A value of type 'List<Map<String, dynamic>>' can't be assigned to a variable of type 'String' - lib\application\agent\agentic_loop_service.dart:26:28 - invalid_assignment
error - Target of URI doesn't exist: '../../domain/agent/agent_tool.dart' - lib\application\agent\tools\artifact_tools.dart:3:8 - uri_does_not_exist
error - Classes and mixins can only implement other classes and mixins - lib\application\agent\tools\artifact_tools.dart:27:37 - implements_non_class
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\artifact_tools.dart:37:14 - override_on_non_overriding_member
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\artifact_tools.dart:40:14 - override_on_non_overriding_member
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\artifact_tools.dart:47:28 - override_on_non_overriding_member
warning - The method doesn't override an inherited method - lib\application\agent\tools\artifact_tools.dart:68:18 - override_on_non_overriding_member
error - Target of URI doesn't exist: '../../domain/agent/agent_tool.dart' - lib\application\agent\tools\file_system_tools.dart:2:8 - uri_does_not_exist
error - Classes and mixins can only implement other classes and mixins - lib\application\agent\tools\file_system_tools.dart:4:31 - implements_non_class
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\file_system_tools.dart:6:14 - override_on_non_overriding_member
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\file_system_tools.dart:9:14 - override_on_non_overriding_member
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\file_system_tools.dart:12:28 - override_on_non_overriding_member
warning - The method doesn't override an inherited method - lib\application\agent\tools\file_system_tools.dart:24:18 - override_on_non_overriding_member
error - Classes and mixins can only implement other classes and mixins - lib\application\agent\tools\file_system_tools.dart:41:32 - implements_non_class
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\file_system_tools.dart:43:14 - override_on_non_overriding_member
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\file_system_tools.dart:46:14 - override_on_non_overriding_member
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\file_system_tools.dart:49:28 - override_on_non_overriding_member
warning - The method doesn't override an inherited method - lib\application\agent\tools\file_system_tools.dart:65:18 - override_on_non_overriding_member
error - Target of URI doesn't exist: '../../domain/agent/agent_tool.dart' - lib\application\agent\tools\interactive_tools.dart:2:8 - uri_does_not_exist
error - Classes and mixins can only implement other classes and mixins - lib\application\agent\tools\interactive_tools.dart:11:41 - implements_non_class
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\interactive_tools.dart:17:14 - override_on_non_overriding_member
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\interactive_tools.dart:20:14 - override_on_non_overriding_member
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\interactive_tools.dart:26:28 - override_on_non_overriding_member
warning - The method doesn't override an inherited method - lib\application\agent\tools\interactive_tools.dart:38:18 - override_on_non_overriding_member
error - Target of URI doesn't exist: '../../domain/agent/agent_tool.dart' - lib\application\agent\tools\proot_tools.dart:2:8 - uri_does_not_exist
error - Classes and mixins can only implement other classes and mixins - lib\application\agent\tools\proot_tools.dart:9:38 - implements_non_class
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\proot_tools.dart:15:14 - override_on_non_overriding_member
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\proot_tools.dart:18:14 - override_on_non_overriding_member
warning - The getter doesn't override an inherited getter - lib\application\agent\tools\proot_tools.dart:24:28 - override_on_non_overriding_member
warning - The method doesn't override an inherited method - lib\application\agent\tools\proot_tools.dart:40:18 - override_on_non_overriding_member
warning - Unused import: 'dart:io' - lib\application\agents\scaffolder_agent.dart:1:8 - unused_import
warning - Unused import: 'package:flutter/foundation.dart' - lib\application\agents\scaffolder_agent.dart:2:8 - unused_import
info - Statements in an if should be enclosed in a block - lib\application\providers\ai_service_provider.dart:25:9 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\application\providers\ai_service_provider.dart:33:9 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\application\providers\ai_service_provider.dart:39:9 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\application\providers\ai_service_provider.dart:46:9 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\application\providers\ai_service_provider.dart:61:9 - curly_braces_in_flow_control_structures
warning - Unused import: 'package:flutter/foundation.dart' - lib\domain\agent\agent_tool.dart:1:8 - unused_import
warning - The value of the local variable 'lineCountTotal' isn't used - lib\infrastructure\agent\get_project_context_tool.dart:51:11 - unused_local_variable
info - Unnecessary use of double quotes - lib\infrastructure\agent\get_project_context_tool.dart:75:48 - prefer_single_quotes
info - Unnecessary use of double quotes - lib\infrastructure\agent\get_project_context_tool.dart:75:57 - prefer_single_quotes
info - Unnecessary use of double quotes - lib\infrastructure\agent\get_project_context_tool.dart:84:27 - prefer_single_quotes
info - The imported package 'dio' isn't a dependency of the importing package - lib\infrastructure\agent\openai_api_client.dart:1:8 - depend_on_referenced_packages
error - Target of URI doesn't exist: 'package:dio/dio.dart' - lib\infrastructure\agent\openai_api_client.dart:1:8 - uri_does_not_exist
error - Undefined class 'Dio' - lib\infrastructure\agent\openai_api_client.dart:7:9 - undefined_class
error - Undefined class 'Dio' - lib\infrastructure\agent\openai_api_client.dart:14:5 - undefined_class
error - The method 'Dio' isn't defined for the type 'OpenAIApiClient' - lib\infrastructure\agent\openai_api_client.dart:15:22 - undefined_method
error - The name 'DioException' isn't a type and can't be used in an on-catch clause - lib\infrastructure\agent\openai_api_client.dart:95:10 - non_type_in_catch_clause
warning - The value of the local variable 'docDir' isn't used - lib\infrastructure\agent\read_file_tool.dart:32:15 - unused_local_variable
warning - The value of the local variable 'content' isn't used - lib\infrastructure\agent\read_file_tool.dart:40:13 - unused_local_variable
warning - Unused import: 'dart:convert' - lib\infrastructure\memory\vector_memory_service.dart:1:8 - unused_import
warning - The value of the local variable 'queryVector' isn't used - lib\infrastructure\memory\vector_memory_service.dart:53:11 - unused_local_variable
warning - Unused import: 'dart:convert' - lib\infrastructure\services\dart_analyzer_service.dart:2:8 - unused_import
warning - The value of the local variable 'delimiter' isn't used - lib\infrastructure\services\dart_analyzer_service.dart:26:13 - unused_local_variable
info - Don't invoke 'print' in production code - lib\infrastructure\services\log_monitor_service.dart:31:9 - avoid_print
info - Don't invoke 'print' in production code - lib\infrastructure\services\log_monitor_service.dart:34:7 - avoid_print
info - The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/foundation.dart' - lib\infrastructure\services\process_bridge.dart:3:8 - unnecessary_import
info - Don't invoke 'print' in production code - lib\infrastructure\services\project_service.dart:41:7 - avoid_print
info - The imported package 'permission_handler' isn't a dependency of the importing package - lib\infrastructure\storage\workspace_manager.dart:4:8 - depend_on_referenced_packages
error - Target of URI doesn't exist: 'package:permission_handler/permission_handler.dart' - lib\infrastructure\storage\workspace_manager.dart:4:8 - uri_does_not_exist
error - Undefined name 'Permission' - lib\infrastructure\storage\workspace_manager.dart:81:15 - undefined_identifier
error - Undefined name 'Permission' - lib\infrastructure\storage\workspace_manager.dart:86:26 - undefined_identifier
error - The function 'CrashReportingService' isn't defined - lib\main.dart:15:23 - undefined_function
info - Parameter 'key' could be a super parameter - lib\ui\chat\chat_screen.dart:6:9 - use_super_parameters
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\chat\chat_screen.dart:108:35 - deprecated_member_use
warning - The declaration '_suggestions' isn't referenced - lib\ui\screens\chat_screen.dart:42:7 - unused_element
warning - The value of the local variable 'oldStatus' isn't used - lib\ui\screens\chat_screen.dart:151:13 - unused_local_variable
info - 'value' is deprecated and shouldn't be used. Use initialValue instead. This will set the initial value for the form field. This feature was deprecated after v3.33.0-1.0.pre - lib\ui\screens\onboarding_screen.dart:103:17 - deprecated_member_use
info - Statements in an if should be enclosed in a block - lib\ui\screens\project_explorer_screen.dart:295:7 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\ui\screens\project_explorer_screen.dart:306:7 - curly_braces_in_flow_control_structures
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\themes.dart:88:33 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:25:60 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:26:62 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:33:56 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:37:33 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:51:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:131:24 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:133:43 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_task_progress_bubble.dart:16:70 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_task_progress_bubble.dart:19:63 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_task_progress_bubble.dart:49:74 - deprecated_member_use
info - The import of 'package:flutter/services.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' - lib\ui\widgets\code_element_builder.dart:2:8 - unnecessary_import