AutoRefactor icon indicating copy to clipboard operation
AutoRefactor copied to clipboard

New refactoring - Reduce variable scope

Open JnRouvignac opened this issue 12 years ago • 2 comments

This will certainly require building a Control Flow Graph to do some variable analysis. It would be nice to build the CFG without looking at the IBinding's to avoid the need to dump then reload the whole tree each time a change is made.

JnRouvignac avatar Mar 04 '13 23:03 JnRouvignac

Depends on issue #32.

JnRouvignac avatar Apr 25 '13 14:04 JnRouvignac

Tests samples exists and are committed, but the refactoring itself is not implemented yet. The refactoring is dependent on issue #93.

JnRouvignac avatar May 06 '15 05:05 JnRouvignac