I just updated to the latest Scala-IDE version on Eclipse, and it's highlighting loads of spurious "illegal cyclic inheritance" errors in code I know to be OK (it was before, and it still compiles and runs OK).

Any way to fix this? If not, how do I roll back to the previous version? I don't see any options to roll back or download earlier versions on the Scala IDE website.

Thanks.

edit: Never mind, it spontaneously sorted itself out after about 10 minutes sitting there showing errors. Will leave question here in case else anyone gets this.

enter image description here

versions

link|improve this question

It happened again... actually all I had to do was to start typing and the errors disappeared. – Luigi Plinge Jun 16 '11 at 14:28
feedback

1 Answer

up vote 3 down vote accepted

"Project -> Clean Project" always helps me when Scala-IDE is showing weird error messages.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.