Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jdt-apt-dev] bug in Annotation proxy object

Please open a bugzilla entry for this.

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JDT

Tim


> -----Original Message-----
> From: jdt-apt-dev-bounces@xxxxxxxxxxx
> [mailto:jdt-apt-dev-bounces@xxxxxxxxxxx]On Behalf Of Juraj Burian
> Sent: Tuesday, September 06, 2005 7:42 AM
> To: jdt-apt-dev@xxxxxxxxxxx
> Subject: [jdt-apt-dev] bug in Annotation proxy object
> 
> 
> Hello friends,
> I want to consult a bug in apt kernel implementation.
> Description:
> During visiting process we are getting  instance of annotations via 
> method: MethodDeclaration.getAnnotation.
> Gained instance of annotation is represented by a proxy object.
> This proxy object works almost fine, but  when "property" with enum 
> result type is called (I found only this case) , 
> ClassNotFound exception 
> is throwed.
> May be that there is similar bug with classes (I mean 
> property returning 
> a class).
> 
> Please let me known if you have a problem to simulate this bug or any 
> progress in solution of this bug will happen.
> 
> best regards
> J.Burian
> 
> 
> 
> _______________________________________________
> jdt-apt-dev mailing list
> jdt-apt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jdt-apt-dev
> 


Back to the top