Closed mdoron closed 7 years ago
Stack trace for example:
Exception in thread "main" java.lang.ArithmeticException: / by zero at B$C.<init>(B.java:9) at B.<init>(B.java:4) at A.<init>(A.java:4) at main.main(main.java:5)
then we don't find line 9 in B.java.
the problem is that we use hashmap without a list what make putting two markers on same file impossible. fixing now.
Done
Stack trace for example:
then we don't find line 9 in B.java.