Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Tools that generate AspectJ aspects

I have developed a tool to inject deep clone() for classes as comp762 course project.

--
Dehua Zhang
Sable Research Group, McGill University
Montréal, Québec, Canada
http://www.cs.mcgill.ca/~dzhang25





-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx on behalf of Eric Bodden
Sent: Sun 2/3/2008 11:51
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] Tools that generate AspectJ aspects
 
Hi all.

For a current research project I am trying to get an overview of tools
that generate AspectJ aspects (usually for the purpose of
instrumentation) from some other language. As an example of what I
have in mind, there are for example JavaMOP and J-LO which generate
AspectJ code from temporal safety specifications.

http://fsl.cs.uiuc.edu/index.php/JavaMOP
http://www.sable.mcgill.ca/~ebodde/rv/JLO/

So if you know or even developed any other tool(s) that does a similar
thing, please let me know. In turn I promise to cite the tool it in my
work ;-)

Cheers,
Eric

-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top