Commit Graph
22 Commits
Author SHA1 Message Date
Anna Kozlova 25d3334300 move member: restore qualifier in switch labels for non-enum constants (IDEA-147539) 2015-11-06 16:21:29 +01:00
Yaroslav Lepenkin 896ec1edde corrected test data of "MoveMembersTest#testscr40064", due to introducing "initializer block" arrangement entry and providing changes in default arrangement configuration (98b4ec4), instance and static fields are now placed before instance initializer blocks (default order: "static fields", "static initializers", "fields", "instance initializers") 2014-10-28 14:33:56 +04:00
Anna Kozlova 4dd9e672c6 method refs: move method inside class with method ref usage (EA-57734 - IOE: PsiReferenceExpressionBase.setQualifierExpression) 2014-06-30 20:45:06 +02:00
anna 247da91acb testdata fixed 2013-10-22 16:13:29 +02:00
anna 7b3af34395 move static: correctly process ambiguity between moved members (IDEA-114908) 2013-10-22 12:51:38 +02:00
Anna Kozlova 51d1724196 move members: qualify moved string switch labels on constant move (IDEA-109272) 2013-06-20 13:37:11 +04:00
Anna Kozlova 3d8ba2a639 move members: conflict when move final field without initializer (IDEA-83353) 2013-06-05 12:34:48 +04:00
anna bca1f12e1e move members: no need to align according to nested classes (IDEA-106175) 2013-04-25 14:14:50 +02:00
anna 599a28d446 move static to interface (IDEA-105844) 2013-04-22 13:55:13 +02:00
anna f00cc9d530 move members: support for move dependant members (IDEA-102024) 2013-02-28 15:04:44 +01:00
anna 5516da73c7 move members: update static imports when methods are overridden (IDEA-93741) 2012-10-26 16:32:06 +02:00
anna 75335192ab move static members: correct result ref (IDEA-93582) 2012-10-25 15:52:43 +02:00
Anna Kozlova 104ba933e6 testdata fixed? 2012-08-09 12:03:02 +04:00
Anna Kozlova 680584dc92 move members: restore anchors 2012-08-08 21:34:41 +04:00
anna 14710359c5 move members: escalate visibility fix in case of overloaded methods (IDEA-81323) 2012-02-14 10:30:01 +01:00
anna d6970bc9b3 restore escalate visibility for moved members 2011-09-09 10:54:32 +02:00
anna 873c9c562e move members: do not escalate visibility when usages are moved together (IDEA-70796 ) 2011-06-21 18:30:27 +04:00
anna ad87ed290e move as enum: strip enum qualifiers in case statements 2010-06-09 17:32:57 +04:00
anna 24c6e0bfa5 move inner to interface: strip static modifier 2010-02-11 17:56:26 +03:00
anna a9a8372082 move static members with static non-demand imports to preseve non-demand (IDEADEV-40862) 2009-10-19 21:31:57 +04:00
Anna Kozlova 39f93426e2 move members: show conflict if non-final field is moved to interface 2009-09-17 21:10:31 +04:00
Dmitry Jemerov f3d10757e9 test++ 2009-09-11 16:24:07 +04:00