TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

BUG: No identification of two lines in the same file in Extractor #132

Closed mdoron closed 7 years ago

mdoron commented 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.

mdoron commented 7 years ago

the problem is that we use hashmap without a list what make putting two markers on same file impossible. fixing now.

mdoron commented 7 years ago

Done