[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.ajdt] Re: ADJT Development
|
- From: Andrew Eisenberg <andrew.eisenberg@xxxxxxxxxxxxxxxx>
- Date: Mon, 08 Jun 2009 12:01:27 -0700
- Newsgroups: eclipse.technology.ajdt
- Organization: EclipseCorner
- Thread-index: Acnoa4Zach4XS0JyLkuUxKA8K1vlVg==
- Thread-topic: ADJT Development
- User-agent: Microsoft-Entourage/12.17.0.090302
Try this:
http://wiki.eclipse.org/Developer%27s_guide_to_building_tools_on_top_of_AJDT
_and_AspectJ
If you have any more questions, please post to the AJDT mailing list:
https://dev.eclipse.org/mailman/listinfo/ajdt-dev
On 08/06/09 8:13 AM, in article
1a2be06c18fa0cf2898057b78b958c0a$1@xxxxxxxxxxxxxxx, "Mário Aguiar"
<mario.rui.aguiar@xxxxxxxxx> wrote:
> Hi, I'm developing a tool to discover conflicts in aop applications. I've
> cataloged some simple conflicts, in order to know which situations may
> lead to conflicts. I'm using the ASTParser class to parse the source code
> of every file in a project, with that I retrieve information about,
> pointcuts, advices, new methods etc. My difficulty is to compare matching
> pointcuts, i need to find which methods are crosscut by these similar
> pointcuts.
> I tried to find in the source code of AJDT,where it places the advices
> markers next to the methods that they crosscut, so far I havenŽt find
> anything that could help me.
>
> I'm posting this message if someone can help on this situation
>
>
> Thanks.
>