No, it's not for speed, it's for refactoring (aka "making code better readable").
Tom At 16:40 21.12.2001 +0000, you wrote: >Tom, >The java compiler does this for you already!! >(you can verify that with a decompiler). > >Edo > > > -----Original Message----- > > From: Thomas Singer [mailto:[EMAIL PROTECTED]] > > Sent: 21 December 2001 16:24 > > To: [EMAIL PROTECTED] > > Subject: RE: [Eap-features] Inline constants > > > > > > Sorry, if it wasn't obviously. > > > > I want to inline "File compare" everywhere, where TITLE was > > used before. > > > > Tom > > > > At 10:53 21.12.01 -0500, you wrote: > > >I'm COMPLETELY confused about what you're asking for here. > > Can you try > > >restating this? > > > > > > > > >-----Original Message----- > > >From: [EMAIL PROTECTED] > > >[mailto:[EMAIL PROTECTED]] On Behalf Of Thomas Singer > > >Sent: Wednesday, December 19, 2001 12:03 PM > > >To: [EMAIL PROTECTED] > > >Subject: [Eap-features] Inline constants > > > > > > > > >Hello, > > > > > >I sometimes really need the 'Inline constants' feature. > > > > > >Example: > > > > > > private static final String TITLE = "File compare"; > > > > > > ... > > > frame.setTitle(TITLE); > > > ... > > > > > >These simple things should be able with IDEA, too. > > > > > >Best regards > > >Thomas Singer > > > > > >_______________________________________________ > > >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 > > > > >_______________________________________________ >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
