Getting  "Variable random is never used" with the following code:

            Random random = new Random();
            String randomLastName = random.nextInt() + "" ;

Once I modified the code, the "unused variable" highlighting went away.

Jim


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

Reply via email to