| java.lang.Object org.hammurapi.InspectorBase org.hammurapi.inspectors.NotifyRule
NotifyRule | public class NotifyRule extends InspectorBase (Code) | | ER-104
Do not use 'notify ()'; use 'notifyAll ()' instead
author: Pavel Vlasov version: $Revision: 1.2 $ |
Method Summary | |
public void | visit(MethodCall element) Reviews the methodcalls, if they are notify() and so violate agains the
rule. |
visit | public void visit(MethodCall element)(Code) | | Reviews the methodcalls, if they are notify() and so violate agains the
rule.
Parameters: element - the methodcall to be reviewed. |
|
|