Vadim Nasardinov wrote:
> It shouldn't break. To prevent it from breaking, test the object for
> nullity before calling a method on it.
Yes, or replace the null object with something that isn't null. That's
what the change I made several days does :)
-O