Hi,
I'm working on a jfx (java8ea) project. After another update of jdk I got bunch of strange error messages (red underlines of class names) in editors -
Class 'XXX' must either be declared abstract or implement abstract method 'impl_createPeer()' in 'Node'.
Both interal Build->Rebuild project and external maven build finish without any error. The question is how to get rid of those nasty in-editor errors?
Thank you!