Linenumber in stacktrace is incorrect
Cannot get method's line number. for example: at java.lang.ClassLoader.loadClass(ClassLoader.java:293) at PowerTest.main(PowerTest.java) // <- This class has LineNumberTable attribute.
The cause of this problem is in ClassFile perser. I'll fix it.
Cannot get method's line number. for example: at java.lang.ClassLoader.loadClass(ClassLoader.java:293) at PowerTest.main(PowerTest.java) // <- This class has LineNumberTable attribute.