Fix wrong line numbers in some cases by kuznet1 · Pull Request #492 · jboss-javassist/javassist (original) (raw)

Before this patch map was lineNum -> pc, now is pc -> lineNum (swap key & value), so for one pc can be only one lineNumber

I understood this. If so, can you revise the description (and title?) of this pull req? Furthermore, does the test case check this problem?