File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- -- [E183 ] Potential Issue Error: tests/neg/17284.scala:4:6 -------------------------------------------------------------
1
+ -- [E187 ] Potential Issue Error: tests/neg/17284.scala:4:6 -------------------------------------------------------------
2
2
4 | 451.synchronized {} // error
3
3
| ^^^^^^^^^^^^^^^^
4
4
| Suspicious synchronized call on boxed class
8
8
| You called the synchronized method on a boxed primitive. This might not be what
9
9
| you intended.
10
10
---------------------------------------------------------------------------------------------------------------------
11
- -- [E183 ] Potential Issue Error: tests/neg/17284.scala:8:4 -------------------------------------------------------------
11
+ -- [E187 ] Potential Issue Error: tests/neg/17284.scala:8:4 -------------------------------------------------------------
12
12
8 | x.synchronized {} // error
13
13
| ^^^^^^^^^^^^^^
14
14
| Suspicious synchronized call on boxed class
18
18
| You called the synchronized method on a boxed primitive. This might not be what
19
19
| you intended.
20
20
---------------------------------------------------------------------------------------------------------------------
21
- -- [E183 ] Potential Issue Error: tests/neg/17284.scala:11:7 ------------------------------------------------------------
21
+ -- [E187 ] Potential Issue Error: tests/neg/17284.scala:11:7 ------------------------------------------------------------
22
22
11 | true.synchronized {} // error
23
23
| ^^^^^^^^^^^^^^^^^
24
24
| Suspicious synchronized call on boxed class
Original file line number Diff line number Diff line change 20
20
| resolved to calls on Predef or on imported methods. This might not be what
21
21
| you intended.
22
22
--------------------------------------------------------------------------------------------------------------------
23
- -- [E183 ] Potential Issue Error: tests/neg/i17266.scala:22:4 -----------------------------------------------------------
23
+ -- [E187 ] Potential Issue Error: tests/neg/i17266.scala:22:4 -----------------------------------------------------------
24
24
22 | 1.synchronized { // error
25
25
| ^^^^^^^^^^^^^^
26
26
| Suspicious synchronized call on boxed class
You can’t perform that action at this time.
0 commit comments