This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj buglet
>>>>> "Alex" == Alexandre Petit-Bianco <apbianco@cygnus.com> writes:
Alex> jc1 thinks there is a constructor that doesn't initialize
Alex> (directly or indirectly) the a final in this class. The code in
Alex> place (which I wrote) doesn't work very well and should use the
Alex> check-init code instead...
Could this message mention which variable it thinks is uninitialized?
Alex> What does the source look like?
The particular constructor calls another constructor and then does
some work. The other constructor does initialize the variable.
Tom