Reports any primitive numeric casts which would otherwise be inserted implicitly by the compiler. Also reports any primitive numeric casts which the compiler will remove. For example:

  int x = (short)5; // cast will be removed by javac