Join Slack
Communities
Powered by
Is there any automatic migration to migrate all `o...
# intellij
p
Paul Woitaschek
08/07/2023, 2:50 PM
Is there any automatic migration to migrate all
object
to
data object
and all enum
values()
to
.entries
calls?
a
Ayfri
08/07/2023, 2:51 PM
For my main current project I used a regex to find and replace every usages, it works pretty well 👌
p
Paul Woitaschek
08/07/2023, 2:52 PM
Just while talking about it I got an idea 🦆 🦆 : shift shift - run inspections by name - enum.values
🙌 1
Open in Slack
Previous
Next