This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e742af54448147d61d94dea330162ebefe358ebf
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
/
replaceJavaStaticMethodWithKotlinAnalog
/
toString
T
History
Toshiaki Kameyama
ef5335ba99
ReplaceJavaStaticMethodWithKotlinAnalogInspection: don't report for Character.toString(int)
...
#KT-34859 Fixed
2020-09-29 23:58:25 +09:00
..
byteToString.kt
…
byteToString.kt.after
…
charToString.kt
…
charToString.kt.after
…
charToStringWithInt.kt
ReplaceJavaStaticMethodWithKotlinAnalogInspection: don't report for Character.toString(int)
2020-09-29 23:58:25 +09:00
doubleToString.kt
…
doubleToString.kt.after
…
floatToString.kt
…
floatToString.kt.after
…
incorrectDescriptor.kt
…
intToString2.kt
ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transform interface
2019-07-10 14:09:36 +03:00
intToString2.kt.after
…
intToString.kt
…
intToString.kt.after
…
longToString2.kt
…
longToString2.kt.after
…
longToString.kt
…
longToString.kt.after
…
nullableIntToString2.kt
ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transformation for extension with non-null receiver
2019-07-10 14:09:36 +03:00
nullableIntToString.kt
ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transformation for extension with non-null receiver
2019-07-10 14:09:36 +03:00
nullableIntToString.kt.after
ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transformation for extension with non-null receiver
2019-07-10 14:09:36 +03:00
replaceIntToString.kt
…
replaceIntToString.kt.after
…
replaceListElementToString.kt
…
replaceListElementToString.kt.after
…
replaceToStringBase.kt
…
replaceToStringBase.kt.after
…
replaceToStringWithRadix.kt
…
replaceToStringWithRadix.kt.after
…
shortToString.kt
…
shortToString.kt.after
…
toExtension.kt
ReplaceJavaStaticMethodWithKotlinAnalogInspection: introduce Transform interface
2019-07-10 14:09:36 +03:00
toExtension.kt.after
Fix incorrect quickfix "Replace with Kotlin analog" for conversion to an extension
2019-05-13 16:38:08 +07:00