Re: javac generates bytecode using an inner class but does not generate the code for that class?
by Eric Bodden <eric.bodden@[EMAIL PROTECTED]
>
Jun 2, 2007 at 09:47 PM
On Jun 2, 3:48 pm, Tom Hawtin <use...@[EMAIL PROTECTED]
> wrote:
> The SootProblem$1 class is never actually used, so needn't be loaded. If
> you added a static initialiser to SootProblem$1, it wouldn't be run.
Hmm, that makes sense. So what triggers static initialization again? I
gess I have to read the JLS again...
Thanks so far!
Eric