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

Juraj - 

Thanks for the patch! We'll take a look at the underlying problem and
submit your patch if it takes care of it.

I'd like to understand why the error is occurring -- do you have a repro
you could attach to the bug? Also, are you using an external jar or an
eclipse plugin to do the annotation processing? It seems like we have a
classloader mismatch, but I'm not certain...

With regards to your question about the CVS repository, Eclipse CVS
committers have to be voted on before being granted access. The best way
to get commit rights is to submit a number of patches to fix bugs or add
features. You're on your way (thanks again for the patch), but it does
take a number of patches before a vote takes place.

Thanks,
Jess

-----Original Message-----
From: jdt-apt-dev-bounces@xxxxxxxxxxx
[mailto:jdt-apt-dev-bounces@xxxxxxxxxxx] On Behalf Of Juraj Burian
Sent: Wednesday, September 07, 2005 4:24 AM
To: Eclipse JDT Apt developers list.
Subject: Re: [jdt-apt-dev] bug in Annotation proxy object

Done,
see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=108917

I have a fix, but I  think that problem is deeper.
See attached file .... I want to work on it, but later.
Can I get  access to the CVS repository with commit rights?

Juraj

Tim Hanson wrote:

>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
>>
>>    
>>
>_______________________________________________
>jdt-apt-dev mailing list
>jdt-apt-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/jdt-apt-dev
>
>
>  
>




Back to the top