-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTest_report.txt
More file actions
35 lines (34 loc) · 1.37 KB
/
Copy pathTest_report.txt
File metadata and controls
35 lines (34 loc) · 1.37 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
Static Analysis Report for: D:\files\Desktop\CD project\test.java
==================================================
Line 0: [Syntax Error]
Message: Expected ';'
Suggestion: Check Java syntax rules
--------------------------------------------------
Line 1: [Missing Bracket]
Message: Unmatched opening brace '{'
Suggestion: Add corresponding closing brace
--------------------------------------------------
Line 3: [Missing Bracket]
Message: Unmatched opening brace '{'
Suggestion: Add corresponding closing brace
--------------------------------------------------
Line 6: [Syntax Error]
Message: Missing semicolon
Suggestion: Add semicolon at end of statement
--------------------------------------------------
Line 18: [Syntax Error]
Message: Missing semicolon
Suggestion: Add semicolon at end of statement
--------------------------------------------------
Line 21: [Security Issue]
Message: Possible hardcoded password
Suggestion: Move password to config/environment
--------------------------------------------------
Line 22: [Security Issue]
Message: Possible hardcoded password
Suggestion: Move password to config/environment
--------------------------------------------------
Line 30: [Undefined Method]
Message: Method 'callThisDoesNotExist' called but not defined
Suggestion: Define the method or remove call
--------------------------------------------------