Hi there! Kotlin team recently did research about ...
# intellij
a
Hi there! Kotlin team recently did research about the quality of refactoring tools for a mixed Java/Kotlin codebase. We found that we need to focus on Change Signature and Inline refactoring, as sometimes they produce corrupted/incorrect code. For the first iteration, we composed a list of issues that we are going to fix KT-39363. If you experience some concrete problem with applying Change Signature or Inline to a mixed codebase, and the problem is not listed there, please let me know about one - we’ll consider including it in this or next iteration.
👍 4