Alexey Sedunov
|
215d8b1e1a
|
Intentions: Convert function type receiver to parameter
#KT-14246 Fixed
|
2016-12-08 17:56:57 +03:00 |
|
Alexey Sedunov
|
d4ed2d2022
|
Intentions: Convert function type parameter to receiver
#KT-14246 In Progress
|
2016-12-08 17:56:55 +03:00 |
|
Alexey Sedunov
|
c773afdbfa
|
Intentions: Implement "Add names to call arguments" intention
#KT-14729 Fixed
|
2016-12-02 14:14:08 +03:00 |
|
Mikhail Glukhikh
|
0e9b024720
|
Plugin fix: intention description ConvertFinallyToUseCallIntention --> ConvertTryFinallyToUseCallIntention
|
2016-12-02 14:04:55 +03:00 |
|
Mikhail Glukhikh
|
468e975580
|
KT-12100 related: convert try / finally to use() call inspection introduced
|
2016-12-01 20:38:52 +03:00 |
|
Mikhail Glukhikh
|
59b2608354
|
"Convert try / finally to .use { } call intention introduced" #KT-12100 Fixed
|
2016-12-01 20:38:46 +03:00 |
|
Alexey Sedunov
|
9a4fa3a871
|
Presentation: Add icons for type aliases
|
2016-11-30 14:35:27 +03:00 |
|
Mikhail Glukhikh
|
5c09e1ca98
|
KT-13393 related: convert reference to lambda inspection (off by default) introduced
|
2016-11-24 15:26:38 +03:00 |
|
Mikhail Glukhikh
|
b111d1ba69
|
Convert reference to lambda intention introduced #KT-13393 Fixed
|
2016-11-24 15:26:18 +03:00 |
|
Mikhail Glukhikh
|
c6997a1213
|
Redundant if inspection supports now assignments and just if (...) true else false #KT-13259 Fixed
|
2016-11-24 15:25:56 +03:00 |
|
Mikhail Glukhikh
|
45e28bef1c
|
Enhancement for "join declaration and assignment": now can handle also local variables, relevant inspection added #KT-12095 Fixed
|
2016-11-22 16:41:37 +03:00 |
|
Mikhail Glukhikh
|
c44ecded42
|
Refactoring: MoveAssignmentToInitializer --> JoinDeclarationAndAssignment
|
2016-11-22 16:41:27 +03:00 |
|
Vyacheslav Gerasimov
|
60bc35b787
|
Implemented suppress lint intention action for android lint (KT-12020)
#KT-12020 Fixed
|
2016-11-21 17:16:27 +03:00 |
|
Mikhail Glukhikh
|
a6d17132b3
|
Build fix: forgotten inspection descriptions was added for new inspections
|
2016-11-07 14:55:36 +03:00 |
|
Kirill Rakhman
|
8a73a1da2c
|
Implement Intention + Inspection to remove empty secondary constructor body #KT-14326 Fixed
|
2016-11-01 14:11:28 +03:00 |
|
Kirill Rakhman
|
495dd3641c
|
Add Inspection to remove empty primary constructor #KT-14521 Fixed
|
2016-11-01 14:11:14 +03:00 |
|
Vyacheslav Gerasimov
|
2f859f6996
|
fix KotlinAndroidAddStringResource: correct generic extension function processing + minor refactoring
|
2016-10-30 22:56:37 +03:00 |
|
Vyacheslav Gerasimov
|
3ce1703ced
|
Extract string resource intention action for android (KT-11715)
#KT-11715 Fixed
|
2016-10-28 15:30:22 +03:00 |
|
shiraji
|
a1f1716044
|
Add inspection/intention for redundant calls of conversion methods #KT-10871 Fixed
Also #KT-12625 Fixed
|
2016-10-17 12:05:18 +03:00 |
|
Alexey Sedunov
|
ec00b9f3ea
|
Intentions: Implement "Convert sealed class to enum" intention
#KT-14245 Fixed
|
2016-10-13 19:00:57 +03:00 |
|
Alexey Sedunov
|
2187a77646
|
Intentions: Implement "Convert enum to sealed class" intention
#KT-14245 In Progress
|
2016-10-13 19:00:56 +03:00 |
|
Mikhail Glukhikh
|
0903402282
|
"If null to elvis" now converts to elvis also !is check right after initializer #KT-14032 Fixed
|
2016-10-11 16:13:11 +03:00 |
|
Yoshinori Isogai
|
afe8244183
|
KT-14241 Add Intention + Inspection to remove empty class body (#968)
|
2016-10-10 19:24:39 +02:00 |
|
Zalim Bashorov
|
45d42bdff8
|
JS: add inspection for the case when something with dynamic type implicitly casted to kotlin another type
|
2016-10-10 17:30:51 +03:00 |
|
Mikhail Glukhikh
|
42aea59253
|
Simplify for intention refactoring: focus on the loop parameter, not on the loop itself
|
2016-10-06 21:03:03 +03:00 |
|
shiraji
|
32b7b5a092
|
Inspection/Intention replace size check with 'isNotEmpty' and 'isEmpty' #KT-13937 Fixed
|
2016-10-06 14:35:57 +03:00 |
|
Mikhail Glukhikh
|
0a4542c6c0
|
KT-9839 related, secondary constructor to primary: inspection for the single constructor
(cherry picked from commit aec0090)
|
2016-09-30 16:39:58 +03:00 |
|
Mikhail Glukhikh
|
725df49c8c
|
KT-9839: intention introduced: convert secondary constructor to primary one #KT-9839 Fixed
(cherry picked from commit f3fa779)
|
2016-09-30 16:39:24 +03:00 |
|
Mikhail Glukhikh
|
7f50e6e70e
|
KT-9839: intention introduced: convert primary constructor to secondary one
(cherry picked from commit 93aaa48)
|
2016-09-30 16:39:01 +03:00 |
|
shiraji
|
3aedf0d79f
|
Add intention to replace Math.max/min with coerceAtLeast/coerceAtMost #KT-13945 Fixed
|
2016-09-27 20:05:11 +03:00 |
|
Mikhail Glukhikh
|
4522d2c7da
|
Remove unnecessary lateinit intention / inspection removed (supported in compiler CFA instead)
(cherry picked from commit e17f222)
|
2016-09-27 18:49:51 +03:00 |
|
shiraji
|
391a0fdde5
|
Add "Copy concatenation text to clipboard" intention #KT-13744 Fixed
|
2016-09-23 12:46:22 +03:00 |
|
Denis Zharkov
|
189705727f
|
Implement a bunch of string based postfix templates
#KT-4710 Fixed
|
2016-09-20 15:26:48 +03:00 |
|
Denis Zharkov
|
1b391123e6
|
Implement for/iter postfix templates
#KT-4710 In Progress
|
2016-09-20 15:26:47 +03:00 |
|
Denis Zharkov
|
b702886f0d
|
Introduce var/val postfix templates
#KT-4710 In Progress
|
2016-09-20 15:26:45 +03:00 |
|
Denis Zharkov
|
4d28199cc2
|
Implement if/else/null/notnull/when/try postfix templates
#KT-4710 In Progress
|
2016-09-20 15:26:42 +03:00 |
|
Denis Zharkov
|
f18b9cceb3
|
Implement 'not' postfix template
#KT-4710 In Progress
|
2016-09-20 15:26:39 +03:00 |
|
shiraji
|
e4c873dc6a
|
Add inspection + intention to replace .let { it.foo() } with .foo() #KT-13551 Fixed
|
2016-09-15 14:26:06 +03:00 |
|
Mikhail Glukhikh
|
06b7881776
|
Refactoring: add braces to when entry intention is integrated into general add braces intention
|
2016-09-09 14:59:52 +03:00 |
|
Mikhail Glukhikh
|
cf2839eb9a
|
Refactoring: remove braces from when entry intention is integrated into general remove braces intention
|
2016-09-09 14:59:42 +03:00 |
|
Alexey Sedunov
|
89c39b9762
|
Misc: Use TODO() consistently in implementation stubs
#KT-13589 Fixed
|
2016-08-29 16:20:55 +03:00 |
|
Dmitry Jemerov
|
3ec583bb16
|
show icon of class initializer
#KT-11775 Fixed
|
2016-08-25 14:19:59 +02:00 |
|
Alexey Sedunov
|
c50f38aa52
|
Intentions: Implement intention to replace camel-case test function name with a space-separated one
#KT-12489 Fixed
(cherry picked from commit 21e24a1)
|
2016-08-24 11:27:21 +03:00 |
|
shiraji
|
1bbde54e9d
|
Inspection to warn on using == with array types #KT-13384 Fixed
|
2016-08-22 15:11:19 +03:00 |
|
Kirill Rakhman
|
1bc2af6436
|
Add intention+inspection to remove empty parentheses from method call with single lambda parameter
Fixes #KT-13519
|
2016-08-20 16:03:42 +02:00 |
|
Nikolay Krasko
|
7e1d8fb8f5
|
Reformat main function templates
(cherry picked from commit d6d3846)
|
2016-08-18 17:25:38 +03:00 |
|
Nikolay Krasko
|
4d6206a7b5
|
Introduce 'maino' and 'psvmo' templates for generating main in object (KT-6520)
#KT-6520 Fixed
(cherry picked from commit cf1bdba)
|
2016-08-18 17:25:32 +03:00 |
|
Kirill Rakhman
|
354d047533
|
Add Intention to replace a..b-1 with a until b and vice versa #KT-13483 Fixed
|
2016-08-18 13:27:07 +03:00 |
|
Valentin Kipyatkov
|
bdd4363802
|
Option to use 'asSequence()'
|
2016-08-16 17:38:17 +03:00 |
|
Valentin Kipyatkov
|
d658d3b9cf
|
"Use withIndex()" intention&inspection
|
2016-08-16 17:38:13 +03:00 |
|