Hi all, using the following example:
public static void test()
{
int count = 0;
try {
count = Integer.parseInt(System.getProperty("test"));
} catch (NumberFormatException e) {
}
count = 2;
}
The definition of "count" in the third line is marked as unused (yellow indicator on
the right, colored as "unused symbol").
Regards,
Marc Wirth
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list
