Comment 1 for bug 828254

Revision history for this message
Dylan Borg (borgdylan) wrote :

The method lookup system checks if the class component is a class or a variable that is an instance of a class. The variable lookup function stalled when the array of variables was empty because of the lack of a zero-length check. Now this is in place.