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
94de114894a6acdde75e3e0349b80c331aba6a67
kotlin-fork
/
j2k
/
testData
/
fileOrElement
/
postProcessing
T
History
Toshiaki Kameyama
90b0ea73dc
Add inspection for check/require/checkNotNull/requireNotNull
...
#KT-30640 Fixed #KT-22412 Fixed
2019-07-08 16:36:18 +03:00
..
AnonymousObject.java
…
AnonymousObject.kt
…
GetOperator.java
…
GetOperator.kt
…
GuardClause.java
Add inspection for check/require/checkNotNull/requireNotNull
2019-07-08 16:36:18 +03:00
GuardClause.kt
Add inspection for check/require/checkNotNull/requireNotNull
2019-07-08 16:36:18 +03:00
IfNullReturnToElvis.java
…
IfNullReturnToElvis.kt
…
IfToElvis.java
…
IfToElvis.kt
…
IfToSafeCall.java
…
IfToSafeCall.kt
…
java8MapForEachWithFullJdk.java
Add inspection to replace Java Map.forEach with Kotlin's forEach
2019-03-01 16:15:23 +03:00
java8MapForEachWithFullJdk.kt
Add inspection to replace Java Map.forEach with Kotlin's forEach
2019-03-01 16:15:23 +03:00
NotIs.java
…
NotIs.kt
…
RedundantTypeCast.java
…
RedundantTypeCast.kt
…
RedundantTypeCastAndInline.java
…
RedundantTypeCastAndInline.kt
Use "unnecessary variable" inspection in J2K
2017-07-20 17:48:27 +03:00
RedunduntTypeCastAndProhibitedInline.java
KT-15789 Kotlin plugin incorrectly converts for-loops from Java to Kotlin
2017-01-26 13:33:06 +03:00
RedunduntTypeCastAndProhibitedInline.kt
KT-15789 Kotlin plugin incorrectly converts for-loops from Java to Kotlin
2017-01-26 13:33:06 +03:00
SyntheticExtensionPropertyAccess.java
…
SyntheticExtensionPropertyAccess.kt
…