Dmitry Gridin
|
ee304e92b5
|
Add Java Arrays.asList, Set.of, List.of to ReplaceJavaStaticMethodWithKotlinAnalogInspection
Relates to #KT-27782 #KT-21641
|
2019-04-18 15:28:52 +07:00 |
|
Dmitry Gridin
|
b5b5723ec3
|
Rename ReplaceJavaStaticMethodWithTopLevelFunctionInspection to ReplaceJavaStaticMethodWithKotlinAnalogInspection
|
2019-04-18 15:28:52 +07:00 |
|
Dmitry Gridin
|
23003c5d1a
|
Add Java compare to ReplaceJavaStaticMethodWithTopLevelFunctionInspection
|
2019-04-18 15:28:51 +07:00 |
|
Dmitry Gridin
|
7f3c4a21d5
|
Add Java toString to ReplaceJavaStaticMethodWithTopLevelFunctionInspection
|
2019-04-18 15:28:51 +07:00 |
|
Dmitry Gridin
|
6afc0367c0
|
Merge ReplaceJavaIntegerToStringWithMemberInspection and ReplaceJavaStaticMethodWithTopLevelFunctionInspection
Relates to #KT-12721
|
2019-04-18 15:28:51 +07:00 |
|
Dmitry Gridin
|
6b7f4dda31
|
Merge ReplaceArraysCopyOfWithCopyOfInspection and ReplaceJavaStaticMethodWithTopLevelFunctionInspection
Relates to #KT-23023
|
2019-04-18 15:28:51 +07:00 |
|
Dmitry Gridin
|
50b89dd587
|
Add more cases for ReplaceJavaStaticMethodWithTopLevelFunction from java.lang.Math
|
2019-04-18 15:28:51 +07:00 |
|
Toshiaki Kameyama
|
faa6eacb25
|
Add "Replace Java static method with Kotlin top-level function" inspection
#KT-27411 Fixed
|
2019-04-12 11:35:46 +07:00 |
|
Dereck Bridie
|
d86ffd3f34
|
Add inspection "Map replaceable with EnumMap" #KT-25439 Fixed
|
2019-04-11 19:01:02 +03:00 |
|
Jan Gerling
|
162de77b71
|
Add inspection to detect boxes *Range.start & endInclusive
These properties can be replaced with equivalent collections first & last.
#KT-15537 Fixed
|
2019-04-11 18:58:04 +03:00 |
|
Toshiaki Kameyama
|
849d18669b
|
Replace assert boolean with assert equality: do not report when arguments type are not subtype
#KT-30761 Fixed
|
2019-04-11 18:36:50 +03:00 |
|
Toshiaki Kameyama
|
47b1ea7fa4
|
SimplifiableCallChainInspection: replace .sorted().first() with .min()
#KT-30725 Fixed
|
2019-04-11 18:07:06 +03:00 |
|
Toshiaki Kameyama
|
e4b10a156e
|
SimplifiableCallChainInspection: fix tests
|
2019-04-11 18:07:06 +03:00 |
|
Dmitry Gridin
|
86a3daa302
|
Fix "Remove redundant qualifier name" for KtUserType with type parameter
#KT-30916 Fixed
|
2019-04-11 15:13:17 +07:00 |
|
Dmitry Gridin
|
646f325f57
|
Fix false positive "Redundant qualifier name" for functions with a receiver
#KT-30879 Fixed
|
2019-04-11 15:13:17 +07:00 |
|
Toshiaki Kameyama
|
3de723b8d0
|
SimplifiableCallChainInspection: replace .sorted().firstOrNull() with .min()
#KT-30725 Fixed
|
2019-04-08 11:07:24 +03:00 |
|
Toshiaki Kameyama
|
bcfab83d1c
|
Add "Constructor has non-null self reference parameter" inspection (KT-29799)
#KT-29799 Fixed
|
2019-04-04 17:25:37 +03:00 |
|
Toshiaki Kameyama
|
dffcfdc02f
|
Add inspection to replace not-null assertion with elvis return
#KT-30381 Fixed
|
2019-04-04 20:29:17 +07:00 |
|
Austaon
|
efcc6f0967
|
Add inspection for Integer.toString(i) to i.toString() (KT-12721)
|
2019-04-03 19:12:54 +03:00 |
|
Toshiaki Kameyama
|
61f3e776a7
|
Add 'Covariant equals' inspection
#KT-29798 Fixed
|
2019-04-02 13:19:05 +07:00 |
|
Dmitry Gridin
|
5802928e52
|
False positive "unused constructor" for local class
#KT-30637 Fixed
|
2019-03-28 10:52:23 +07:00 |
|
Dmitry Gridin
|
d64702d87e
|
Remove check "unused secondary enum class constructor"
#KT-14040 Fixed
|
2019-03-27 11:46:31 +07:00 |
|
Dmitry Gridin
|
dbe0b4aa71
|
Unused symbol inspection should detect enum entry
#KT-30612 Fixed
|
2019-03-27 11:46:30 +07:00 |
|
Toshiaki Kameyama
|
3b569737ad
|
Redundant getter/setter: reduce hightlight range to header
#KT-30559 Fixed
|
2019-03-25 23:27:44 +03:00 |
|
Toshiaki Kameyama
|
0cf641398c
|
Suspicious 'var' property: do not report when property has default getter
#KT-30565 Fixed
|
2019-03-25 23:26:24 +03:00 |
|
Dmitry Gridin
|
74cd53963d
|
Fix false positive "Unused symbol" for type alias & private nested class/object
#KT-21526 Fixed
#KT-30527 Fixed
|
2019-03-25 16:32:28 +07:00 |
|
Dmitry Gridin
|
e11072b8c2
|
Improve: add more cases for MoveVariableDeclarationIntoWhen
#KT-30499 Fixed
|
2019-03-21 16:32:41 +07:00 |
|
Dmitry Gridin
|
c84ff1d8b1
|
Inspection "MoveVariableDeclarationIntoWhen" should inline variable declaration
|
2019-03-21 16:31:29 +07:00 |
|
Toshiaki Kameyama
|
a2adfd0cc0
|
Nested lambda has shadowed implicit parameter: do not report when lambda is in scope function
#KT-30173 Fixed
|
2019-03-19 10:37:47 +03:00 |
|
Burak Eregar
|
db4144426a
|
Fix SimplifiableCallChain inspection quick fix removes comments for intermediate operations
|
2019-03-18 11:35:32 +03:00 |
|
Dmitry Gridin
|
479e812bbc
|
Fix false positive "Redundant lambda arrow" inspection
#KT-29590 Fixed
#KT-19462 Fixed
#KT-29124 Fixed
|
2019-03-13 20:57:30 +07:00 |
|
Toshiaki Kameyama
|
f1e66d0654
|
Add "Replace 'associate' with 'associateBy' or 'associateWith'" inspection
#KT-26269 Fixed
|
2019-03-11 19:33:17 +03:00 |
|
Toshiaki Kameyama
|
6b35c06d50
|
Add intention to replace '!isNotEmpty()' to 'isEmpty()'
#KT-30123 Fixed
|
2019-03-06 11:06:40 +03:00 |
|
Mikhail Glukhikh
|
4d19120d84
|
Don't report "main parameter not necessary" in objects #KT-29414 Fixed
|
2019-03-04 17:57:52 +03:00 |
|
Dereck Bridie
|
4156a76129
|
#KT-26965 Add inspection + quickfix for replacing Collection<T>.count() with .size
|
2019-03-01 16:58:36 +03:00 |
|
Toshiaki Kameyama
|
1a818970c3
|
Add inspection to replace Java Map.forEach with Kotlin's forEach
#KT-17278 Fixed
|
2019-03-01 16:15:23 +03:00 |
|
Toshiaki Kameyama
|
20aa8ebdb0
|
Add "Throwable not thrown" Inspection
#KT-11629 Fixed
|
2019-03-01 11:35:12 +03:00 |
|
Toshiaki Kameyama
|
df3953f03a
|
Redundant Unit: fix false positive when return type is nullable Unit
#KT-30038 Fixed
|
2019-03-01 11:12:25 +03:00 |
|
Toshiaki Kameyama
|
d67c793a9b
|
map.get() with not-null assertion: add quick-fixes
#KT-30010 Fixed
|
2019-03-01 11:11:05 +03:00 |
|
Dmitry Gridin
|
304007f602
|
Fix false positive "Redundant companion reference"
#KT-30166 Fixed
|
2019-02-28 10:42:22 +03:00 |
|
Dmitry Gridin
|
3756b6f54d
|
Add inspection to remove redundant qualifier name
#KT-12134 Fixed
|
2019-02-27 20:43:35 +03:00 |
|
Toshiaki Kameyama
|
779d536605
|
Redundant getter: fix false positive for 'external' getter
#KT-29416 Fixed
|
2019-02-19 13:03:11 +03:00 |
|
Toshiaki Kameyama
|
8e61a13809
|
Move lambda argument out of parentheses: fix false negative when function type is type parameter
#KT-26979 Fixed
|
2019-02-18 16:48:11 +03:00 |
|
Dmitry Gridin
|
33954c7632
|
Add inspection to move the variable declaration into when
#KT-29001 Fixed
|
2019-02-14 17:45:53 +03:00 |
|
Toshiaki Kameyama
|
d583c1be58
|
Can be replaced with binary operator: do not suggest when receiver or argument is floating point type
#KT-28596 Fixed
|
2019-02-14 15:10:26 +03:00 |
|
Toshiaki Kameyama
|
fa1f3871c0
|
Add "Redundant 'requireNotNull' or 'checkNotNull' call" inspection
#KT-29113 Fixed
|
2019-02-06 11:10:27 +03:00 |
|
Toshiaki Kameyama
|
2a7eb2fb0e
|
Redundant lambda arrow: do not report on nested lambda
#KT-29093 Fixed
|
2019-02-05 11:27:41 +03:00 |
|
Toshiaki Kameyama
|
bf7f7c81b1
|
Redundant explict type: do not report for aliased types
#KT-29128 Fixed
|
2019-02-05 11:24:32 +03:00 |
|
Toshiaki Kameyama
|
b9d8466fc0
|
Replace rangeTo with until: fix false negative with parenthesized expression
#KT-29153 Fixed
|
2019-02-05 11:22:59 +03:00 |
|
Toshiaki Kameyama
|
e8a8bc89c9
|
Add "Redundant enum constructor invocation" inspection
#KT-29321 Fixed
|
2019-02-05 11:16:01 +03:00 |
|