IDEA does not seem to recognize the variable 'line' below:

        String line;
        while ((line = bufferedReader.readLine()) != null)
        {
            // anything
        }

Please hold your comments about the quality of writing code like that... I
know, I know.  

The problem is that 'line' does not show up in the variables window, and if
I add it as a watch, IDEA just displays '???' (not the contents of the
string).  All other local and member variables show up fine.

I'm using EAP 629, JDK 1.3.1_03, Win2k.
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to