Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Proceeding with all arguments in native syntax

I feel like there are some bugs that talk around this topic, but I can't quite find the one I'm thinking of. I found https://bugs.eclipse.org/bugs/show_bug.cgi?id=233718 and it was interesting to read what I was writing 12 years ago :)  I feel like i prototyped an improved arg matching system but I hit something seriously complex before finishing, and wrote about it in bugzilla somewhere...

I don't think you are missing anything. Mixing the syntaxes should be ok I think. Can you cast thisJoinPoint to a ProceedingJoinPoint in AspectJ syntax around advice and use it? I can't quite remember.

cheers,
Andy

On Thu, 3 Sep 2020 at 22:41, Alexander Kriegisch <alexander@xxxxxxxxxxxxxx> wrote:
Hi Andy.

Check this out: https://stackoverflow.com/a/63735393/1082681

Is there anything I have overlooked? If so, how would I do that in
native syntax? If not, would it be hard to implement?

Cheers
--
Alexander Kriegisch
https://scrum-master.de
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/aspectj-users

Back to the top