Unchecked or Unsafe Operations
843793Oct 8 2007 — edited Oct 15 2007Guys:
My group has recently migrated to JDK 1.5 from 1.4. We have a large volume of java code and we have a lot of container classes that need to be converted to generics. However, we need to get time to do this conversion. In the mean time we would just like to supress those "unchecked or unsafe operation" warnings. -nowarn doesn't seem to do anything here, should it? How can we supress these warnings until we are ready to fix them.
Phil Rossomando
LMCO