Dmitry Gridin
|
beba1d82fc
|
ReplaceJavaStaticMethodWithKotlinAnalogInspection: add CommentSaver for case with transform to extension
|
2019-07-10 14:09:37 +03:00 |
|
Dmitry Gridin
|
56d2961cd9
|
ReplaceJavaStaticMethodWithKotlinAnalogInspection: add more tests
|
2019-07-10 14:09:37 +03:00 |
|
Dmitry Gridin
|
8314dbffd5
|
ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transformation for extension with non-null arguments
|
2019-07-10 14:09:36 +03:00 |
|
Dmitry Gridin
|
8b8858b223
|
ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transformation for extension with non-null receiver
|
2019-07-10 14:09:36 +03:00 |
|
Dmitry Gridin
|
026949a758
|
ReplaceJavaStaticMethodWithKotlinAnalogInspection: remove non-implemented cases
|
2019-07-10 14:09:36 +03:00 |
|
Dmitry Gridin
|
3aa2401f19
|
ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transform interface
#KT-32454 Fixed
|
2019-07-10 14:09:36 +03:00 |
|
Dmitry Gridin
|
835532c206
|
ReplaceJavaStaticMethodWithKotlinAnalogInspection: move to move to inspections.jdk2k subpackage
|
2019-07-10 14:09:36 +03:00 |
|
Dmitry Gridin
|
b2a60795da
|
ReplaceJavaStaticMethodWithKotlinAnalogInspection: add more cases for Arrays
#KT-32512 Fixed
#KT-30124 Fixed
|
2019-07-10 14:09:35 +03:00 |
|
Dmitry Gridin
|
24caca1882
|
ReplaceJavaStaticMethodWithKotlinAnalogInspection: fix false positive for 'Arrays.copyOf'
#KT-32477
|
2019-07-10 14:09:35 +03:00 |
|
Dmitry Gridin
|
d3339cae46
|
Merge ReplaceMathMaxWithCoerceAtLeastIntention & ReplaceMathMinWithCoerceAtMostIntention with ReplaceJavaStaticMethodWithKotlinAnalogInspection
Relates to #KT-31502
|
2019-05-29 11:00:28 +07:00 |
|
Dmitry Gridin
|
07e908f15f
|
Fix incorrect quickfix "Replace with Kotlin analog" for conversion to an extension
where the first argument is an expression with an operation
#KT-31341 Fixed
|
2019-05-13 16:38:08 +07:00 |
|
Kirill Rakhman
|
00c76593f2
|
fix typo in test data
|
2019-04-19 18:31:17 +07:00 |
|
Dmitry Gridin
|
d738a12b86
|
Fix false positive ReplaceJavaStaticMethodWithKotlinAnalog for java.io.PrintStream
|
2019-04-18 15:28:52 +07:00 |
|
Dmitry Gridin
|
fd47dc9b88
|
Replace popup with several quick-fixes in ReplaceJavaStaticMethodWithKotlinAnalog
|
2019-04-18 15:28:52 +07:00 |
|
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 |
|