Win2K w/ SP2, Sun JDK 1.3.1_02, IDEA 602.

Start with the following class:

public class Test1 {
    public static void main(String[] args) {
        boolean b1=true, b2=true, b3=true;
        if (b1 || b2 || b3)
            ;
    }
}

If I select the expression "b1 || b2", hit Ctrl+Alt+T, it works as expected.
If I select the expression "b1 || b2 || b3", hit Ctrl+Alt+T, it works as
expected.  If I select the expression "b2 || b3", hit Ctrl+Alt+T, I get no
pop-up menu.  Why?

Jason Boehle
[EMAIL PROTECTED]

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

Reply via email to