java decompiler with save line numbers in actual physical position

qwazer picture qwazer · Apr 29, 2011 · Viewed 11.1k times · Source

Many IDE's debugger match the physical line number. I'm looking for java decompiler with saving actual line number in decompiling code.

http://java.decompiler.free.fr/ is not one.

Answer

mchr picture mchr · Jul 10, 2012

I have released a companion plugin to JD Eclipse which fixes the line numbers issue and makes it easier to switch between real and decompiled source: http://mchr3k-coding.blogspot.co.uk/2012/07/realignment-for-jd-eclipse.html