| [news.eclipse.newcomer] Re: How can I set Eclipse to give me a warning on this error? |
www,
Eclipse can only tell you about syntax errors.
The compiler has an option to tell you if you have used a variable and not declared it,
Set "Null reference" to "Warning".
HTH,
Wayne