This bug is fixed in the build 505. Thanks!

Best regards,
Valentin Kipiatkov
-----------------------------------------------------------
 IntelliJ Software, http://www.intellij.com/
 "Develop with pleasure"
-----------------------------------------------------------

----- Original Message ----- 
From: "Erb" <[EMAIL PROTECTED]>
To: "EAP" <[EMAIL PROTECTED]>
Sent: Wednesday, October 03, 2001 10:18 PM
Subject: [Eap-list] inline method bug


> In the following code, inline the "load" method.
> The first arg is corrctly changed, but not the second.
> 
> public class Inline {
> 
>       public void XYZ(B other) {
>          other.load();
>      }
> }
> 
> class B {
> 
>      public int a;
>      public int b;
> 
>      public void load() {
>          B.loadStatic(a, b);
>      }
> 
>      public static void loadStatic(int x, int y) {
> 
>      }
> 
> }
> 
> -- 
> Erb
> 
> 
> _______________________________________________
> 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