1. How to script the "Convert to AspectJ" action when creating a new Eclipse project? stackoverflow.comI have a command line script that creates a (mostly) ready-to-go Eclipse project for me. It uses Maven's eclipse plugin, and has some other scripted steps such as copying our code ... |
2. AspectJ: How to get pointcuts to advise classes located in other projects stackoverflow.comThis should be simple.
Question Context I'm working in eclipse with two projects. For ease of explanation, let's ... |
3. Why I got "advice has not been applied" warning? stackoverflow.comWhy does the following code:
generates the following warning:
advice defined in org.eclipse.ajdt.examples.ListAdvice has ... |
4. Eclipse and AspectJ (AJDT): Content assist on pointcut definition stackoverflow.comI was wondering if there is a way to activate the auto completion on the primitive pointcut definition in eclipse. It is very annoying to write the full qualified name of ... |