Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] AspectJ reflect API

Hi Mac,

You might find that the reflection extensions that I've built into aUnit's framework (org.aspectj.aunit.framework.reflect.Aspect and org.aspectj.aunit.framework.reflect.Advice) might give you some of what you need. What it doesn't already have I'd be happy to work on with you as pointcut information would be really useful to aUnit - the problem with providing runtime reflective information on pointcuts is that (as far as I can find) that information is not retained after compile and weave.

aUnit's source is available from www.aunit.org, follow the SourceForge project link at the top of the page (I'm in the process now of adding direct links from the homepage)

Cheers,

Russ
 
On Thursday, April 14, 2005, at 03:18PM, Mac <mac@xxxxxxxx> wrote:

>Hi,
>
>I'am currently working on aspectJ5 Unit Testing framework. I need an AspectJ
>reflect API or something like :
>	org.aspectj.lang.reflect.Aspect with getAdvice() and getPointcut()  methods
>and all the inherited Class features.
>
>Are you planning to provide it ? I f not, any opinions are welcome.
>
>Thanks
>
>MAC
>_______________________________________________
>aspectj-dev mailing list
>aspectj-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/aspectj-dev
>
>


Back to the top