Alain,
this is fixed in #630. Thank you for the report!

Friendly,
        Dmitry
-- 
Dmitry Lomov
JetBrains Inc. / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"

Alain Ravet wrote:
> 629 BUG :
> Replace Temp by Query on
> 
> before:
> *********
>         double     sizes[][]    =
>                     { {1,2,3},
>                       {1,2,3}
>                     };
>         int nofCols = sizes[0].length ;
> 
> after :
> **********
> 
>     int nofCols = sizes ()[0].length ;
>     ...
>     private void sizes()
>     {
>         { {1,2,3},
>           {1,2,3}
>         };
>     }
> 


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

Reply via email to