I would prefer that the parameter remain highlighted as not used. If assertions are disabled at runtime, the parameter is effectively not used.
Carlos -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: segunda-feira, 25 de Mar�o de 2002 22:22 To: [EMAIL PROTECTED] Subject: [Eap-list] incorrect "Parameter is never used" Wow, finally you support assert statement. But JDK 1.4 as a target JDK. In code like this public static void that(boolean test, String message) assert test: message; Parameter variable test is marked as unused. /kesh _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
