Hi,
On Mon, Jun 12, 2000 at 05:06:21PM +0200, Andreas Rueckert wrote:
>
> I'm having a bit trouble with the current CVS sources. Could it be that they
> are a bit broken?
> There are methods like
> =======================================
> /**
> * Creates an empty String (length 0)
> */
> public String() {
> value = new char[0];
>
> val
> }
> =======================================
>
> that jikes doesn't like. Did I overlook something?
Are you sure that you are using the latest CVS version?
This problem was fixed a month ago.
Cheers,
Mark