Eclipse Scala plug-in: "illegal cyclic inheritance"

Luigi Plinge picture Luigi Plinge · Jun 14, 2011 · Viewed 7.4k times · Source

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

Answer

kassens picture kassens · Jun 14, 2011

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