This repository was archived by the owner on Apr 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysisOutput.json
More file actions
46 lines (46 loc) · 1.4 KB
/
analysisOutput.json
File metadata and controls
46 lines (46 loc) · 1.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
[ {
"methodName" : "createDummyProducts",
"className" : "com.example.LoopAntiPattern.api.ProductController",
"lineNumber" : 47,
"columnNumber" : 4,
"executionTime" : 95.0,
"analysisType" : "STATIC",
"severity" : "LOW",
"invokedSubMethodDetails" : [ {
"methodName" : "updateProducts",
"className" : "com.example.LoopAntiPattern.service.ProductService",
"lineNumber" : 54,
"columnNumber" : 4,
"invokedMethod" : "updateSingleProduct"
} ]
}, {
"methodName" : "update",
"className" : "com.example.LoopAntiPattern.api.ProductController",
"lineNumber" : 42,
"columnNumber" : 4,
"executionTime" : 12596.3,
"analysisType" : "BOTH",
"severity" : "HIGH",
"invokedSubMethodDetails" : [ {
"methodName" : "updateProducts",
"className" : "com.example.LoopAntiPattern.service.ProductService",
"lineNumber" : 54,
"columnNumber" : 4,
"invokedMethod" : "updateSingleProduct"
} ]
}, {
"methodName" : "findByArticleNumbers",
"className" : "com.example.LoopAntiPattern.api.ProductController",
"lineNumber" : 32,
"columnNumber" : 4,
"executionTime" : 801344.5,
"analysisType" : "BOTH",
"severity" : "HIGH",
"invokedSubMethodDetails" : [ {
"methodName" : "getProductsByArticleNumbers",
"className" : "com.example.LoopAntiPattern.service.ProductService",
"lineNumber" : 35,
"columnNumber" : 4,
"invokedMethod" : "getProductsByArticleNumber"
} ]
} ]