[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.ajdt] ADJT Development

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.