IDEA-151861 ExtractMethodObject should not move static methods into created inner...
authorEgor.Ushakov <egor.ushakov@jetbrains.com>
Fri, 26 Feb 2016 17:00:12 +0000 (20:00 +0300)
committerEgor.Ushakov <egor.ushakov@jetbrains.com>
Fri, 26 Feb 2016 17:01:51 +0000 (20:01 +0300)
commitbcfc1fe10fccb6aa05f762cc66cc4199de3b72a5
tree4647939ec70f57aab99119796ca13f5469e12ef0
parentcb57b1027c190abfb2e438d15658a139c0f69388
IDEA-151861 ExtractMethodObject should not move static methods into created inner class
java/java-impl/src/com/intellij/refactoring/extractMethodObject/ExtractMethodObjectProcessor.java
java/java-tests/testData/refactoring/extractMethodObject/WithPrivateStaticMethodUsed.java [new file with mode: 0644]
java/java-tests/testData/refactoring/extractMethodObject/WithPrivateStaticMethodUsed.java.after [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/refactoring/ExtractMethodObjectTest.java