clean up, to make old classes unneccessary

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@25 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent ceaf716503
commit fe217fd8ac
  1. 13
      jode/jode/decompiler/CodeAnalyzer.java

@ -104,17 +104,8 @@ public class CodeAnalyzer implements Analyzer, Constants {
// new CreateNewConstructor(), // new CreateNewConstructor(),
// new CombineIfGotoExpressions(), // new CombineIfGotoExpressions(),
// new CreateIfThenElseOperator(), // new CreateIfThenElseOperator(),
// new CreateConstantArray() // new CreateConstantArray(),
}; // new SimplifyExpression()
static Transformation[] simplifyTrafos = { new SimplifyExpression() };
static Transformation[] blockTrafos = {
new CreateDoWhileStatements(),
new CreateTryCatchStatements(),
new CreateIfStatements(),
new CreateBreakStatement(),
new CreateWhileStatements(),
new CreateSwitchStatements()
}; };
public void analyze() public void analyze()

Loading…
Cancel
Save