This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: default constructor in inner class
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: <java at gcc dot gnu dot org>
- Date: 03 Mar 2003 09:56:27 -0700
- Subject: Re: default constructor in inner class
- References: <POEIJGMGPFPGFHAGKFHAGEJMCFAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik dot poupaert at chello dot be> writes:
Erik> SableCc defines an inner class which as no constructor:
Erik> public static class State
Erik> {
Erik> public final static State INITIAL = new State();
Erik> }
Erik> GCJ complains about this, and requires me to modify the template
Erik> from which it is generated, and institute explicitly an empty
Erik> default constructor:
Erik> Should I submit a trouble ticket for this?
Yes, please do.
Thanks.
Tom