[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Another XLint suggestion
- To: <roland@xxxxxxxxxxx>
- Subject: Another XLint suggestion
- From: Mark S. Miller <vlad!mark>
- Date: Mon, 12 Feb 90 22:16:07 PST
- Cc: <xtech@xxxxxxxxxxx>
XLint should check that all messages sent (member functions invoked)
from an object to itself be of the form:
this->zip(...);
and not:
zip(...);
We noticed this when we saw some alpha-4 code that violated this
convention. To me, "zip(...)" sure looks like an invokation of a
global function.
Classify this suggestion as "cannot be generated from Smalltalk".
Thanks.
-- MarkM
-- michael