Status: New Owner: ---- CC: anquetil...@gmail.com Labels: Type-Defect Priority-Medium Component-Famix
New issue 907 by tu...@tudorgirba.com: VerveineJ does not export source anchors for FAMIXAnnotationType and FAMIXAnnotationTypeAttribute http://code.google.com/p/moose-technology/issues/detail?id=907
When we have an explicit annotation in the code, we should also get the source anchor associated with it.
For example, in the below case, SomeAnnotation.java should be associated with SomeAnnotation:
SomeAnnotation.java
@Documented @Target({ ElementType.FIELD }) @Retention(RetentionPolicy.CLASS) public @interface SomeAnnotation {...}
The same applies for the contained FAMIXAnnotationTypeAttributes.
Updates: Labels: -Component-Famix Component-VerveineJ
Comment #1 on issue 907 by anquetil...@gmail.com: VerveineJ does not export source anchors for FAMIXAnnotationType and FAMIXAnnotationTypeAttribute http://code.google.com/p/moose-technology/issues/detail?id=907
(No comment was entered for this change.)
Updates: Status: Fixed
Comment #2 on issue 907 by anquetil...@gmail.com: VerveineJ does not export source anchors for FAMIXAnnotationType and FAMIXAnnotationTypeAttribute http://code.google.com/p/moose-technology/issues/detail?id=907
(No comment was entered for this change.)
Comment #3 on issue 907 by tu...@tudorgirba.com: VerveineJ does not export source anchors for FAMIXAnnotationType and FAMIXAnnotationTypeAttribute http://code.google.com/p/moose-technology/issues/detail?id=907
Thanks!