Danila Ponomarenko
|
021ff89aff
|
IDEA-36326 "set" support added
|
2012-05-28 14:55:25 +04:00 |
|
Danila Ponomarenko
|
c152ac976f
|
IDEA-62374 Suggest ternary operation to avoid NPE implemented
|
2012-05-28 14:55:25 +04:00 |
|
Danila Ponomarenko
|
2f9deb86eb
|
IDEA-36326 Quickfix for converting erroneous array access to list access implemented
|
2012-05-25 13:36:01 +04:00 |
|
Danila Ponomarenko
|
ca3ef2eaaa
|
IDEA-31831 Intention aciton: Move initializer to setUp(). Implemented
|
2012-05-21 17:28:26 +04:00 |
|
Maxim.Medvedev
|
764a7bd65c
|
copyright in testdata
|
2012-05-16 12:26:08 +04:00 |
|
Maxim.Medvedev
|
e5b412d4c3
|
'create groovy method from usage' position caret at the beginning of selection
|
2012-05-16 10:45:35 +04:00 |
|
Danila Ponomarenko
|
b77df01a2c
|
RemoveRedundantArgument tests fix
|
2012-05-12 21:07:25 +04:00 |
|
Danila Ponomarenko
|
46c3023f9b
|
IDEA-19519 no 'create getter and setter' and 'create setter' intention for final fields. Also no 'create getter' intention for static final (const) fields
|
2012-05-11 14:40:43 +04:00 |
|
Danila Ponomarenko
|
6b29efe29a
|
IDEA-17535 Quickfix to remove extra argument in method call implemented
|
2012-05-10 17:57:58 +04:00 |
|
Danila Ponomarenko
|
19d5580e34
|
IDEA-16027 implemented
|
2012-05-05 20:14:22 +04:00 |
|
Danila Ponomarenko
|
a653ed878a
|
IDEA-20892 tests added
|
2012-05-05 12:58:00 +04:00 |
|
anna
|
f23764780f
|
create fields from params: fix name for mult params, final modifier fixed (IDEA-84852)
|
2012-04-20 12:21:53 +02:00 |
|
anna
|
3fbf561d6a
|
do not insert annotations when classes are not accessible
|
2012-04-18 16:44:44 +02:00 |
|
anna
|
20b902f626
|
delete assert statements when simplify (IDEA-84527)
|
2012-04-14 14:44:10 +02:00 |
|
anna
|
06a398831d
|
unimplement interface: find ref correctly (IDEA-84554)
|
2012-04-14 13:51:13 +02:00 |
|
Alexey Kudravtsev
|
03152e9fa5
|
IDEA-84307 Useless intention (change Comparator to Comparator)
|
2012-04-10 13:01:54 +04:00 |
|
Alexey Kudravtsev
|
d4ac758388
|
IDEA-84224
|
2012-04-10 12:06:43 +04:00 |
|
Alexey Kudravtsev
|
713aa0a2b0
|
IDEABKL-3891
|
2012-04-06 19:59:08 +04:00 |
|
anna
|
db78c2d427
|
enable create enum constant from switch label statements (IDEA-84054)
|
2012-04-04 16:38:00 +02:00 |
|
anna
|
b68e03ec53
|
hide iterate intention for non expression statements (IDEA-83625)
|
2012-03-28 16:37:48 +02:00 |
|
anna
|
b4c42eb076
|
IDEA-83600: pull up for local classes
|
2012-03-28 13:27:05 +02:00 |
|
anna
|
caf67194d7
|
IDEA-82857 fix javadoc during delegate with default parameter (cherry picked from commit d6ac82f)
|
2012-03-21 18:01:59 +01:00 |
|
anna
|
cf78075c97
|
allow override method suggestions on method name only
|
2012-02-29 12:02:19 +01:00 |
|
anna
|
eab8b8b456
|
make create field from parameter available on the method name
|
2012-02-29 10:38:30 +01:00 |
|
anna
|
d2bacb97be
|
collapse fqn in intention text (IDEA-81839)
|
2012-02-24 16:50:25 +01:00 |
|
anna
|
9c91d9374f
|
add convert switch to if for invalid switch types (IDEA-81580)
|
2012-02-23 11:50:19 +01:00 |
|
Bas Leijdekkers
|
0a71148672
|
Improve quickfix to replace += operator with StringBuilder on left hand side with append() call
now works on java.lang.Appendable and splits concatenated strings into separate append calls
|
2012-02-22 16:57:49 +01:00 |
|
anna
|
7e2db60abd
|
create constructor parameter from field: suggest to choose fields to create parameters from (IDEA-76417);
insert parameters in "fields" order (IDEA-81634)
|
2012-02-21 20:56:16 +01:00 |
|
anna
|
d47214a173
|
testdata fixed to exclude copyright
|
2012-02-21 14:07:38 +01:00 |
|
anna
|
5bffdd267c
|
testdata fixed to exclude copyright
|
2012-02-21 13:49:39 +01:00 |
|
anna
|
1188b58704
|
do not loose array dimension expressions when converting array types; move caret and selection only in case when no expressions were detected
|
2012-02-21 12:18:20 +01:00 |
|
anna
|
2471e079a8
|
rename: override instead of implement for non-abstract methods
|
2012-02-21 12:18:19 +01:00 |
|
Bas Leijdekkers
|
0d73811b02
|
EA-33799 (IOE: PsiJavaParserFacadeImpl.createExpressionFromText)
|
2012-02-18 15:08:14 +01:00 |
|
anna
|
8e7b3a443c
|
add explicit type parameters available for conditional expr (IDEA-1179)
|
2012-02-17 21:38:34 +01:00 |
|
anna
|
3fbf03363e
|
testdata fixed
|
2012-02-14 10:36:59 +01:00 |
|
anna
|
cb0442de53
|
IDEA-76599 Quickfix to change a double literal to a float literal
|
2012-02-10 14:15:09 +01:00 |
|
anna
|
d6fbbdfe30
|
allow to override non-abstract methods (IDEA-69772)
|
2012-02-09 18:51:13 +01:00 |
|
anna
|
b13cd651dc
|
do not insert initial method comments in delegate with default param value (IDEA-81106)
|
2012-02-09 18:51:11 +01:00 |
|
anna
|
45654bcffd
|
change signature from usage: new param place: provide reverse based signature transformation when not the same (IDEA-70552)
|
2012-02-09 18:51:11 +01:00 |
|
Anna Kozlova
|
24ec63e74e
|
iterate over: correct offset to detect template applicability
|
2012-02-02 21:17:52 +04:00 |
|
anna
|
2679bf2acb
|
suggest to delete type arguments when they are not expected (IDEA-79300)
|
2012-01-18 11:47:48 +01:00 |
|
anna
|
f63576f878
|
create constructor matching super: insert braces when no present (IDEA-77194)
|
2012-01-13 21:33:58 +01:00 |
|
anna
|
c3ce1ae00f
|
insert same notnull annotation as exist on the existing field (IDEA-79436)
|
2011-12-29 15:43:49 +01:00 |
|
anna
|
4f513cbd94
|
EA-31069 - assert: RefactoringUtil.getChainedConstructor
|
2011-12-28 16:01:34 +01:00 |
|
anna
|
60d4f42363
|
constructor parameters from fields: sort params in fields order
|
2011-12-26 18:55:17 +01:00 |
|
anna
|
44ecd52b97
|
change variable type from assignment: change method signature when variable is a parameter (IDEA-71674)
|
2011-12-16 08:47:17 +01:00 |
|
anna
|
99f4b3a821
|
try to infer types before check for applicability (IDEA-68986)
(cherry picked from commit d8bbd5c1b70135cd1eee5215dd2bffaf6d16e905)
|
2011-12-06 10:37:40 +01:00 |
|
anna
|
c0a54042f2
|
disable on demand static import for private classes (IDEA-74951)
|
2011-11-23 14:11:30 +01:00 |
|
anna
|
c2f6991ffd
|
skip fields with initializer when generate constructor parameters; also skip static fields without initializer (IDEA-76621)
|
2011-11-13 18:58:28 +01:00 |
|
anna
|
ac9fe766c4
|
EA-31560 - IOE: PsiJavaParserFacadeImpl.createExpressionFromText
|
2011-11-11 10:34:56 +01:00 |
|