-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path1.json
104 lines (104 loc) · 2.79 KB
/
1.json
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[{
"message": "type Stream in package scala is deprecated since 2.13.0: Use LazyList instead of Stream",
"position": {
"line": 2,
"lineContent": " def x1: Stream[Int] = ???",
"offset": 21,
"pointer": 10,
"pointerSpace": " ",
"sourcePath": "${BASE}/a1/src/main/scala/A1.scala",
"startOffset": 21,
"endOffset": 27,
"startLine": 2,
"startColumn": 10,
"endLine": 2,
"endColumn": 16
}
}, {
"message": "method + in class Int is deprecated since 2.13.0: Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"`",
"position": {
"line": 4,
"lineContent": " def x2 = 1 + \"a\"",
"offset": 53,
"pointer": 13,
"pointerSpace": " ",
"sourcePath": "${BASE}/a1/src/main/scala/A1.scala",
"startOffset": 51,
"endOffset": 54,
"startLine": 4,
"startColumn": 11,
"endLine": 4,
"endColumn": 14
}
}, {
"message": "[UnusedTypeParams] maybe unused type param",
"position": {
"line": 5,
"lineContent": " def x3[C]: Int = 3",
"sourcePath": "${BASE}/a1/src/main/scala/A1.scala",
"startLine": 5,
"startColumn": 9,
"endLine": 5,
"endColumn": 10
}
}, {
"message": "[FindHoge] hogehoge",
"position": {
"line": 2,
"lineContent": " case Y2(hoge: Int)",
"sourcePath": "${BASE}/a1/src/main/scala-3/Y.scala",
"startLine": 2,
"startColumn": 10,
"endLine": 2,
"endColumn": 14
}
}, {
"message": "[UnusedTypeParams] maybe unused type param",
"position": {
"line": 5,
"lineContent": " def x3[C]: Int = 3",
"sourcePath": "${BASE}/a1/src/main/scala/A1.scala",
"startLine": 5,
"startColumn": 9,
"endLine": 5,
"endColumn": 10
}
}, {
"message": "[FindHoge] hogehoge",
"position": {
"line": 3,
"lineContent": " def hoge = 3",
"sourcePath": "${BASE}/a1/src/main/scala-2.12/Y.scala",
"startLine": 3,
"startColumn": 6,
"endLine": 3,
"endColumn": 10
}
}, {
"message": "method mapValues in trait MapOps is deprecated (since 2.13.0): Use .view.mapValues(f). A future version will include a strict version of this method (for now, .view.mapValues(f).toMap).",
"position": {
"line": 2,
"lineContent": " def x2[X1, X2](m: Map[X1, X2]) = m.mapValues(a => a)",
"offset": 48,
"pointer": 37,
"pointerSpace": " ",
"sourcePath": "${BASE}/a2/src/test/scala/A2.scala",
"startOffset": 46,
"endOffset": 57,
"startLine": 2,
"startColumn": 35,
"endLine": 2,
"endColumn": 46
}
}, {
"message": "[FindHoge] hogehoge",
"position": {
"line": 5,
"lineContent": " def hoge = \"aaa\"",
"sourcePath": "${BASE}/a2/src/test/scala/A2.scala",
"startLine": 5,
"startColumn": 6,
"endLine": 5,
"endColumn": 10
}
}]