Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

NoClassDefFoundError for VisibilitySorter in GoLand #70

Open
mailmaldi opened this issue Sep 28, 2018 · 0 comments
Open

NoClassDefFoundError for VisibilitySorter in GoLand #70

mailmaldi opened this issue Sep 28, 2018 · 0 comments

Comments

@mailmaldi
Copy link

GoLand 2018.2.3
Build #GO-182.4505.32, built on September 20, 2018
JRE: 1.8.0_152-release-1248-b8 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6
java.lang.NoClassDefFoundError: com/intellij/ide/structureView/impl/java/VisibilitySorter
	at com.intellij.plugins.thrift.structure.ThriftStructureViewModel.<init>(ThriftStructureViewModel.java:39)
	at com.intellij.plugins.thrift.structure.ThriftStructureViewFactory$1.createStructureViewModel(ThriftStructureViewFactory.java:36)
	at com.intellij.ide.actions.ViewStructureAction.createPopup(ViewStructureAction.java:93)
	at com.intellij.ide.actions.ViewStructureAction.actionPerformed(ViewStructureAction.java:77)
	at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:220)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:237)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$1.performAction(IdeKeyEventDispatcher.java:620)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$processAction$2(IdeKeyEventDispatcher.java:669)
	at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:195)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:668)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.b(IdeKeyEventDispatcher.java:520)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.a(IdeKeyEventDispatcher.java:475)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:212)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:697)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:382)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant