add arguments to NotImplemented calls

Edouard G. Parmelan Edouard.Parmelan at quadratec.fr
Thu May 20 00:52:12 PDT 1999


Pat,

Patrick Tullmann wrote:

> 
> Attached is a patch that adds descriptive strings to all of the
> remaining kaffe.util.NotImplemented() invocations in Kaffe.

Almost all descriptive strings you add contain the name of the method.
Remember that NotImplemented is a Throwable so printStackTrace() will
show you where the exception was throw (with source name and line number).

> BTW, this is a good way to search for stuff to do in Kaffe (grep for
> 'NotImplemented' in the java sources...  grep for 'XXX' in C code...)
You could also grep FIXME.

-- 
Edouard G. Parmelan                         Ingenieur Developpeur
Quadratec - Parc Club "Orsay Universite" - 14/16,rue Jean Rostand
91893 Orsay Cedex - FRANCE               Phone (+33)1 69 33 20 80
Email: edouard.parmelan at quadratec.fr http://membres.tripod.fr/egp


More information about the kaffe mailing list