Commit Graph

424 Commits

Author SHA1 Message Date
anna
619503c1dc find method duplicates: detect duplication even id primitive parameters are modified ( IDEA-54921) 2010-05-14 20:04:57 +04:00
Denis Zhdanov
21c7768447 IDEA-54902 Layout after Change signature is broken
Comment is added
2010-05-14 19:32:25 +04:00
Denis Zhdanov
eb0ac30988 IDEA-54902 Layout after Change signature is broken
Comment is added
2010-05-14 19:32:15 +04:00
Denis Zhdanov
1021aa382c IDEA-54902 Layout after Change signature is broken
Comment is added
2010-05-14 19:31:58 +04:00
Denis Zhdanov
fc53c7faff IDEA-54902 Layout after Change signature is broken
Corresponding test data
2010-05-14 19:09:24 +04:00
Denis Zhdanov
8e5f41d550 IDEA-54902 Layout after Change signature is broken
Corresponding test is added
2010-05-14 19:08:40 +04:00
Denis Zhdanov
59e2870552 IDEA-54295 Unify test data path access for all IDEA tests
Test data requests processing is delegated to PathManagerEx in order to provide uniform access
2010-05-14 13:50:11 +04:00
Denis Zhdanov
97603705e0 IDEA-54295 Unify test data path access for all IDEA tests
'platform-api' is added as dependency in order to delegate test data request processing to it
2010-05-14 13:49:03 +04:00
Denis Zhdanov
68ff3d51dd IDEA-22808 Code formatter near annotations creates odd new line
Corresponding test is added
2010-05-13 16:53:16 +04:00
Denis Zhdanov
b8d5f944de IDEA-54667 Java Formatter: enum declaration in one line
Corresponding test is added
2010-05-13 14:18:41 +04:00
Denis Zhdanov
cb9a805f29 IDEA-54668 Java Formatter: Option 'Do not insert a line between abstract methods'
Dedicated test for abstract methods inside abstract class is added
2010-05-13 13:20:13 +04:00
Denis Zhdanov
6a9fdffbc9 Minor code reformatting 2010-05-13 13:09:01 +04:00
Denis Zhdanov
ec10a80a37 IDEA-54295 Unify test data path access for all IDEA tests
Intermediate test change is removed
2010-05-13 13:08:24 +04:00
Denis Zhdanov
5eae110610 IDEA-54295 Unify test data path access for all IDEA tests
Intermediate commit in order to be able to use TeamCity remote run
2010-05-13 11:49:03 +04:00
Denis Zhdanov
48ac540f8c IDEA-24329 Code formatter incorrectly handle arrays in annotations
Corresponding test is added
2010-05-12 18:43:59 +04:00
Denis Zhdanov
de4e9790d0 IDEA-19328 "Simple blocks on one line" and "Force braces" aren't applied ideally
Corresponding test is added
2010-05-12 16:16:03 +04:00
Denis Zhdanov
de8be3bd7d IDEA-19328 "Simple blocks on one line" and "Force braces" aren't applied ideally
Test data is corrected in accordance with formatting algorithm fixes
2010-05-12 16:15:48 +04:00
anna
4482e47195 introduce parameter object: check real types "are they generic or not" when object's class signature is composed ( IDEA-46182 ) 2010-05-11 20:58:49 +04:00
Denis Zhdanov
a77ca9f4ec IDEA-54765 Code Style -> Order of Members should have extra items for statics
Test data is corrected in order to follow new static vs instance methods ordering policy
2010-05-11 18:28:56 +04:00
Denis Zhdanov
628a434b50 IDEA-54765 Code Style -> Order of Members should have extra items for statics
Test data is corrected in order to follow new static vs instance methods ordering policy
2010-05-11 18:28:39 +04:00
Denis Zhdanov
84c70cec74 IDEA-22020 Align when multiline, method parameters does not align properly with linebreak in modifiers
Corresponding test is added
2010-05-11 18:19:34 +04:00
Denis Zhdanov
0d8beffd0e IDEA-22020 Align when multiline, method parameters does not align properly with linebreak in modifiers
Added ability to run indentation tests
2010-05-11 18:19:12 +04:00
Denis Zhdanov
d030d8ffe1 Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-05-11 15:58:31 +04:00
Denis Zhdanov
6c65d9802e IDEA-54765 Code Style -> Order of Members should have extra items for statics
Test data is corrected in order to follow new static vs instance methods ordering policy
2010-05-11 15:57:42 +04:00
Denis Zhdanov
0d546c389a IDEA-54765 Code Style -> Order of Members should have extra items for statics
Test data is corrected in order to follow new static vs instance methods ordering policy
2010-05-11 15:57:34 +04:00
Denis Zhdanov
1cd4624083 IDEA-54765 Code Style -> Order of Members should have extra items for statics
Test data is corrected in order to follow new static vs instance methods ordering policy
2010-05-11 15:57:23 +04:00
Denis Zhdanov
3555c35a3a IDEA-54765 Code Style -> Order of Members should have extra items for statics
Refactoring-based class members manipulation is corrected
2010-05-11 15:57:10 +04:00
Denis Zhdanov
7764913b9a IDEA-54765 Code Style -> Order of Members should have extra items for statics
Test data is corrected in order to follow new static vs instance methods ordering policy
2010-05-11 15:57:00 +04:00
anna
e860849c8b replace implements with static imports (IDEA-37581): check for supers 2010-05-11 14:42:12 +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
anna
5e7036a74d replace implements with static imports (IDEA-37581) 2010-05-11 14:42:11 +04:00
Maxim Medvedev
5d692db484 Merge branch 'master' into changeSignature 2010-05-11 14:36:06 +04:00
Denis Zhdanov
c9feccea15 IDEA-54765 Code Style -> Order of Members should have extra items for statics
Test data is corrected in order to follow new static vs instance methods ordering policy
2010-05-11 12:39:38 +04:00
anna
2293b5a5a7 extract method: inline output variable if it is returned right after creation ( IDEA-54490 ) 2010-05-06 21:01:23 +04:00
anna
9b301801a6 do not fold parameters if folded expression depends on local variables ( IDEA-54488 ) 2010-05-06 21:01:22 +04:00
Denis Zhdanov
57d758ce9d IDEA-54671 Alignment of Call Arguments does not work.
Corresponding test is added
2010-05-06 18:16:16 +04:00
Denis Zhdanov
02d14c83bb Merge branch 'master' of git@git.labs.intellij.net:idea/community 2010-05-04 15:16:57 +04:00
Denis Zhdanov
183ad9b5ea IDEA-21191 "Code Style --> Blank Lines --> Around class" does not work as expected
Corresponding tests are added
2010-05-04 15:16:19 +04:00
Denis Zhdanov
4b2f3e444a 'Blank lines' tests are moved to the dedicated test class 2010-05-04 14:44:18 +04:00
Denis Zhdanov
8fa000c61a 'Blank lines' tests are moved to the dedicated test class 2010-05-04 14:44:01 +04:00
anna
8b9c2074f0 javadoc reference errors: do not highlight too much - leave valid parts of the reference untouched ( IDEA-36904 ) 2010-05-04 13:21:10 +04:00
anna
ead8b3002a place param tag in class javadoc to the top ( IDEA-25342 ) 2010-05-04 13:21:10 +04:00
Maxim Medvedev
98ddcc8bbb Merge branch 'master' into changeSignature. resolve conflicts 2010-05-01 20:28:05 +04:00
Denis Zhdanov
74ada8fa2f IDEA-19408 Methods in Enums.
Added corresponding tests
2010-04-30 19:41:24 +04:00
Denis Zhdanov
1cd28a7134 IDEA-52305 condensed code formatting for "flying geese" braces
Test for 'flying geese' style has been removed because of requirements change
2010-04-30 19:40:36 +04:00
Denis Zhdanov
0fce801fd6 Initial version.
Contains existing tests moved from old JavaFormatterTest class as a part of activity of grouping java formatting tests by business logic
2010-04-29 18:09:07 +04:00
Denis Zhdanov
c60989342e Couple of tests is moved to specific test classes as a part of activity of grouping java formatting tests by business logic 2010-04-29 18:08:46 +04:00
Denis Zhdanov
715d14ea14 Initial version.
Contains existing tests moved from old JavaFormatterTest class as a part of activity of grouping java formatting tests by business logic
2010-04-29 18:07:50 +04:00
Denis Zhdanov
e20a501658 testBlockOfMethodWithAnnotatedParameter() is moved to this class from old JavaFormatterTest class as a part of activity of grouping java formatting tests by business logic 2010-04-29 18:06:56 +04:00
Denis Zhdanov
b27ff39b82 Renamed from JavaFormattingIndentationTest in order to be consistent with previously used java formatter test name pattern 2010-04-29 18:06:26 +04:00