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