I have a case where Ariadna is reporting that a variable is unused
incorrectly.

class x
{
        // ...

        private static final thread_class               private_thread = new
thread_class()
        {
                // ...
        };
}

Ariadna is reporting that "private_thread" is unused incorrectly.
"private_thread" is a Thread that self-starts (inside of the base class
"thread_class").
 
===========================
Jordan Zimmerman
Altura International
Catalog City

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

Reply via email to