]> source.dussan.org Git - sonarqube.git/blob
6563ad7d4f08cd87451a67b5a7b1dee97bba2ba1
[sonarqube.git] /
1 <p>
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
5 cast will not fail.
6 </p>