-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing plugin, getting compile errors and NoClassDefError for MoreUnit classes when viewing .js file #243
Comments
After a little more examination, I'm guessing this has nothing to do with this plugin. I didn't try to open a file in the project until I'd installed this plugin. If I had opened the file before installing the plugin, I think I would have seen exactly the same errors (perhaps not the MoreUnit error) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Any ideas what might be happening here/
The text was updated successfully, but these errors were encountered: