Re: ArrayStoreException in Class#getAnnotations

2013-11-26 Thread Philippe Marschall
On 25.11.2013 23:01, Alan Bateman wrote: On 24/11/2013 17:07, Philippe Marschall wrote: Hi The following issue was been bothering me for a while: When you have an annotation with a value that is an array of classes [1] and one of those classes can't be loaded with the class loader of defining

Re: ArrayStoreException in Class#getAnnotations

2013-11-25 Thread Alan Bateman
On 24/11/2013 17:07, Philippe Marschall wrote: Hi The following issue was been bothering me for a while: When you have an annotation with a value that is an array of classes [1] and one of those classes can't be loaded with the class loader of defining class of the element the annotation is de

Re: ArrayStoreException in Class#getAnnotations

2013-11-25 Thread Dalibor Topic
On 11/24/13 8:02 PM, Joe Darcy wrote: > > On 11/24/2013 9:07 AM, Philippe Marschall wrote: > > [snip] > >> >> I would like to take a moment to lament the fact that you no longer offer >> fastdebug builds and no longer include sources for non-API classes. Things >> like this were much easier to

Re: ArrayStoreException in Class#getAnnotations

2013-11-24 Thread Joe Darcy
On 11/24/2013 9:07 AM, Philippe Marschall wrote: [snip] I would like to take a moment to lament the fact that you no longer offer fastdebug builds and no longer include sources for non-API classes. Things like this were much easier to debug in the good old JDK 6 days. This is double annoyi