Is there any automatic migration to migrate all `o...
# intellij
p
Is there any automatic migration to migrate all
object
to
data object
and all enum
values()
to
.entries
calls?
a
For my main current project I used a regex to find and replace every usages, it works pretty well 👌
p
Just while talking about it I got an idea 🦆 🦆 : shift shift - run inspections by name - enum.values
🙌 1