When is 505 due to be released? Arun Batchu (763.494.7880) Terago Communications 6900 Wedgwood Road,Maple Grove,MN,55311,USA
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eugene Zhuravlev Sent: Wednesday, October 03, 2001 3:00 PM To: [EMAIL PROTECTED] Subject: Re: [Eap-list] Convert Anonymous to inner bug. Hi Mike, Thanks for reporting the bug. It is fixed in #505 Best regards, Eugene Zhuravlev, IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----- Original Message ----- From: "Mike Aizatsky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 17:19 Subject: [Eap-list] Convert Anonymous to inner bug. > Hi, > > In the following example, after converting anonymous to inner class in Test(), the constructor parameter disappears, which is not the expected result. > > class Base > { > public Base(String string) > { > } > } > > public class Test > { > public Test() > { > Base b = new Base("hello") { }; > } > } > > > --- > Sincerely yours, > Mike Aizatsky > ___________________________________________________________________________ > Visit http://www.visto.com. > Find out how companies are linking mobile users to the > enterprise with Visto. > > > _______________________________________________ > 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 _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
