This seems to be a problem of the compiler not being able to determine that the variable has been initialized. I remember having a problem on a Win JDK - (pre 1.1.5) If you declared a variable without initializing it & later initialized it in some if-else statment - it used to crib giving errors about un-initialized errors. Thanks.
- Compilation weirdness Bernd Kreimeier
- Re: Compilation weirdness Juergen Kreileder
- akaul