Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ajdt-dev] annotation provider for cross-reference view

Isn't this already handled well enough by Eclipse 3.1m4?  Select an
annotation, hit <ctrl><shift>g, and the search view is populated with all
the places that the annotation is used.  For going from annotation ref to
definition it's just the usual F3.  

It'll be nice when the above works for pointcuts, since people expect it to,
but for now at least we have the "pointcut used by" relationship in the ASM.


Mik 

> -----Original Message-----
> From: ajdt-dev-admin@xxxxxxxxxxx [mailto:ajdt-dev-admin@xxxxxxxxxxx] On
> Behalf Of Matt Chapman
> Sent: Thursday, February 03, 2005 1:26 PM
> To: ajdt-dev@xxxxxxxxxxx
> Subject: RE: [ajdt-dev] annotation provider for cross-reference view
> 
> "Wes Isberg" <wes@xxxxxxxxxxxxxx> wrote on 03/02/2005 17:42:58:
> > Sorry; for "annotation" read "Java 5 annotation".  This doesn't have
> > anything to do with shadows or aspects.
> >
> > i.e., the cross-reference view takes pluggable providers.  A provider
> > for Java 5 annotations would identify for each annotation type the
> > java elements it annotates.
> >
> > Does that make more sense?
> >
> > (And it sounds like no one's working on it.)
> >
> > Wes
> 
> No-one here is working on it. Were you thinking of doing so?
> 
> It does sound interesting, we have imagined having providers for various
> Java relationships, such as "implements", but "annotates" seems like a
> more useful one.
> 
> Given that there is only one provider at the moment, there isn't much
> support for managing multiple providers and switching between them (or
> allowing multiple providers to be active at the same time), but this would
> be straightforward to add (and probably needs a second provider to drive
> it).
> 
> Matt.
> 
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/ajdt-dev



Back to the top