Console application calls constuctor.
Status: Abandoned
Brought to you by:
bornet
When it is spawn as console application,
current version of waba calls class constructor before
it calls main method.
But, other Java(compatible)VMs call main method only.
I think Waba's behavior is wrong because main() is
defined as static.
VM need not to make instance, I guess.
Attatched file is to delete <init> call.
I've not know about Waba's GC, so please check if my
patch is reasonable before you apply my patch.
Logged In: YES
user_id=122379
Hello,
seem you have forget to attach the patch. I will wait on it.
Thanks in advance.
Olivier
Logged In: YES
user_id=141891
Here is a patch.
Thanks.
Logged In: YES
user_id=122379
Heu... I don't see a patch attached. Can you attach it once
more time ?
Logged In: YES
user_id=141891
Pardon. Seem I've forgot to click checkbox.
To avoid calling constractor.