This is a known bug and we already have a request to fix it.

Best regards,
Eugene Zhuravlev
IntelliJ Software, http://www.intellij.com/
"Develop with pleasure!"

----- Original Message ----- 
From: "Thomas Singer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 15, 2002 18:36
Subject: [Eap-list] Inline bug


> If I inline params in the following example:
> 
>    ...
>    String[] params = { "command" };
>    method(params);
>    ...
> 
> IDEA produces
> 
>    ...
>    method({ "command" });
>    ...
> 
> instead of
> 
>    ...
>    method(new String[]{ "command" });
>    ...
> 
> 
> Tom
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to