I would like to see the opposite: inline constant. I've got code, where some strings are defined as static finals, used only once. The code would much better read without the extra constants.
Best regards Thomas Singer At 16:01 26.11.01 +0000, you wrote: >I've currently got code like > int a = 372; >I'd like to be able to extract the 372 into a constant. I don't think >there's any way of doing this - I've tried a few, in particular Extract >Field. Could/should this be another way to use Extract Field? >Calum _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
