Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] declare warning

following code fragment doesn't seem's to work correctly,
i'm trying to give a warning for each joinpoint that isn't in the flow hierachy
of my main method.

declare warning: !cflow(execution(void *.main(String[]))) : "Unreachable
code";

Greetz,
Philip

--------------------------------------------------------------------------------
Tiscali ADSL: 19,50 €/maand, gedurende 3 maand! Snel Internet, en voor iedereen.
http://reg.tiscali.be/default.asp?lg=nl





Back to the top