IntelliJ IDEA
 
2023.2
Get IntelliJ IDEA

Type migration

Last modified: 24 August 2023

The Type Migration refactoring lets you automatically change a member type (such as from integer to string), and data flow dependent type entries (such as method return types, local variables, parameters, and so on) across the entire project.

It also lets you automatically convert a variable or method return type between arrays and collections. If any conflicts are found IntelliJ IDEA displays the appropriate message.