Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Verbose mode on ajc / aspectj compiler output?

Hi Stephen,

your best options for now to understand what is being captured by pointcuts are the Eclipse AJDT tools. You can e.g. get a list of all source code locations affected by a pointut (i.e. join point shadows). There also is a basic visualization: the Aspect Visualization perspective. Such tool support makes a big difference when developing with Aspects and AJDT is your best bet right now.

On a side note, I am currently working on a new visualization, called AspectMaps ( http://pleiad.cl/aspectmaps ). It significantly improves on the AJDT visualization but sadly still is in the research prototype stage (for lack of developers...).

On 14 Jul 2010, at 00:12, Stephen Boesch wrote:

> What are options for tooling?

--
Johan Fabry   
jfabry@xxxxxxxxxxxxx - http://dcc.uchile.cl/~jfabry
PLEIAD Lab - Computer Science Department (DCC) - University of Chile





Back to the top