Valentin Kipyatkov
|
d1de2f65c9
|
Rewritten AddOperatorModifierInspection to be based on an intention (shouldn't we drop the inspection at all?)
|
2015-10-19 09:43:12 +03:00 |
|
Alexey Sedunov
|
ad929a6577
|
Unit Test Tooling: Implement "Create Test" action
#KT-6472 In Progress
|
2015-10-11 01:13:41 +03:00 |
|
Dmitry Jemerov
|
86a01a9a0d
|
update Java usages when adding 'const' modifier; make the action available as intention
|
2015-09-25 19:14:53 +02:00 |
|
Dmitry Jemerov
|
4e7236529c
|
"move assignment to initializer" quickfix for assigning to properties in constructors/init blocks
|
2015-09-25 18:25:37 +02:00 |
|
Dmitry Jemerov
|
e1acc8744d
|
"introduce backing property" intention
|
2015-09-25 18:25:37 +02:00 |
|
Dmitry Jemerov
|
4ca434da54
|
remove support for 'trait' keyword
|
2015-09-22 15:00:24 +02:00 |
|
Alexey Sedunov
|
33c93eb4a9
|
Move Declarations: Add intention which moves top-level declaration to the separate file in the same directory and package
#KT-4936 Fixed
|
2015-09-11 02:20:38 +03:00 |
|
Valentin Kipyatkov
|
4717b17418
|
Inspection & fix for redundant supertype qualification
|
2015-08-27 23:21:22 +03:00 |
|
Valentin Kipyatkov
|
6339ad4ec6
|
Added inspection based on RemoveForLoopIndicesIntention
|
2015-07-21 14:59:22 +03:00 |
|
Valentin Kipyatkov
|
9ad04a1a26
|
Merge branch 'master' into ElliotM-for-loop-indices
|
2015-07-21 11:25:49 +03:00 |
|
Valentin Kipyatkov
|
bfdc74ce74
|
Intention&inspection to use synthetic property instead of get/set method call
|
2015-07-16 13:49:15 +03:00 |
|
Dmitry Jemerov
|
7f3f834011
|
Merge branch 'for-loop-indices' of https://github.com/ElliotM/kotlin into ElliotM-for-loop-indices
|
2015-07-02 13:14:19 +02:00 |
|
Valentin Kipyatkov
|
2206459874
|
Initial implementation of KT-7688 Intention action to iterate over iterable value
#KT-7688 Fixed
|
2015-06-29 19:31:21 +03:00 |
|
Valentin Kipyatkov
|
46ad1b8573
|
"Remove argument name" intention
|
2015-06-29 19:29:26 +03:00 |
|
Valentin Kipyatkov
|
9d83510af5
|
KT-7144 Intention action on an argument in a call to use named arguments form
#KT-7144 Fixed
|
2015-06-29 19:29:25 +03:00 |
|
Valentin Kipyatkov
|
2203fb3231
|
Renamed intention class
|
2015-06-11 23:30:22 +03:00 |
|
Valentin Kipyatkov
|
ec5256a0f0
|
DeprecatedCallableAddReplaceWithIntention
|
2015-05-27 16:15:50 +03:00 |
|
Valentin Kipyatkov
|
181af17315
|
KT-7704 Intention actions on visibility modifier for quick changing it
#KT-7704 Fixed
|
2015-05-14 01:10:11 +03:00 |
|
Valentin Kipyatkov
|
102aa661ee
|
Moved intention based inspection classes to their intention classes + some renames
|
2015-05-14 01:10:08 +03:00 |
|
Valentin Kipyatkov
|
11812a9ece
|
Renamed some intentions + test data dirs
|
2015-05-14 01:10:05 +03:00 |
|
Valentin Kipyatkov
|
5491523f05
|
Renamed intention class
|
2015-05-14 01:10:03 +03:00 |
|
Valentin Kipyatkov
|
2d90ee5cad
|
Split SpecifyTypeExplicitly intention into two + refactored them completely
|
2015-05-14 01:00:25 +03:00 |
|
Valentin Kipyatkov
|
05b6181d20
|
Renamed intention
|
2015-05-14 01:00:24 +03:00 |
|
Valentin Kipyatkov
|
475a361b32
|
Renamed intention
|
2015-05-14 01:00:24 +03:00 |
|
Valentin Kipyatkov
|
bab4ae3879
|
Refactored ReplaceWithOperatorAssignIntention
|
2015-05-14 01:00:23 +03:00 |
|
Valentin Kipyatkov
|
73f764abd0
|
Minor changes on code review
|
2015-05-02 14:03:26 +03:00 |
|
Valentin Kipyatkov
|
d1afff1612
|
Renamed intention
|
2015-05-02 14:03:25 +03:00 |
|
Valentin Kipyatkov
|
1b7ac6bb02
|
Renamed intention to more clear name
|
2015-05-02 14:03:25 +03:00 |
|
Valentin Kipyatkov
|
186dd5454d
|
Added inspection based on IfNullToElvisIntention + moved intention based inspections into one file
|
2015-05-02 14:03:24 +03:00 |
|
Valentin Kipyatkov
|
65d59467a8
|
Renamed intention
|
2015-05-02 14:03:23 +03:00 |
|
Valentin Kipyatkov
|
3b87869bf7
|
ReconstructTypeInCastOrIsIntention - refactored
|
2015-05-02 14:03:22 +03:00 |
|
Valentin Kipyatkov
|
f1fa33548a
|
"Make types explicit in lambda" intention renamed to "Specify explicit lambda signature"
|
2015-05-02 14:03:21 +03:00 |
|
Alexey Sedunov
|
d096e74c10
|
Move: Implement inspection which reports mismatch between package directive and containing directory
|
2015-05-01 18:58:09 +03:00 |
|
Alexey Sedunov
|
8879166f53
|
Move: Add intention to change file package without moving it physically
|
2015-05-01 17:16:57 +03:00 |
|
Valentin Kipyatkov
|
a8d629f609
|
ConvertToForEachLoopIntention - renamed
|
2015-04-16 22:00:54 +03:00 |
|
Valentin Kipyatkov
|
c2335790b5
|
ConvertToExpressionBodyIntention - refactoring
|
2015-04-16 22:00:53 +03:00 |
|
Valentin Kipyatkov
|
b980d98af6
|
ConvertToBlockBodyAction - refactoring
|
2015-04-16 22:00:53 +03:00 |
|
Valentin Kipyatkov
|
dc6c6f13d5
|
OperatorToFunctionIntention and SwapBinaryExpressionIntention: more narrow availability range + no i18n
|
2015-04-16 22:00:52 +03:00 |
|
Alexey Sedunov
|
cef9996ba7
|
Intentions: Convert extension receiver to parameter and vice versa
|
2015-02-11 14:40:28 +03:00 |
|
Alexey Sedunov
|
03e076aba3
|
Intentions: function <-> property conversion
|
2015-02-05 23:12:38 +03:00 |
|
Zack Grannan
|
b2858e5b82
|
Added ConvertToConcatenatedStringIntention
|
2014-05-23 16:27:46 +04:00 |
|
Zack Grannan
|
42f186b33f
|
Added String Concat -> Interpolation Intention (KT-4750)
|
2014-05-16 19:00:25 +04:00 |
|
Jeremy Kaplan
|
b3842285e8
|
Implemented Operator To Function intention action.
Converts +a, --a, a * b, a..b, a %= b, a in b, etc. to their function call counterparts.
|
2014-05-12 21:04:51 +04:00 |
|
Pradyoth Kukkapalli
|
5550924dc5
|
New Intention Action: Invert If Condition
Inverts the conditional expression in an if expression.
|
2014-05-12 19:48:43 +04:00 |
|
Ross Hanson
|
bbbdfd25d9
|
KT-4820: Added new tests, introduced functionality to detect overridden functions, other minor fixes
|
2014-05-09 05:48:50 -04:00 |
|
Ross Hanson
|
35c5a62b11
|
KT-4820: Intention to remove an unused index variable from a for loop.
|
2014-05-09 05:48:50 -04:00 |
|
Ross Hanson
|
97010c7d7f
|
KT-4820: Intention to introduce an index variable to a for loop over an ordered collection via "withIndices()."
|
2014-05-09 05:45:30 -04:00 |
|
Pradyoth Kukkapalli
|
33fd82cf45
|
New Intention: Replace for loop with forEach
Replaces an expression of the form “for (i in list) { … }” with an
expression of the form “list.forEach { i -> … }”
|
2014-05-07 14:01:37 +04:00 |
|
Pradyoth Kukkapalli
|
dbb28c571b
|
New Intention Action: Replace a call to forEach function with for loop.
Replaces an expression of form x.forEach { … } with for (a in x) { … }.
|
2014-05-07 14:00:50 +04:00 |
|
Lingzhang
|
6066d19de5
|
Added KT-4579 makeTypeExplicitInLambda and makeTypeImplicitInLambda intentions
|
2014-04-24 18:11:43 +04:00 |
|