Question

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

Was it helpful?

Solution

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

OTHER TIPS

Sometimes errors will show in the editor, but not in the package explorer. Things still appear to compile ok when that occurs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top