Denis.Zhdanov
cbd0fe4e8e
IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
...
Test data is updated
2012-09-06 13:21:42 +04:00
Denis.Zhdanov
e76b02dc4e
IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
...
1. Arrangement API provides 'dependent entries' concept now;
2. Java static and instance initialization blocks are defined to be 'dependent arrangement entries';
3. Corresponding tests are added;
4. Default java arrangement rules are expanded in order to preserve old 'generated class members order';
5. Test data is corrected;
2012-09-06 13:21:41 +04:00
Denis.Zhdanov
4a4aa01505
IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
...
1. 'Constructor' entry type is defined and supported at java rearranger;
2. Test data fixes;
2012-09-06 13:21:41 +04:00
anna
e8ccd03fa2
extract method object: order moved methods by usages; write access (IDEA-78847)
2011-12-14 12:59:29 +01:00
anna
1793a5ad90
extract method object from anonymous class: update method call site when context should be changed; do not change call site though
2011-10-11 15:13:05 +02:00
anna
b4a99e051b
correct field/getters naming in extract method object (EA-26268 - assert: ExtractMethodObjectProcessor.b)
2011-04-15 20:24:51 +02:00
anna
35a7143b52
extract method object: do not process inner classes return statements (IDEA-63806)
2011-01-14 17:42:55 +01:00
anna
58c376fcde
extract method object from expression: declare necessary variables after call to replace invoke() with correct getter
2010-12-29 16:21:13 +03:00
anna
0c79b901e1
extract method object: created object name should be unique (suggestion)
2010-11-15 16:54:59 +03:00
Alexey Kudravtsev
221d0c527e
Application.assertWriteAccess does really assert in tests,
...
tests now run in EDT
2010-10-25 15:04:08 +04:00
anna
62cc6669be
refactorings optimization: optimize imports extracted outof write action
2010-06-21 17:28:02 +04:00
anna
8be6b22b0a
extract method object: conditional exit; nullable check should be processed separately ( IDEA-52452 )
2010-05-11 14:42:12 +04:00
Dmitry Jemerov
571ab0fc93
test++
2009-09-10 20:25:31 +04:00