You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code contained an unchecked cast, and the declaration of the called
method had changed in the past, therefore making this incompatible.
java.lang.ClassCastException: class [Lorg.eclipse.ui.IMarkerResolution;
cannot be cast to class
[Lnet.sf.eclipsecs.ui.quickfixes.ICheckstyleMarkerResolution;
([Lorg.eclipse.ui.IMarkerResolution; is in unnamed module of loader
org.eclipse.osgi.internal.loader.EquinoxClassLoader @6be67f3a;
[Lnet.sf.eclipsecs.ui.quickfixes.ICheckstyleMarkerResolution; is in
unnamed module of loader
org.eclipse.osgi.internal.loader.EquinoxClassLoader @138bfa5)
at net.sf.eclipsecs.ui.quickfixes.FixCheckstyleMarkersJob.runInUIThread(FixCheckstyleMarkersJob.java:68)
at org.eclipse.ui.progress.UIJob.lambda$0(UIJob.java:95)
0 commit comments