anna
|
b594f2d5a7
|
introduce field: selected type should be used instead of local variable type
|
2010-05-21 11:40:03 +04:00 |
|
anna
|
6af63745e1
|
method duplicates: pass array 2 vararg method call ( IDEA-53635)
|
2010-05-21 10:03:11 +04:00 |
|
Denis Zhdanov
|
dde1392157
|
IDEA-42167 Reformat code works wrong
Test data is revised in accordance with corrected algorithm
|
2010-05-20 15:12:31 +04:00 |
|
Denis Zhdanov
|
89cebd04fd
|
IDEA-53778 Indent in a method body shouldn't be defined by indent of the method comment
Corresponding test is added
|
2010-05-20 13:52:29 +04:00 |
|
Denis Zhdanov
|
93f58eb29d
|
IDEA-55132 Provide ability to setup formatter to use indents relative to expression start
Corresponding test is added
|
2010-05-20 11:01:40 +04:00 |
|
Denis Zhdanov
|
6ba5ba6e11
|
Added method for convenient access to indentation options from formatter tests
|
2010-05-20 10:58:42 +04:00 |
|
Denis Zhdanov
|
56ee289a91
|
IDEA-42167 Reformat code works wrong
Test data is revised in accordance with corrected algorithm
|
2010-05-18 12:52:18 +04:00 |
|
Denis Zhdanov
|
b08019d050
|
IDEA-42167 Reformat code works wrong
Corresponding test is added
|
2010-05-18 12:51:32 +04:00 |
|
Denis Zhdanov
|
96647b4754
|
IDEA-53013 Allignment of multiline parenthesis
Corresponding test is added
|
2010-05-18 12:11:33 +04:00 |
|
Denis Zhdanov
|
eb6d106fd7
|
IDEA-53013 Allignment of multiline parenthesis
Test data is corrected in accordance with revised algorithm
|
2010-05-18 12:11:03 +04:00 |
|
Denis Zhdanov
|
519d20d519
|
IDEA-52127 A formatter option to force spaces after unary operators like "!"
Corresponding test is added
|
2010-05-18 10:38:56 +04:00 |
|
Denis Zhdanov
|
05738710ab
|
IDEA-54295 Unify test data path access for all IDEA tests
Test data access is refined
|
2010-05-18 10:08:25 +04:00 |
|
Denis Zhdanov
|
34b8654c94
|
Couple of tests moved from old JavaFormatterTest class to fine-grained test classes
|
2010-05-18 09:52:31 +04:00 |
|
Denis Zhdanov
|
dc691bc1a1
|
IDEA-54746 "Blank Lines" -> "After class header" not applied to anonymous classes
The test is removed because it duplicates JavaFormatterBlankLinesTest.testAroundClassHeader()
|
2010-05-18 09:45:10 +04:00 |
|
Denis Zhdanov
|
13ce9df203
|
Merge branch 'master' of git@git.labs.intellij.net:idea/community
|
2010-05-17 18:30:36 +04:00 |
|
Denis Zhdanov
|
a10737636e
|
IDEA-54747 Add "Before method implementation" to "Blank Lines"
Dedicated test is added
|
2010-05-17 18:29:39 +04:00 |
|
Denis Zhdanov
|
dd3bf5de64
|
IDEA-54746 "Blank Lines" -> "After class header" not applied to anonymous classes
Corresponding test is added
|
2010-05-17 18:07:06 +04:00 |
|
peter
|
c9db4a5d12
|
IDEA-54459 Smart type completion for anonymous class after 'new' inserts '{}' inside '()' if the class has two generic parameters
|
2010-05-17 14:54:27 +01:00 |
|
Denis Zhdanov
|
2ff3e76fa6
|
IDEA-31681 Code style - allow spaces between generic parameters/variables to be specified
More self-explaining name is given to the target test
|
2010-05-17 17:13:14 +04:00 |
|
Denis Zhdanov
|
cf2906f19b
|
IDEA-31681 Code style - allow spaces between generic parameters/variables to be specified
Corresponding test is added
|
2010-05-17 17:11:46 +04:00 |
|
Denis Zhdanov
|
2434cb367f
|
Merge branch 'master' of git@git.labs.intellij.net:idea/community
|
2010-05-17 10:25:12 +04:00 |
|
anna
|
0007ada693
|
extract method: reduce varargs to component type when weaker return type is prepared ( IDEA-54953 )
|
2010-05-14 20:04:59 +04:00 |
|
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 |
|