I have the following code:

                     char charm = (char) 0;
                     try {
                         do {
                         } while (x++ < s.length() && (charm = 
s.charAt(x)) != '\t');
                     } catch (StringIndexOutOfBoundsException sioob) {
                         continue;
                     }

Now, IDEA lists "charm" as unused.  Is that right? I think it should no 
be highlighted as a warning, as it's integral to the code

Ian


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

Reply via email to