groovy IV: find duplicates inside if, when extracting from GString, place variable...
commit02743ba4bf60144c3afdb6438f3dcca4ed67440e
authorPeter Gromov <peter@jetbrains.com>
Mon, 31 Aug 2009 11:04:57 +0000 (31 15:04 +0400)
committerPeter Gromov <peter@jetbrains.com>
Mon, 31 Aug 2009 11:04:57 +0000 (31 15:04 +0400)
tree3deb987683f82c83e6d92af1293ea9fae16f9a30
parent3131df3355b796b30e35b8afb2e769999f8b9288
groovy IV: find duplicates inside if, when extracting from GString, place variable outside it
plugins/groovy/src/org/jetbrains/plugins/groovy/refactoring/GroovyRefactoringUtil.java
plugins/groovy/src/org/jetbrains/plugins/groovy/refactoring/introduceVariable/GroovyIntroduceVariableBase.java
plugins/groovy/test/org/jetbrains/plugins/groovy/refactoring/introduceVariable/IntroduceVariableTest.java
plugins/groovy/testdata/groovy/refactoring/introduceVariable/duplicatesInsideIf.test [new file with mode: 0644]
plugins/groovy/testdata/groovy/refactoring/introduceVariable/fromGString.test [new file with mode: 0644]
plugins/groovy/testdata/groovy/refactoring/introduceVariable/if1.test