Description
We can simply suppress these warnings using
SuppressWarnings [unchecked]
However if there is a another method for resolving these warnings then they should be implemented if deemed beneficial to code quality.
Some resources http://java.sun.com/docs/books/jls/third_edition/html/conversions.html#190772