Re: [aspectj-users] Selecting arithmetic operation join points. Is it possible?

2013-01-08 Thread M. P.
Hi Andy, thanks for your answer. I spent a couple of hours looking at the weaver source code yesterday. At first it seemed relatively clear how to detect arithmetic instructions but when I continued I realized that adding a join point is going to be a shotgun surgery. Apparently you're the only

Re: [aspectj-users] ReflectionWorld.resolve(String) and Dynamic Proxy Classes

2013-01-08 Thread Dustin Schultz
Hi Jens, Ya, we're experiencing the same problem. The Spring context fails to load. I also noticed that it doesn't happen prior to 1.6.7. I don't know the exact reason why but I suspect it has to do with the Fast Matching turned on by default in 1.6.7. Unfortunately my attempts to disable it

Re: [aspectj-users] ReflectionWorld.resolve(String) and Dynamic Proxy Classes

2013-01-08 Thread Dustin Schultz
Hi Andy, Thanks for your response. I'll see if I can work on a test case this week. Thanks, Dustin Schultz From: Andy Clement andrew.clem...@gmail.commailto:andrew.clem...@gmail.com Reply-To: aspectj-users@eclipse.orgmailto:aspectj-users@eclipse.org

Re: [aspectj-users] Selecting arithmetic operation join points. Is it possible?

2013-01-08 Thread Andy Clement
Hi, Why don't you create some developer documentation so that it's easier for people to help you. I think you know what I'll say here: time. I'll try and find some to improve the situation - there are docs (e.g. http://www.eclipse.org/aspectj/doc/released/faq.php#q:buildingsource ) but they

Re: [aspectj-users] ReflectionWorld.resolve(String) and Dynamic Proxy Classes

2013-01-08 Thread Andy Clement
Hi Jens, I wasn't aware of that spring aop forum post (there are too many forums to track...). If either you or Dustin comes up with a testcase I can take a proper look at the situation. There was a lot of change that went in around 1.6.7 (although 1.6.7 itself wasn't a great build, 1.6.8 was