is this valid construction in java?

-- dimiter

<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>
>
> I am also seeing that multi-dimensional arrays have the 2nd index marked
as an
> error when both dimensions are specified:
>             ACDataValue[][] plotValues = new
ACDataValue[children.size()][3];
>
~~
> Although it seems to be happy when the second dimension is not specified,
as in
> the following:
>             ACDataValue[][] plotValues = new
ACDataValue[children.size()][];
>
> - Tim Haley
>
> --------------------------------------------------------------------------
--------------------------
>
>
>
>
>
> "Bill Uetrecht" <[EMAIL PROTECTED]> on 07/01/2002 10:57:11 PM
>
> Please respond to [EMAIL PROTECTED]
>
> To:   [EMAIL PROTECTED]
> cc:
>
> Subject:  Re: syntax coloring bug?
>
>
>
> Another problem I see is that multi-dimensional arrays (e.g. new
> String[5][5]) always have the 2nd index marked as an error.
>
> Bill U.
>
> "dimiter" <[EMAIL PROTECTED]> wrote in message
> afmcge$qgf$[EMAIL PROTECTED]">news:afmcge$qgf$[EMAIL PROTECTED]...
> > My style is to use double[] da = new double[]{1,2,3,4,5,6...} and it
does
> > work, it seems that IDEA doesn't recognizes the anonymous arrays.
> >
> > +0 for fixing this
> >
> > -- dimiter
> >
> > "mark Griffin" <[EMAIL PROTECTED]> wrote in message
> > news:aficpd$e33$[EMAIL PROTECTED]...
> > > With luck you can see a screen grab of what I believe is a syntax
> coloring
> > > bug.
> >
> >
> >
>
>
> _______________________________________________
> Eap-bugs mailing list
> [EMAIL PROTECTED]
> http://lists.jetbrains.com/mailman/listinfo/eap-bugs
>
>
>
>
>
>


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to