IntelliJ IDEA 2016.2 Help

Migrate

The Migrate refactoring allows you to easily switch between the old packages and classes used in your project and the new ones. IntelliJ IDEA comes with the default migration map. You can use it to provide Swing 1.1 support in a project that includes Swing 1.0.3 packages and classes.

To perform migrate refactoring, follow these general steps

  1. On the main menu, choose Refactor | Migrate. The Package and Class Migration dialog box opens.
  2. Select the desired migration map from the drop-down list, or click the New button to create a new one. Edit Migration Map dialog appears.
  3. Specify the name of the map, and optional map description.
  4. Create a new migration description. To do that, click Add.
  5. In the Edit Class/Package Migration Description dialog box that opens, specify the following options:
    • Select whether you want to migrate packages or classes.
    • Specify the old and the new names of the package or class.

    Click OK to apply changes and close the dialog.

  6. Create or edit as many migration descriptions as required, and click OK to apply changes and close the Edit Migration Map dialog.
  7. Click Run to start migration with the selected map.

See Also

Last modified: 23 November 2016