Throw this error when some eliminated piece of code is invoked by mistake.
Treebase is full of old unfinidhed code put in by Lucie Chan and others. To eliminate this code, we first identify a method M that can probably be eliminated. If M is not called from anywhere, we can just cut it out. But if M is called from other code, which we suspect is not itself called, we can replace M with a method that throws this exception. Later on, we can study and eliminate the callers of M.
@author mjd 20081218
|
|
|
|