Extract Interface/Pull Up: Warn about private members with usages in the original class

#KT-15606 Fixed
This commit is contained in:
Alexey Sedunov
2017-01-11 15:46:35 +03:00
parent 1c16d2af1a
commit 65b9049d59
14 changed files with 127 additions and 10 deletions
+1
View File
@@ -481,6 +481,7 @@ These artifacts include extensions for the types available in the latter JDKs, s
- [`KT-15607`](https://youtrack.jetbrains.com/issue/KT-15607) Extract Interface/Pull Up: Disable internal/protected members when moving to an interface
- [`KT-15640`](https://youtrack.jetbrains.com/issue/KT-15640) Extract Interface/Pull Up: Drop 'final' modifier when moving to an interface
- [`KT-15639`](https://youtrack.jetbrains.com/issue/KT-15639) Extract Superclass/Interface/Pull Up: Add spaces between 'abstract' modifier and annotations
- [`KT-15606`](https://youtrack.jetbrains.com/issue/KT-15606) Extract Interface/Pull Up: Warn about private members with usages in the original class
#### Intention actions, inspections and quickfixes