Signals places where an unchecked warning is issued by the compiler, for example:
void
f(HashMap map) { map.put("key", "value"); }
Hint: Pass -Xlint:unchecked to javac to get more details.