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
Today I installed this plugin, and when I tried to display a .js file for an existing project, I see two different things happening.
I'm getting somewhat odd compile errors displayed in the code view.
Here's an initial view of what I see in one file:
Here's what I see when I hover the mouse on the first red mark:
When I hover the mouse on the second red mark, nothing happens.
In addition, when I first displayed the file, I saw a couple of separate error dialogs reporting NoClassDefErrors for classes in the MoreUnit plugin. The following is from the error log:
!ENTRY org.eclipse.core.jobs 4 2 2018-10-28 17:24:36.656
!MESSAGE An internal error occurred during: "Update MoreUnit Annotations".
!STACK 0
java.lang.NoClassDefFoundError: org/moreunit/elements/EditorPartFacade
at org.moreunit.annotation.MoreUnitAnnotationModel$1.run(MoreUnitAnnotationModel.java:179)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)