[aspectj-users] Deadline extension: Nov. 2nd - MODULARITY: aosd.2013 Student Research Competition

2012-10-26 Thread Eric Bodden
*** AOSD 2013 *** March 25-29, 2013 Fukuoka, Japan http://www.aosd.net/2013/calls-src.html MODULARITY: aosd.2013 is hosting an ACM Student Research Competition (SRC). The competition, sponsored by Microsoft Research, is an internationally-recognized venue that enables undergraduate and graduate

Re: [aspectj-users] Modifying parameters in more than one aspect providing around advice

2012-10-26 Thread Alexander Kriegisch
Hi Joel, I have just answered your question on http://stackoverflow.com/a/13084877/1082681. Copy paste from there: After having been on the road for days, I have finally gotten around to thinking about this and answering your question. I hope it is okay if I use native AspectJ syntax because

Re: [aspectj-users] Problems with a basic staticinitialization pointcut in AJDT and Maven

2012-10-26 Thread Timothy Armstrong
Hi, I think you're probably right about the annotations. In the tests, I'm just mentioning them by name with their .class object, such as myAnnotation.class. It's unfortunate the aspect doesn't trigger then, but I can work around it. There are hits on Google for 'is missing clinit', but

Re: [aspectj-users] Problems with a basic staticinitialization pointcut in AJDT and Maven

2012-10-26 Thread Andy Clement
Bizarre that you get the missing clinit message when AspectJ is the only reason one got inserted... I wonder if there is something wrong (maybe flags or something) about the clinit that it inserts in this case. Could be worth raising an issue about: