[
https://issues.apache.org/jira/browse/DERBY-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13008823#comment-13008823
]
Dave Brosius commented on DERBY-5127:
-------------------------------------
No, typically this is because code is casting the value coming out of some
collection without checking if it really is the type expected, like
String s = (String)mycollection.get(i);
Since get() in 1.4 is declared to return java.lang.Object, the cast to String
is a blind cast and 'potentially' unchecked.
> Convert madhare.sql to JUnit
> ----------------------------
>
> Key: DERBY-5127
> URL: https://issues.apache.org/jira/browse/DERBY-5127
> Project: Derby
> Issue Type: Improvement
> Components: Test
> Reporter: Siddharth Srivastava
> Assignee: Siddharth Srivastava
> Priority: Minor
> Attachments: derby5127.diff
>
>
> Convert madhare.sql to JUnit
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira