Imported package name as a name identifier
Reports declarations of variables, arguments or functions that overlap with the used import.
While legal, such declarations will make using the package exported identifiers impossible after the declaration or create confusion when reading the code.
Example:
Variable names fmt
and iio
clash with names of import packages. Not to confuse them later in code, it is better to rename these variables.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
GoImportUsedAsName- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Go, 243.23131 |