Extended option 'dc4' to handle inlined class references (mainly Eclipse). See IDEA-135387 for an example.

This commit is contained in:
Stiver
2015-03-01 13:51:30 +01:00
parent c3b4a23fdb
commit b3962a09ca
14 changed files with 822 additions and 12 deletions

View File

@@ -137,6 +137,8 @@ public class MethodProcessorRunnable implements Runnable {
ExprProcessor proc = new ExprProcessor();
proc.processStatement(root, cl);
SequenceHelper.condenseSequences(root);
while (true) {
StackVarsProcessor stackProc = new StackVarsProcessor();
stackProc.simplifyStackVars(root, mt, cl);