classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More finalize woes


From: Artur Biesiadowski
Subject: Re: More finalize woes
Date: Thu, 06 Mar 2003 19:47:31 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212

Sascha Brawer wrote:

So, should a Java-to-Bytecode compiler emit a warning if a finalize()
implementation does not call super.finalize()? This might be a suggestion
for gcj, jikes, javac etc. Also, we might want to add a note to the
Classpath hacker's guide.

What about classes inheriting directly from Object ? Should they also be forced to call super.finalize() ?

Artur





reply via email to

[Prev in Thread] Current Thread [Next in Thread]