Extended option 'dc4' to handle inlined class references (mainly Eclipse). See IDEA-135387 for an example.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user