Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Looking for cases of pointcuts that capture lots of joinpoints

You can have a look at AJDT.  We define several FFDC aspects that
apply throughout the code base (whenever an exception is thrown).

On Sat, Dec 6, 2008 at 4:29 AM, Miguel P.  Monteiro
<mmonteiro@xxxxxxxxxxxxx> wrote:
> Hi everybody,
>
> I'm looking for AspectJ source code bases to use as case studies for some research.
> More specifically, I'm looking for cases in which a single pointcut captures a large
> number of joinpoints.
>
> Ideally, the projects are freely available and one can download, locally install and
> browse. Pointers and references would be appreciated.
>
> Thanks,
> --
> Miguel P. Monteiro          | cell phone +351 96 700 35 45
> Departamento de Informatica | Phone +351 21 294 8536 ext. 10708
> Faculdade Ciencias e Tecnol.| Fax: +351 21 294 8541
> Universidade Nova de Lisboa | URL: http://ctp.di.fct.unl.pt/~mpm
> 2829-516 Caparica, PORTUGAL | Skype: miguel.p.monteiro
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top