IDEA-140321 Wrong current line highlighting when debugging synchronized block in decompiled code
This commit is contained in:
@@ -6,8 +6,9 @@ import java.lang.Runnable;
|
||||
public class TestSynchronizedMapping {
|
||||
public int test(int a) {
|
||||
synchronized (this) {
|
||||
return a++;
|
||||
a++;
|
||||
}
|
||||
return a++;
|
||||
}
|
||||
|
||||
public void test2(String a) {
|
||||
|
||||
Reference in New Issue
Block a user