Working in Eclipse, I had a previously working project that I had closed.
After reopening it I found it was littered with apparent errors,
that were not there before.
Somehow checkstyle had got confused. Simply turning checkstyle off and back on again removed all the errors.
Monday, 15 June 2009
Eclipse - java.lang.RuntimeException unable to get class information for @throws tag for SomeException
Labels:
checkstyle,
eclipse
Subscribe to:
Post Comments (Atom)
1 comment:
Thanks!
Simple but perfect.
You made my day.
Three days for compiling and cleaning my project directories and nothing help. And now such a simple solution.
Manfred
Post a Comment