Argument selection defect
Reports mismatches between the argument identifier name and the formal parameter name. This can help detect programming errors, for example, when you accidentally switch the arguments of the same type. The original research paper can be found here.
Example:
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.
ArgumentSelectionDefects- 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.
Use the checkbox below to inspect arguments with names shorter than three symbols.
Inspection options
Here you can find the description of settings available for the Argument selection defect inspection, and the reference of their default values.
- Inspect parameters/arguments with short names (less than three symbols)
Default: Selected
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | CLion, 2024.2 |