Oops - my original text missed out the critical part.
My code
    int a = 372;
is actually an existing field:
    private int a = 372;
rather than a local variable.
So, I can't extract the 372 into another (constant) field.
Calum

>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? 

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to