Re: Checking whether an object is null or not

"Fausto Spoto" <[email protected]> Sun, 28 Aug 2005 09:26:44 +0200 (CEST)
Newsgroups gmane.comp.jakarta.bcel.user
Message-ID <[email protected]>
> How to check whether an object is null or not using
> BCEL?

You can't. It is an undecidable property of programs. You can only
approximate it into (yes,no,don't know) through static analysis, but it is
not necessarily simple for bytecode.

Fausto