anna
|
370ea04931
|
AIOOBE (17122)
|
2009-11-12 19:06:34 +03:00 |
|
anna
|
11373491d2
|
inline superclass: process default/implicit constructors (IDEADEV-41326)
|
2009-11-12 19:06:31 +03:00 |
|
anna
|
1347a2332e
|
introduce parameter object: add setters/getters, fix visibility for existing class
|
2009-11-03 19:31:40 +03:00 |
|
anna
|
e4664b62ca
|
extract super class: pull up implements/extends
|
2009-10-29 18:25:45 +03:00 |
|
anna
|
d2ba61a99e
|
check for list size: skiped varargs parameter (16666)
|
2009-10-29 12:40:06 +03:00 |
|
anna
|
876dc8587e
|
do not flag dead code if custom JUnit runner is used (IDEA-25444)
|
2009-10-29 12:40:03 +03:00 |
|
peter
|
50da4c1d5a
|
make complete-statement-completion smart-wrap constructor arguments (IDEADEV-41023)
|
2009-10-28 22:48:21 +00:00 |
|
peter
|
b29804d2bf
|
preserve method call parameters when selecting with tab
|
2009-10-28 22:48:21 +00:00 |
|
anna
|
6383243722
|
pull up: do not rise a conflict if pulled method uses method which would be pulled as abstract (IDEADEV-40999)
|
2009-10-27 12:23:57 +03:00 |
|
anna
|
d58e748cba
|
encapsulate fields: tests
|
2009-10-27 12:23:56 +03:00 |
|
anna
|
3973debce5
|
show conflicts unification;
encapsulate fields: rise conflicts; tests
|
2009-10-27 12:23:55 +03:00 |
|
peter
|
81e863bdfd
|
WordCompletionTest->community
|
2009-10-26 17:13:32 +00:00 |
|
Alexey Kudravtsev
|
fa0c0ebf66
|
tests fix
|
2009-10-23 10:49:54 +04:00 |
|
anna
|
58ccc4c14b
|
try to find referenced member inside inner class if failed try enclosing (IDEADEV-40929)
|
2009-10-21 13:38:35 +04:00 |
|
anna
|
a4a26e7c4f
|
check super call is still meaninfull after inline method (IDEADEV-39914)
|
2009-10-21 13:38:32 +04:00 |
|
anna
|
c4406cca52
|
safe delete of enum constructor parameter (IDEA-22853)
|
2009-10-21 13:38:32 +04:00 |
|
anna
|
113efc1bd8
|
push down: static import preserve (IDEADEV-33557)
|
2009-10-19 21:31:57 +04: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
|
29ad3e617c
|
extract method: break&continue statements inside selected cycle should not treated as exit statements from method
|
2009-10-19 21:31:55 +04:00 |
|
peter
|
98e865fe67
|
VariablesCompletionTest -> community
|
2009-10-15 19:04:17 +01:00 |
|
peter
|
5b6d7557a1
|
move jsp smart completion test back into ultimate
|
2009-10-15 19:04:16 +01:00 |
|
peter
|
fc5b2909d7
|
CompletionStyleTest -> community
|
2009-10-15 19:04:15 +01:00 |
|
peter
|
d41d5eecbb
|
CustomFileTypeCompletionTest -> community
|
2009-10-15 19:04:15 +01:00 |
|
peter
|
3d76ccc31a
|
ClassNameCompletionTest -> community
|
2009-10-15 19:04:14 +01:00 |
|
peter
|
4c2eb97ca9
|
completion sorting tests -> community
|
2009-10-15 19:04:13 +01:00 |
|
peter
|
652ed5c055
|
dot & keyword completion tests -> community
|
2009-10-15 19:04:13 +01:00 |
|
peter
|
2635f32a99
|
basic completion tests -> community
|
2009-10-15 13:07:59 +01:00 |
|
peter
|
719c0163cb
|
smart completion tests -> community
|
2009-10-15 12:33:57 +01:00 |
|
anna
|
e231832402
|
empty method: do not warn if sync was added (IDEADEV-40820)
|
2009-10-13 12:33:04 +04:00 |
|
anna
|
d7af310c3a
|
inline superclass: non empty super constructor - field initialization (IDEADEV-40788)
|
2009-10-13 12:33:03 +04:00 |
|
anna
|
55b6139dff
|
sort out field initializers
|
2009-10-12 10:47:41 +04:00 |
|
anna
|
6400ea7cb0
|
pull up: move field initialization block if possible (IDEADEV-40576)
|
2009-10-08 20:50:58 +04:00 |
|
anna
|
784d38ddbf
|
inline: add inferred type arguments after inline if needed (IDEADEV-35430)
|
2009-10-08 20:50:57 +04:00 |
|
anna
|
40a6a2a24c
|
push down: qualify this statement (IDEADEV-38933)
|
2009-10-08 11:47:58 +04:00 |
|
anna
|
d7da82925e
|
use interface where possible: ignore right hand of assignment type argument (IDEADEV-39117)
|
2009-10-08 11:47:56 +04:00 |
|
anna
|
9a371530d8
|
extract superclass: substitute generics in created constructors (IDEADEV-40723)
|
2009-10-08 11:47:55 +04:00 |
|
anna
|
6dd60065a9
|
inline: support for {} array initializer signature (IDEADEV-40588)
|
2009-10-06 19:59:55 +04:00 |
|
Dmitry Jemerov
|
1281f5a553
|
real names of cls parameters
|
2009-10-05 21:06:10 +04:00 |
|
anna
|
3ae9ca0c2c
|
profiles: ignore empty files
|
2009-09-30 15:58:13 +04:00 |
|
nik
|
95ca96cce5
|
fixed tests on linux - 3
|
2009-09-30 14:52:58 +04:00 |
|
Dmitry Jemerov
|
9d2c56074f
|
moving tests to CE
|
2009-09-25 21:34:06 +04:00 |
|
Dmitry Jemerov
|
a6d19ca1cb
|
moving tests to CE
|
2009-09-25 21:32:24 +04:00 |
|
Dmitry Jemerov
|
6b7a2dc8c4
|
moving tests to CE
|
2009-09-25 21:30:27 +04:00 |
|
Dmitry Jemerov
|
4c0f33ef3b
|
moving tests to CE
|
2009-09-25 21:28:29 +04:00 |
|
Dmitry Jemerov
|
612966f758
|
moving tests to CE
|
2009-09-25 21:27:33 +04:00 |
|
Dmitry Jemerov
|
be563a6e3d
|
moving tests to CE
|
2009-09-25 21:26:00 +04:00 |
|
Dmitry Jemerov
|
25140c5070
|
moving tests to CE
|
2009-09-25 21:25:16 +04:00 |
|
Dmitry Jemerov
|
82276bad7d
|
moving tests to CE
|
2009-09-25 21:24:02 +04:00 |
|
Dmitry Jemerov
|
3f622aa4ab
|
moving tests to CE
|
2009-09-25 21:08:51 +04:00 |
|
Dmitry Jemerov
|
19e9b897aa
|
moving tests to CE
|
2009-09-25 21:07:37 +04:00 |
|