Import Management Tool
Resolve Identifiers Pane

You can open the Import Management Tool (IMT) by right-clicking a file in the Explorer or Source Editor and choosing Tools and choosing Import Management Tool. The Resolve Identifiers pane lists all unresolved identifiers. For each identifier listed, the IMT displays the following:

In order for the IMT to correctly locate the correct package for identifiers, your sources must be mounted at the package root in the Explorer. If you do not mount your sources at the package root, the IMT lists all identifiers as unresolved, even if they are fully qualified names.

You can also configure the IMT to search a list of well-known classes for unresolved class names and automatically fill in the Package Name field for any it finds. Packages already referenced in your source file are automatically part of the list of well-known packages. For more information, see Configuring the Import Management Tool.

Important

You can configure the IMT to automatically choose when to use fully qualified names and import statements. Once you have supplied missing package names in the Resolve Identifiers pane, you can click Finish to immediately run the IMT with its default actions. If you have not configured the IMT, you should review the IMT's default actions on each pane before clicking Finish.

See also
Using the Import Management Tool
Import Management Tool: Create Import Statements Pane
Import Management Tool: Remove Unused Imports Pane
Configuring the Import Management Tool
Adding an Import Statement With Fast Import

Legal Notices