Yes! ----- Original Message ----- From: "Thomas Singer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 12:44 PM Subject: Re: [Eap-features] introduce variable : encourage use of interface
> +5 > > At 11:48 21.02.02 +0100, you wrote: > >When using "Introduce Variable" on > > . > > new ArrayList (); > > > >you get > > > > ArrayList arrayList = new ArrayList (); > > > > > >Most of the time, though, you should use > > . > > List arrayList = new ArrayList (); > > > > > > > >"Introduce Variable" should allow the user to choose it's target type. > > > > > >Alain Ravet > > > _______________________________________________ > Eap-features mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-features _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
