It's fixed in #612. Thanks!

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

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 13, 2002 2:00 PM
Subject: [Eap-list] 611 convert anon. to inner bug


> build 611:
> 
> convert anonymous to inner forgets to add the ; 
> for the call to the super-constructor.
> 
> + in my case the superclass of the inner class has a 
> constructor where one param is a superclass of the outer class.
> -> so that the inner class can be constructed with
> new Inner(this)
> 
> IDEA makes the inner class constructor parameterless and
> calls super with (this),
> -> should be OuterClass.this or pass the outer class as param.
> The checkbox "pass outerclass as param" is not shown.
> 
> best regards,
> M.
> 
> 
> 
> ________________________________________________________________
> Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! 
> Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13
> 
> 
> 
> _______________________________________________
> 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