Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] aspect types search

Hi aspectj fellows,

I'm trying to search for the aspect types in a project and show them in a dialog, where the user would choose one of them and do something with it. However, I just realized the AspectJ search isn't implemented yet ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=71073 or http://www.eclipse.org/ajdt/tasks.php ) and, therefore, I see no straightforward way to do this (like using JavaUI.createTypeDialog(...)).

Anyone ever came across a similar problem and found a decent workaround? Do the developers have this feature planned for any future release (apparently not) ?

thanks,
Davi Pires

Back to the top