Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Scala plug-in: "illegal cyclic inheritance"

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

like image 323
Luigi Plinge Avatar asked Jun 14 '11 03:06

Luigi Plinge


1 Answers

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

like image 147
kassens Avatar answered Oct 04 '22 11:10

kassens