Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Excluding join points in <clinit> body


On Sep 28, 2008, at 4:25 PM, Eric Bodden wrote:

Alex, try the following:

before() : (set(* *) && !cflow(staticinitialization(*))) {



Thanks eric, but I forgot to mention that I'm not allowed to use cflow :-( because I'm trying to reproduce what cflow does...

I saw old messages, where it seems that this is not possible without cflow...

Other workarounds?

Thanks,

Alex



--
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top