-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_report_3.txt
More file actions
55 lines (53 loc) · 16.4 KB
/
analysis_report_3.txt
File metadata and controls
55 lines (53 loc) · 16.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
Analyzing mobile_ai_ide...
warning - Unused import: 'dart:convert' - lib\application\agent\tools\artifact_tools.dart:1:8 - unused_import
warning - Unused import: 'dart:io' - lib\application\agent\tools\artifact_tools.dart:2:8 - unused_import
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:50:11 - unused_local_variable
info - Unnecessary use of double quotes - lib\infrastructure\agent\get_project_context_tool.dart:74:48 - prefer_single_quotes
info - Unnecessary use of double quotes - lib\infrastructure\agent\get_project_context_tool.dart:74:57 - prefer_single_quotes
info - Unnecessary use of double quotes - lib\infrastructure\agent\get_project_context_tool.dart:83:27 - prefer_single_quotes
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:4:8 - unnecessary_import
info - The member 'dispose' overrides an inherited member but isn't annotated with '@override' - lib\infrastructure\services\terminal_service.dart:324:8 - annotate_overrides
warning - This method overrides a method annotated as '@mustCallSuper' in 'ChangeNotifier', but doesn't invoke the overridden method - lib\infrastructure\services\terminal_service.dart:324:8 - must_call_super
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:43:7 - unused_element
warning - The value of the local variable 'oldStatus' isn't used - lib\ui\screens\chat_screen.dart:152:13 - unused_local_variable
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\screens\deploy_screen.dart:29:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\screens\deploy_screen.dart:68:33 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\screens\deploy_screen.dart:93:43 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\screens\deploy_screen.dart:95:62 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\screens\deploy_screen.dart:121:42 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\screens\deploy_screen.dart:123:51 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\screens\deploy_screen.dart:126:36 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\screens\deploy_screen.dart:196:38 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\screens\deploy_screen.dart:219:77 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\screens\deploy_screen.dart:227:79 - deprecated_member_use
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