inline parameter: assignment to local variable between its declaration and the call...
commit2d7473841bf497dd2a8eb2371444103aef8813aa
authoranna <anna.kozlova@jetbrains.com>
Thu, 11 Feb 2010 14:54:13 +0000 (11 17:54 +0300)
committeranna <anna.kozlova@jetbrains.com>
Thu, 11 Feb 2010 14:56:33 +0000 (11 17:56 +0300)
tree4f2f700fd5b7e5f34d9b33644b11db627f927468
parent208129c56bda495d150ec56945ccbb73a5755934
inline parameter: assignment to local variable between its declaration and the call causes the incompilable code (IDEA-52164)
java/java-impl/src/com/intellij/refactoring/inline/InlineParameterExpressionProcessor.java
java/java-tests/testData/refactoring/inlineParameter/WriteAccess.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/refactoring/inline/InlineParameterTest.java