Re: Need help deciphering eclipse console

2006-06-26 Thread Mladen Adamovic
[EMAIL PROTECTED] wrote: What does this mean in my console? 1 The local variable name is never read LoginAction.java This is my first web project. Thank you for your help. I think that is just warning that you have declared (and set) variable which you are never used in the program

Re: Need help deciphering eclipse console

2006-06-26 Thread Len Popp
That looks like a Java compile error (or warning). It says there's a variable that is set but never used. -- Len On 6/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: What does this mean in my console? SeverityDescription ResourceIn Folder LocationCreation Time Id 1 The loc

Re: Need help deciphering eclipse console

2006-06-26 Thread Pid
probably not the right mailing list for that. try: http://www.eclipse.org/community/ [EMAIL PROTECTED] wrote: > What does this mean in my console? > > SeverityDescription ResourceIn Folder LocationCreation Time > Id > 1 The local variable name is never read LoginAction.ja

Need help deciphering eclipse console

2006-06-26 Thread carrie . latimer
What does this mean in my console? SeverityDescription ResourceIn Folder LocationCreation Time Id 1 The local variable name is never read LoginAction.java NewPatron/JavaSource/com/patron/Actionline 18 June 23, 2006 2:28:03 PM623 This is my first web project. Th