Jean-Baptiste Queru | b56ea2a | 2013-01-08 11:11:20 -0800 | [diff] [blame] | 1 | <html> |
| 2 | <body> |
| 3 | Reports type cast expressions where |
| 4 | the cast type is an interface, and the cast expression has a class type which neither |
| 5 | implements the cast interface, nor has any visible subclasses which implement or extend the cast interface. |
| 6 | While it is possible that this was intended, such a construct is most likely an error, and will |
| 7 | result in a <b>java.lang.ClassCastException</b> at runtime. |
| 8 | <!-- tooltip end --> |
| 9 | <p> |
Tor Norbye | c1ace1f | 2013-07-08 11:26:24 -0700 | [diff] [blame] | 10 | |
Jean-Baptiste Queru | b56ea2a | 2013-01-08 11:11:20 -0800 | [diff] [blame] | 11 | </body> |
| 12 | </html> |