Kirill Rakhman
|
13a2612e20
|
Add inspection for ranges with start > endInclusive #KT-18438 Fixed
|
2017-06-16 15:02:31 +03:00 |
|
shiraji
|
647558c98a
|
Add inspection for potentially wrongly placed unary operators
So #KT-18236 Fixed
|
2017-06-16 15:02:24 +03:00 |
|
Dimach
|
d369fa094a
|
Add Boolean? == const to elvis conversion and vice versa #KT-15368 Fixed
Convert elvis to equality check implemented as inspection due
code style guide
|
2017-06-15 15:01:39 +03:00 |
|
Mikhail Glukhikh
|
44e727b75c
|
Redundant toString() in string template: highlight selector only
And not the receiver. So #KT-18253 Fixed
|
2017-06-13 15:17:42 +03:00 |
|
Ilya Zorin
|
5e265b3d17
|
Convert intention "a..b-1 -> a until b" into weak warning inspection
So #KT-17895 Fixed
|
2017-05-26 09:48:04 +03:00 |
|
Mikhail Glukhikh
|
17869abfaf
|
Don't suggest making interface member final
(which was possible in leaking this inspection)
So #KT-14443 Fixed
|
2017-05-19 20:36:31 +03:00 |
|
Mikhail Glukhikh
|
51af18608f
|
AbstractLocalInspectionTest: add LANGUAGE_VERSION support
Related to KT-17164
|
2017-05-16 20:44:12 +03:00 |
|
Mikhail Glukhikh
|
9990550429
|
Introduce inspection "replace arrayOf with literal" #KT-17164 Fixed
|
2017-05-16 20:44:11 +03:00 |
|
Kirill Rakhman
|
a8b2d3b4e8
|
Add inspection to detect copy() calls in a data class without named arguments
So #KT-17660 Fixed
|
2017-05-10 17:43:44 +03:00 |
|
Mikhail Glukhikh
|
bb8091a6ca
|
KT-17503 add check whether callable reference is acceptable in lambda
|
2017-04-27 18:21:33 +03:00 |
|
shiraji
|
0eceef1519
|
Add inspection to detect use of callable reference as a lambda body
So #KT-17053 Fixed
|
2017-04-27 18:21:27 +03:00 |
|