Re: Invalid static member of inner class

2002-02-22 Thread John Wilson
- Original Message - From: "Daniel Rall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 8:48 PM Subject: Re: Invalid static member of inner class > I'm fairly certain that jikes just turns that into a constant. It's >

Re: Invalid static member of inner class

2002-02-22 Thread Rick Johnston
| | cc: | | Subject: Re: Invalid static member of inner class | >---

Re: Invalid static member of inner class

2002-02-22 Thread Daniel Rall
his as well, and I was wondering if anyone > else would come up with it... > ashley raiteri > > -Original Message- > From: Rick Johnston [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 7:49 AM > To: [EMAIL PROTECTED] > Subject: Invalid static member o

RE: Invalid static member of inner class

2002-02-22 Thread EXT-Raiteri, Ashley L
Good call! Oneo of our guys here caught this as well, and I was wondering if anyone else would come up with it... ashley raiteri -Original Message- From: Rick Johnston [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 7:49 AM To: [EMAIL PROTECTED] Subject: Invalid static member

Re: Invalid static member of inner class

2002-02-22 Thread Daniel Rall
"Rick Johnston" <[EMAIL PROTECTED]> writes: > In compiling the latest version of XmlRpcServer.java with javac (1.3.1), I > got a compiler error because of the static member 'EMPTY_BYTE_ARRAY' in the > inner 'Worker' class. Section 8.1.2 of the Java Language Spec 2nd ed. does > specifically state

Invalid static member of inner class

2002-02-22 Thread Rick Johnston
In compiling the latest version of XmlRpcServer.java with javac (1.3.1), I got a compiler error because of the static member 'EMPTY_BYTE_ARRAY' in the inner 'Worker' class. Section 8.1.2 of the Java Language Spec 2nd ed. does specifically state that "Inner classes may not declare static members,