Skip to content

After installing plugin, getting compile errors and NoClassDefError for MoreUnit classes when viewing .js file #243

Open
@davidmichaelkarr

Description

@davidmichaelkarr

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:
image

Here's what I see when I hover the mouse on the first red mark:
image

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)

Any ideas what might be happening here/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions