|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ weld-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

Since this is a JDK bug, should we really be catching ArrayStoreException and then throwing an exception with more info? If yes, we'd have to wrap every call to Class.doSomethingWithAnnotations(). Seems like we would be messing up a lot of code just to work around a JDK bug. And only to show more information, which can easily be seen by a adding a simple breakpoint.