[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS71 modified
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-03-27 01:44:18
|
Issue OBJS71 (jump-to-declaration prob) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS71> The following modifications were made to this issue: Status changed from 'New' to 'Assigned' Comment: I just noticed what the problem is... actually pretty simple, something is generating a NoSuchMemberException, which is getting improperly caught because of the way we use an exception to bail out of the syntax-tree search once we found what we want. This is a very simple fix, plus I should change to 'throw new Done()' instead of 'throw new Exception("done")', so we can specifically catch Done, and not have this problem in the future |