Rick,

This is fixed in build #612.

Best regards,
Mike Aizatsky.
------------------------------
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!" 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On
> Behalf Of Rick Vestal
> Sent: Thursday, March 14, 2002 1:30 AM
> To: [EMAIL PROTECTED]
> Subject: [Eap-list] bug report: intention action create local variable
> does not work correctly
> 
> IDEA build 611
> Redhat Linux 7.2
> 
> In the following method, after I type crcBytes, the option to create
> a local variable or a field is given.  No matter which one I select,
> a field is always created.
> 
> public byte[] applyCRC32( byte[] bytes ) {
>       CRC32 crc = new CRC32();
> 
>       crc.update( bytes );
> 
>       byte[] resultBytes = new byte[ bytes.length + 4 ];
> 
>       System.arraycopy( bytes, 0, resultBytes, 0, bytes.length );
>       System.arraycopy( bytes, bytes.length, crcBytes
> 
>       return resultBytes;
> }
> 
> -- Rick
> 
> _______________________________________________
> 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