openrewrite / rewrite-kotlin

Work-in-progress implementation of Kotlin language support for OpenRewrite.
Apache License 2.0
38 stars 11 forks source link

Fixed unexpected type mappings based on comparing results from FindTypeMappings. #578

Closed traceyyoshima closed 6 months ago

traceyyoshima commented 6 months ago

Changes:

We used FindTypeMappings to compare the JavaType(s) on trees between J and K. This PR address remaining unexpected types that do not align with J.