Push Down: super should not access over hierarchy (IDEA-20816)
commit79cf445952ced6d05b9ccffc8ba6070b1fe09450
authoranna <anna.kozlova@jetbrains.com>
Thu, 28 Jan 2010 16:36:53 +0000 (28 19:36 +0300)
committeranna <anna.kozlova@jetbrains.com>
Fri, 29 Jan 2010 14:07:20 +0000 (29 17:07 +0300)
tree19450720d9ea2398824a7b32383388645d0bbbb8
parentb5bb81cdfdbbe1a0c0d2b965833f8c9e7bc07afe
Push Down: super should not access over hierarchy (IDEA-20816)
java/java-impl/src/com/intellij/refactoring/memberPushDown/PushDownConflicts.java
java/java-tests/testData/refactoring/pushDown/SuperOverHierarchy.java [new file with mode: 0644]
java/java-tests/testData/refactoring/pushDown/SuperOverHierarchy.java.after [new file with mode: 0644]
java/java-tests/testData/refactoring/pushDown/SuperOverHierarchyConflict.java [new file with mode: 0644]
java/java-tests/testData/refactoring/pushDown/SuperOverHierarchyConflict.java.after [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/refactoring/PushDownTest.java