shiraji
|
5d44037a2b
|
Support 'it op something' case in "redundant let" #KT-21373 Fixed
|
2017-12-05 19:23:44 +03:00 |
|
Mikhail Glukhikh
|
b121990368
|
Don't suggest 'remove let' when 'it' is used multiple times
So #KT-16857 Fixed
|
2017-03-24 16:20:00 +03:00 |
|
mglukhikh
|
96cddb6b7b
|
False positive in "Remove redundant let" fixed #KT-15884 Fixed
|
2017-01-24 15:17:48 +03:00 |
|
Mikhail Glukhikh
|
09ae1f1a5d
|
False positive removed in replace single line let intention #KT-14791 Fixed
|
2016-11-14 18:47:18 +03:00 |
|
shiraji
|
a662d777e8
|
Implement "Remove redundant '.let' call" binary operator support #KT-14396 Fixed
|
2016-11-10 14:26:14 +03:00 |
|
shiraji
|
0b57d8eb49
|
Do not use "Remove redundant '.let' call" when receiver is used #KT-14390 Fixed
|
2016-10-27 19:10:14 +03:00 |
|
Mikhail Glukhikh
|
a901de5112
|
KT-14084 related : replaceFirstReceiver now replaces ALL calls to safe calls if necessary
Fixes relevant "replace let" and "if to elvis" cases
|
2016-10-25 17:57:06 +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 |
|