Reports on any variables with 'standard' names which are of unexpected types.
Such names may be confusing. Standard names and types are as follows:
- i, j, k, m, n - int
- f - float
- d - double
- b - byte
- c, ch - char
- l - long
- s, str - String
Use the checkbox below to ignore parameter names which are identical to the parameter name from a direct super method.