Hello,
Something (don’t know what) has happened on MyEclipse and now if i try to close it it fail every time with this error:
An error has occurred. See error log for more details.
loader constraint violation for class com.reprezen.rapidml.xtext.ui.contentassist.XtextDslProposalProvider: when selecting overriding method 'void com.reprezen.rapidml.xtext.ui.contentassist.XtextDslProposalProvider.lookupCrossReference(org.eclipse.xtext.CrossReference, org.eclipse.emf.ecore.EReference, org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext, org.eclipse.xtext.ui.editor.contentassist.ICompletionProposalAcceptor, com.google.common.base.Predicate)' the class loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @73775f45 of the selected method's type com.reprezen.rapidml.xtext.ui.contentassist.XtextDslProposalProvider, and the class loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @475eabdb for its super type org.eclipse.xtext.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider have different Class objects for the type com.google.common.base.Predicate used in the signature (com.reprezen.rapidml.xtext.ui.contentassist.XtextDslProposalProvider is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @73775f45, parent loader 'platform'; org.eclipse.xtext.ui.editor.contentassist.AbstractJavaBasedContentProposalProvider is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @475eabdb, parent loader 'platform')
And MyEclipse won’t close
What could be?