Reports implicit conversion between numeric types. Implicit numeric conversion is not a problem in itself, but if unexpected may be a source of difficult to trace bugs.

Use the first checkbox below if you wish this inspection to ignore implicit conversion which can not result in loss of data (e.g. int->long).

Use the second checkbox to indicate that this inspection should ignore conversion from and to char. Conversion from floating point to char and vice versa will still be reported.

Use the third checkbox to let this inspection ignore conversion from literals and compile time constants.