2 This code performs an unchecked cast of the return value of a method.
3 The code might be calling the method in such a way that the cast is guaranteed to be
4 safe, but FindBugs is unable to verify that the cast is safe. Check that your program logic ensures that this