-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalyze_output.txt
More file actions
54 lines (52 loc) · 21 KB
/
analyze_output.txt
File metadata and controls
54 lines (52 loc) · 21 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
Analyzing mobile_ai_ide...
warning - lib\application\agent\tools\artifact_tools.dart:1:8 - Unused import: 'dart:convert'. Try removing the import directive. - unused_import
warning - lib\application\agent\tools\artifact_tools.dart:2:8 - Unused import: 'dart:io'. Try removing the import directive. - unused_import
warning - lib\application\agents\scaffolder_agent.dart:1:8 - Unused import: 'dart:io'. Try removing the import directive. - unused_import
warning - lib\application\agents\scaffolder_agent.dart:2:8 - Unused import: 'package:flutter/foundation.dart'. Try removing the import directive. - unused_import
warning - lib\domain\agent\agent_tool.dart:1:8 - Unused import: 'package:flutter/foundation.dart'. Try removing the import directive. - unused_import
warning - lib\infrastructure\agent\get_project_context_tool.dart:50:11 - The value of the local variable 'lineCountTotal' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib\infrastructure\memory\vector_memory_service.dart:1:8 - Unused import: 'dart:convert'. Try removing the import directive. - unused_import
warning - lib\infrastructure\memory\vector_memory_service.dart:53:11 - The value of the local variable 'queryVector' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib\infrastructure\services\dart_analyzer_service.dart:2:8 - Unused import: 'dart:convert'. Try removing the import directive. - unused_import
warning - lib\infrastructure\services\dart_analyzer_service.dart:26:13 - The value of the local variable 'delimiter' isn't used. Try removing the variable or using it. - unused_local_variable
warning - lib\infrastructure\services\terminal_service.dart:324:8 - This method overrides a method annotated as '@mustCallSuper' in 'ChangeNotifier', but doesn't invoke the overridden method. - must_call_super
warning - lib\ui\screens\chat_screen.dart:44:7 - The declaration '_suggestions' isn't referenced. Try removing the declaration of '_suggestions'. - unused_element
warning - lib\ui\screens\chat_screen.dart:153:13 - The value of the local variable 'oldStatus' isn't used. Try removing the variable or using it. - unused_local_variable
info - lib\application\providers\ai_service_provider.dart:25:9 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
info - lib\application\providers\ai_service_provider.dart:33:9 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
info - lib\application\providers\ai_service_provider.dart:39:9 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
info - lib\application\providers\ai_service_provider.dart:46:9 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
info - lib\application\providers\ai_service_provider.dart:61:9 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
info - lib\infrastructure\agent\get_project_context_tool.dart:74:48 - Unnecessary use of double quotes. Try using single quotes unless the string contains single quotes. - prefer_single_quotes
info - lib\infrastructure\agent\get_project_context_tool.dart:74:57 - Unnecessary use of double quotes. Try using single quotes unless the string contains single quotes. - prefer_single_quotes
info - lib\infrastructure\agent\get_project_context_tool.dart:83:27 - Unnecessary use of double quotes. Try using single quotes unless the string contains single quotes. - prefer_single_quotes
info - lib\infrastructure\services\log_monitor_service.dart:31:9 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
info - lib\infrastructure\services\log_monitor_service.dart:34:7 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
info - lib\infrastructure\services\process_bridge.dart:4:8 - 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'. Try removing the import directive. - unnecessary_import
info - lib\infrastructure\services\terminal_service.dart:324:8 - The member 'dispose' overrides an inherited member but isn't annotated with '@override'. Try adding the '@override' annotation. - annotate_overrides
info - lib\ui\screens\deploy_screen.dart:29:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\screens\deploy_screen.dart:68:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\screens\deploy_screen.dart:93:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\screens\deploy_screen.dart:95:62 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\screens\deploy_screen.dart:121:42 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\screens\deploy_screen.dart:123:51 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\screens\deploy_screen.dart:126:36 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\screens\deploy_screen.dart:196:38 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\screens\deploy_screen.dart:219:77 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\screens\deploy_screen.dart:227:79 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\screens\onboarding_screen.dart:103:17 - '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. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\screens\project_explorer_screen.dart:295:7 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
info - lib\ui\screens\project_explorer_screen.dart:306:7 - Statements in an if should be enclosed in a block. Try wrapping the statement in a block. - curly_braces_in_flow_control_structures
info - lib\ui\themes.dart:88:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\widgets\agent_completion_bubble.dart:25:60 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\widgets\agent_completion_bubble.dart:26:62 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\widgets\agent_completion_bubble.dart:33:56 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\widgets\agent_completion_bubble.dart:37:33 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\widgets\agent_completion_bubble.dart:51:39 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\widgets\agent_completion_bubble.dart:131:24 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\widgets\agent_completion_bubble.dart:133:43 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\widgets\agent_task_progress_bubble.dart:16:70 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\widgets\agent_task_progress_bubble.dart:19:63 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\widgets\agent_task_progress_bubble.dart:49:74 - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use
info - lib\ui\widgets\code_element_builder.dart:2:8 - 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'. Try removing the import directive. - unnecessary_import
50 issues found.