When using Java 5, it would be convenient to have an option in the Compiler settings to turn "unchecked" warnings on or off.
Of course, there is a workaround (just add -Xlint:unchecked to the compiler command-line) but that would be javac-specific. An option in the compiler settings could be abstracted out to the compiler interface.