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

Hi Miguel.

I recommend looking at some runtime monitoring aspects. These
generally process many joinpoints:

http://abc.comlab.ox.ac.uk/depadvice (there are three sets of aspects
linked there, see "You can see the history-based aspects")

Also, have a look at "generic" aspects like they exist in RacerAJ
(http://www.bodden.de/tools/raceraj/) or in Contract4J
(http://www.contract4j.org/contract4j) etc.

There may be more stuff linked in the AOSD wiki:
http://aosd.net/wiki/index.php?title=Main_Page

Eric

2008/12/6 Miguel P.  Monteiro <mmonteiro@xxxxxxxxxxxxx>:
> 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
>



-- 
Eric Bodden
Sable Research Group, McGill University, Montréal, Canada
Got an interesting job offer? http://www.bodden.de/hire-me/


Back to the top