Guessing Strategy for Unresolved Identifiers |
If set to Do Not Resolve, the Import Management tool does not attempt to guess
the package name for unresolved identifiers.
If set to Search in Well-Known Packages, the packages in the List of Well-Known Packages property are searched for unresolved identifiers. If unresolved identifiers are found, a package is suggested (but can be overridden) in Step 1 of the Import Management Tool wizard. |
List of Well-Known Packages |
List of commonly used package names (such as javax.swing ,
java.util , and your own packages) that are searched for unresolved
identifiers. This list is used only if the Guessing Strategy for Unresolved
Identifiers is set to Search in Well-Known Packages.
|
Maximum of Fully-Qualified Names in Source | The threshold of the number of times a fully qualified name is used in a source file before the Import Management tool suggests replacing the fully qualified names with an import statement, and vice versa. |
Number of Single Name Imports |
The threshold of the number of classes to import from any given package.
If a source file contains more single-name import statements from a package
than this threshold, the Import Management tool changes the single name imports
into a package import (for example, |
Remove Unused Import Clause | If True, the Import Management tool removes unused import statements by default, but you can override this action in Step 3 of the wizard. If False, unused import statements are never removed. |
See also | |
---|---|
Using the Import Management Tool
Resolving Identifiers Creating Import Statements Removing Unused Import Statements Adding an Import Statement With Fast Import |