Issue 611 in moose-technology: VerveineJ does not export all Annotations

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 611 in moose-technology: VerveineJ does not export all Annotations

moose-technology
Status: New
Owner: ----
CC: [hidden email]
Labels: Type-Defect Priority-Medium Component-VerveineJ Milestone-4.4

New issue 611 by [hidden email]: VerveineJ does not export all  
Annotations
http://code.google.com/p/moose-technology/issues/detail?id=611

If you parse Silverpeas-Core, you will get only 17 annotation types:
https://github.com/Silverpeas/Silverpeas-Core/zipball/master

At least the JUnit 4 annotations are missing.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 611 in moose-technology: VerveineJ does not export all Annotations

moose-technology
Updates:
        Labels: -Milestone-4.4

Comment #1 on issue 611 by [hidden email]: VerveineJ does not export  
all Annotations
http://code.google.com/p/moose-technology/issues/detail?id=611

(No comment was entered for this change.)

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 611 in moose-technology: VerveineJ does not export all Annotations

moose-technology
Updates:
        Status: Invalid

Comment #2 on issue 611 by [hidden email]: VerveineJ does not export  
all Annotations
http://code.google.com/p/moose-technology/issues/detail?id=611

It seems this is due to JDT's name resolution (again, see issue #638)

JDT does not "record" an annotation instance unless it knows about the  
AnnotationType.
So do get all annotation instances, one would need to put in verveineJ  
classpath the path to where the required annotations are defined.

I could get the various JUnit annotations that way.
For the spring annotation, I don't have the jar here to test.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev