Re: Constructor/Inheritance wierdness

1999-07-27 Thread Peter Kovacs
The line has a dot too much (after "super") > super.(host,MetaType,TemplateType); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Constructor/Inheritance wierdness

1999-07-27 Thread Rudi Streif
: Tim Reilly <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, July 27, 1999 7:59 AM Subject: Constructor/Inheritance wierdness >Hi, hopefully this one's a quickie. I'm using blackdown jdk 117v3 and >getting the following error message whe

RE: Constructor/Inheritance wierdness

1999-07-27 Thread Harold G. Andrews II
to:[EMAIL PROTECTED]] > Sent: Tuesday, July 27, 1999 10:37 AM > To: [EMAIL PROTECTED] > Subject: Constructor/Inheritance wierdness > > > Hi, hopefully this one's a quickie. I'm using blackdown jdk 117v3 and > getting the following error message when compiling my Templat

Re: Constructor/Inheritance wierdness

1999-07-27 Thread Alex M.
I've never seen that. I've only seen constructors called like: super(param1, param2, ...); On Tue, 27 Jul 1999, Tim Reilly wrote: > Hi, hopefully this one's a quickie. I'm using blackdown jdk 117v3 and > getting the following error message when compiling my TemplateList class. > > Ac

Constructor/Inheritance wierdness

1999-07-27 Thread Tim Reilly
Hi, hopefully this one's a quickie. I'm using blackdown jdk 117v3 and getting the following error message when compiling my TemplateList class. According the the Java 1.1 specification I should be able to call the superclasses' constructor with this syntax. What am I doing wrong? Thanks, -Tim