使用反编译的代码作为jar包源码进行调试时,经常会遇到的情况是反编译后的源码之在注释里包含行号,但是与代码所在行经常对应不上.这个时候,就有必要对代码进行对齐了. public class Reorg { public static void main(String[] args) throws IOException { File file = new File("D:\\OpenSource\\lib\\framework\\frameworkTest"); doReorg(f
In mathematics you always keep your equals lined up directly underneath the one above. It keeps it clean and lets you know you're working on the same problem, for example: y = 2x y/2 = x Programming is slightly different. We often have a lot of assig