Standard variable names
Reports variables with 'standard' names that do not correspond to their types. Such names may be confusing. There are the following standard names for specific types:
i, j, k, m, n -
int
f -
float
d -
double
b -
byte
c, ch -
char
l -
long
s, str -
String
Rename quick-fix is suggested only in the editor.
- 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.
StandardVariableNames
Use the option to ignore parameter names which are identical to the parameter name from a direct super method.
Here you can find the description of settings available for the Standard variable names inspection, and the reference of their default values.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 243.23126 |
Thanks for your feedback!