hairy fix for finding return statements via control flow in 'extract method' (IDEADEV...
commitec2d9c812393e736f4c928e6b61ed6c39e78efe4
authorDmitry Jemerov <yole@intellij.com>
Mon, 4 Aug 2008 15:34:58 +0000 (4 19:34 +0400)
committerDmitry Jemerov <yole@intellij.com>
Mon, 4 Aug 2008 15:34:58 +0000 (4 19:34 +0400)
treeefb18d58bbc8d3a6af2fbfad289f9f39595cecaf
parentff0ef1c2c7445bcd8791bfade1e2af1d175fa70a
hairy fix for finding return statements via control flow in 'extract method' (IDEADEV-28830)
refactoring/tests/com/intellij/refactoring/ExtractMethodTest.java
source/com/intellij/psi/controlFlow/ControlFlowAnalyzer.java
source/com/intellij/psi/controlFlow/ControlFlowUtil.java
source/com/intellij/psi/controlFlow/ReturnInstruction.java
testData/refactoring/extractMethod/ReturnFromTry.java [new file with mode: 0644]
testData/refactoring/extractMethod/ReturnFromTry_after.java [new file with mode: 0644]