- 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
>
|
| cc:
|
| Subject: Re: Invalid static member of inner class
|
>---
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
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
"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
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,