Mikhail Glukhikh
|
bd6fdb743c
|
Lambda to anonymous function: use callable builder (KT-7710)
|
2018-05-16 13:01:36 +03:00 |
|
Toshiaki Kameyama
|
8a20d1bf01
|
Add intention to convert lambda to anonymous function #KT-7710 Fixed
|
2018-05-16 13:01:36 +03:00 |
|
Toshiaki Kameyama
|
a41064295b
|
"Convert to primary constructor": do not move init section down
So #KT-19629 Fixed
|
2018-05-11 17:36:40 +03:00 |
|
Mikhail Glukhikh
|
9a1253c5c7
|
Specify type explicitly: suggest also types from overridden
So #KT-22092 Fixed
|
2018-05-11 17:36:38 +03:00 |
|
Toshiaki Kameyama
|
449943da01
|
"Merge with next when": made applicable when delimited by ';' or comment
So #KT-12042 Fixed
|
2018-05-11 16:37:36 +03:00 |
|
Toshiaki Kameyama
|
4ee9db7a6c
|
Use property access: suppress for reserved words #KT-23775 Fixed
|
2018-05-11 16:32:44 +03:00 |
|
Mikhail Glukhikh
|
a8ad980910
|
If to when: label break / continue if necessary #KT-11427 Fixed
|
2018-05-10 18:46:24 +03:00 |
|
Toshiaki Kameyama
|
da92eb63a0
|
Add intention replacing vararg with array and vice versa #KT-23419 Fixed
|
2018-05-08 18:37:09 +03:00 |
|
Mikhail Glukhikh
|
5246c54dad
|
Do not suggest removing empty parentheses if lambda is on the next line
So #KT-15195 Fixed
|
2018-05-08 18:37:07 +03:00 |
|
Toshiaki Kameyama
|
534cbae4ef
|
KT-14391 RemoveUnnecessaryParenthesesIntention lost comment
on closing parenthesis
^KT-14391 Fixed
|
2018-05-07 12:40:57 +03:00 |
|
Toshiaki Kameyama
|
c43311ba9a
|
Move to constructor: change default use-site target: property -> field
So #KT-23801 Fixed
|
2018-05-03 18:12:11 +03:00 |
|
Toshiaki Kameyama
|
66d738848b
|
Convert foreach to for loop: place caret on the variable declaration
So #KT-7822 Fixed
|
2018-05-03 17:54:56 +03:00 |
|
Toshiaki Kameyama
|
3221fbdca9
|
Don't "Remove explicit type" for callable with function initializer
So #KT-12168 Fixed
|
2018-05-03 17:46:47 +03:00 |
|
Toshiaki Kameyama
|
a7110a1517
|
Add intention to indent a raw string #KT-9943 Fixed
|
2018-05-03 17:05:14 +03:00 |
|
Mikhail Glukhikh
|
8f0c53d0de
|
If then to elvis: handle nullability even with implicit receiver
So #KT-22741 Fixed
|
2018-04-27 17:26:50 +03:00 |
|
Toshiaki Kameyama
|
e58d9c5507
|
Add intention for converting to block comment and vise versa
So #KT-23137 Fixed
|
2018-04-24 11:57:56 +03:00 |
|
Toshiaki Kameyama
|
fee74273aa
|
Invert if condition intention: do not remove line breaks #KT-11740 Fixed
|
2018-04-19 10:00:46 +03:00 |
|
Toshiaki Kameyama
|
03902030ed
|
Add intentions to put arguments / parameters on one line #KT-23266 Fixed
|
2018-04-18 20:45:31 +03:00 |
|
Toshiaki Kameyama
|
a8d0e8995d
|
Don't suggest to move type to separate file for sealed classes
So #KT-23321 Fixed
|
2018-04-18 18:41:23 +03:00 |
|
kenji tomita
|
decf9939fe
|
MoveLambdaOutsideParentheses: intention -> inspection #KT-21413 Fixed
|
2018-04-12 11:03:40 +03:00 |
|
Toshiaki Kameyama
|
1cbaab1531
|
Preserve annotation arguments in "Add use-site target" intention
So #KT-23634 Fixed
|
2018-04-11 17:00:38 +03:00 |
|
Toshiaki Kameyama
|
488e5e9f60
|
Do not suggest "redundant toInt() call" for comparison receiver
So #KT-23133 Fixed
|
2018-04-03 19:49:31 +03:00 |
|
Toshiaki Kameyama
|
f91819ace7
|
"Simplify boolean expression": handle Boolean? comparison correctly
So #KT-23377 Fixed
|
2018-04-03 19:49:31 +03:00 |
|
Dmitry Jemerov
|
a495c2e5ea
|
Don't run analysis in SpecifyTypeExplicitlyIntention.isAvailable()
If type is invalid, show error hint when action is invoked
|
2018-04-03 18:37:33 +02:00 |
|
Mikhail Glukhikh
|
6d9457853e
|
Fix handling of characters in "convert to string template"
So #KT-23045 Fixed
So #KT-23046 Fixed
|
2018-04-03 18:26:25 +03:00 |
|
Mikhail Glukhikh
|
2125c42328
|
Make DeprecatedCallableAddReplaceWithInspection applicability based
Removes intention version of the same thing
Includes some optimization of 'Deprecated' annotation detection
|
2018-04-03 17:46:27 +03:00 |
|
Alexey Sedunov
|
0a0043a851
|
Convert Function to Property: Forbid for properties with both initializer and getter
#KT-23293 Fixed
|
2018-03-30 12:37:29 +03:00 |
|
Dmitry Savvinov
|
148573fcf6
|
Remove 'DataFlowValueKindUtils.isStable', use 'DataFlowValue.isStable' instead
|
2018-03-27 10:51:51 +03:00 |
|
Toshiaki Kameyama
|
e06c13732f
|
Add intentions for specifying use-site targets for an annotation
So #KT-19871 Fixed
|
2018-03-23 13:03:00 +03:00 |
|
Toshiaki Kameyama
|
26dc5840f1
|
Fix two exceptions in "Convert concatenation to template
So #KT-23045 Fixed
So #KT-23045 Fixed
|
2018-03-23 09:36:49 +03:00 |
|
Toshiaki Kameyama
|
e328d2d1ca
|
Suggest "Remove braces" in nested if correctly #KT-14270 Fixed
|
2018-03-22 09:56:22 +03:00 |
|
Toshiaki Kameyama
|
8082a5daf7
|
Fix "Add braces to if" when semicolon is used instead of a new line
So #KT-23123 Fixed
|
2018-03-22 09:45:54 +03:00 |
|
Toshiaki Kameyama
|
66906e2c80
|
Process '$' correctly in "Convert concatenation to template"
So #KT-12226 Fixed
|
2018-03-15 10:29:58 +03:00 |
|
Toshiaki Kameyama
|
e3a69d118f
|
Disable "Add labeled return" for suspend lambdas #KT-23126 Fixed
|
2018-03-07 16:10:44 +03:00 |
|
Mikhail Glukhikh
|
bec28c8388
|
Replace with for-each: add new-lines using comment saver
Related to KT-15858
|
2018-02-28 11:29:44 +03:00 |
|
Toshiaki Kameyama
|
7f880bf58c
|
Replace with for-each: add new-line if necessary #KT-15858 Fixed
|
2018-02-28 11:18:21 +03:00 |
|
Toshiaki Kameyama
|
4726b44371
|
Add braces to 'if' statement: save/restore comments correctly
So #KT-16332 Fixed
|
2018-02-27 18:25:22 +03:00 |
|
Mikhail Glukhikh
|
86e6f3c5e3
|
Make add / remove labeled return working for hierarchical blocks
Related to KT-20439
|
2018-02-27 14:47:10 +03:00 |
|
shiraji
|
59f6dc07cf
|
Implement intention to add labeled return to last expression in a lambda
So #KT-20439 Fixed
|
2018-02-27 14:47:04 +03:00 |
|
shiraji
|
769e28519e
|
Implement intention to remove labeled return from last lambda expression
So #KT-20439 Fixed
|
2018-02-27 14:46:50 +03:00 |
|
Simon Ogorodnik
|
57e47d1830
|
Propose convert to string template as inspection more frequent
|
2018-02-26 12:11:18 +03:00 |
|
Toshiaki Kameyama
|
e35ec8ee08
|
Introduce intention 'expr.unsafeCast<Type>()' <- -> 'expr as Type'
So #KT-16382 Fixed
|
2018-02-13 13:05:52 +03:00 |
|
Toshiaki Kameyama
|
5499078fcc
|
Make "Specify explicit lambda signature" available on whole lambda
So #KT-22492 Fixed
|
2018-02-13 12:28:50 +03:00 |
|
Toshiaki Kameyama
|
f9555f3f64
|
Join with assignment: remove comment from target range #KT-22110 Fixed
|
2018-02-13 11:45:31 +03:00 |
|
Dmitry Jemerov
|
5bb195df9b
|
No space between label and lambda in labeled expressions
#KT-22301 Fixed
|
2018-02-09 10:49:01 +01:00 |
|
Toshiaki Kameyama
|
28123eaf7b
|
Add intention for changing setter accessibility #KT-22409 Fixed
|
2018-01-29 19:09:19 +03:00 |
|
Toshiaki Kameyama
|
3a81be6cfb
|
Do not insert returns before Nothing in "Replace return with 'if'"
So #KT-22159 Fixed
|
2018-01-29 17:56:26 +03:00 |
|
kenji tomita
|
a28bc830f5
|
Add Intention for single character substring #KT-22171 Fixed
|
2018-01-29 16:23:01 +03:00 |
|
Mikhail Glukhikh
|
8cbf364457
|
Remove braces: add parentheses to if-else in more general case
Related to KT-18308
|
2018-01-29 14:32:36 +03:00 |
|
Toshiaki Kameyama
|
44c15d8311
|
Remove braces: add parentheses to if-else inside expression
So #KT-18308 Fixed
|
2018-01-29 14:32:36 +03:00 |
|