Disable variable merging

This tightens the scope of variables, which is nicer for readability -
particularly as Fernflower likes sticking variable declarations in the
middle of long if/else chains.
master
Graham 5 years ago
parent e4d2d24f9b
commit 4aa496dff8
  1. 2
      src/org/jetbrains/java/decompiler/modules/decompiler/vars/VarVersionsProcessor.java

@ -40,7 +40,7 @@ public class VarVersionsProcessor {
typeProcessor.calculateVarTypes(root, graph);
simpleMerge(typeProcessor, graph, method);
//simpleMerge(typeProcessor, graph, method);
// FIXME: advanced merging

Loading…
Cancel
Save