resym icon indicating copy to clipboard operation
resym copied to clipboard

Order the output with line information

Open ThePixelGamer opened this issue 3 years ago • 1 comments

The generated output seems to be sorting the fields and methods independently from each other.

ThePixelGamer avatar Jun 17 '22 17:06 ThePixelGamer

Hi! That's right, fields and methods are grouped "manually" in a logical manner that do not represent the original source code's layout. That's an interesting point, it'd be great indeed to see if line number information can be used to enhance the fidelity of the reconstruction. 👍

ergrelet avatar Jun 18 '22 11:06 ergrelet