Win2k sp2, jdk1.4.0_01,  idea #636.

public void method() {
    int test = 10;
    while (99 > test) {
        test = 100;
    }
}

Inlining the local variable test says there is only one occurence of test.

Carlos

--
Carlos Costa e Silva <[EMAIL PROTECTED]>


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to