Skip to content
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

No class def found on diff #12

Closed
ktisha opened this issue Mar 19, 2013 · 1 comment
Closed

No class def found on diff #12

ktisha opened this issue Mar 19, 2013 · 1 comment
Assignees

Comments

@ktisha
Copy link
Owner

ktisha commented Mar 19, 2013

Error during dispatching of java.awt.event.KeyEvent[KEY_PRESSED,keyCode=68,keyText=D,keyChar='d',modifiers=⌘,extModifiers=⌘,keyLocation=KEY_LOCATION_STANDARD,rawCode=0,primaryLevelUnicode=0,scancode=0] on frame2: com.intellij.openapi.vcs.changes.actions.ShowDiffUIContext.getActionsFactory()Lcom/intellij/openapi/vcs/changes/actions/ShowDiffAction$DiffExtendUIFactory;
java.lang.NoSuchMethodError: com.intellij.openapi.vcs.changes.actions.ShowDiffUIContext.getActionsFactory()Lcom/intellij/openapi/vcs/changes/actions/ShowDiffAction$DiffExtendUIFactory;
at com.jetbrains.crucible.ui.toolWindow.DetailsPanel$MyChangesBrowser.showDiffForChanges(DetailsPanel.java:212)
at com.intellij.openapi.vcs.changes.ui.ChangesBrowser.showDiff(ChangesBrowser.java:236)
at com.intellij.openapi.vcs.changes.ui.ChangesBrowser.access$100(ChangesBrowser.java:46)
at com.intellij.openapi.vcs.changes.ui.ChangesBrowser$3.actionPerformed(ChangesBrowser.java:307)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$3.performAction(IdeKeyEventDispatcher.java:564)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:611)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:463)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:206)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:480)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:334)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

@ghost ghost assigned ktisha Mar 19, 2013
@ktisha
Copy link
Owner Author

ktisha commented Mar 19, 2013

Update SDK version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant