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

Can't open any review #80

Open
sbojchuk opened this issue Jul 20, 2016 · 10 comments
Open

Can't open any review #80

sbojchuk opened this issue Jul 20, 2016 · 10 comments

Comments

@sbojchuk
Copy link

sbojchuk commented Jul 20, 2016

List of code reviews loaded successfully from Crucible, but when trying to open any, exception is occurred.

java.lang.NoSuchMethodError: com.intellij.openapi.vcs.changes.ui.ChangesBrowser.getDiffAction()Lcom/intellij/openapi/vcs/changes/actions/diff/ShowDiffAction;
    at com.jetbrains.crucible.ui.toolWindow.details.DetailsPanel.createRepositoryBrowserDetails(DetailsPanel.java:214)
    at com.jetbrains.crucible.ui.toolWindow.details.DetailsPanel.<init>(DetailsPanel.java:71)
    at com.jetbrains.crucible.ui.toolWindow.CruciblePanel.openDetailsToolWindow(CruciblePanel.java:139)
    at com.jetbrains.crucible.ui.toolWindow.CruciblePanel$1$1.run(CruciblePanel.java:87)
    at com.intellij.openapi.application.TransactionGuardImpl$6.run(TransactionGuardImpl.java:291)
    at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:326)
    at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:310)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:863)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:699)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:385)
    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)

IntelliJ IDEA 2016.2
Build #IC-162.1121.32, built on July 9, 2016
JRE: 1.8.0_76-release-b216 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

@michalsvec
Copy link

I guess you're not using git, right?

@sbojchuk
Copy link
Author

sbojchuk commented Sep 18, 2016

yes, you're right. I use SVN

@michalsvec
Copy link

I use perforce and have the same problem. Issue is, that there's ONLY git support hardcoded.

@sbojchuk
Copy link
Author

oh... 😞

@jonathanvila
Copy link

This is happening to me also, and I'm using GIT
Do I have to configure GIT in a certain way ? configure IntelliJ ?

@shaun-w
Copy link

shaun-w commented Sep 27, 2016

I'm also using git and have the same problem

@geeves
Copy link

geeves commented Oct 17, 2016

Same problem. Using git 2.8.4 and IntelliJ 2016.2

@mmbradle
Copy link

+1
Using git and IntelliJ 2016.2

@olegvasylenko
Copy link

olegvasylenko commented Feb 15, 2017

+1
observed for: IntelliJ IDEA 2016.3.4 Build #IU-163.12024.16, built on January 31, 2017
2016.2
Using git 2.10.1
JRE: 1.8.0_101-b13 amd64

@giampaolotorresi
Copy link

same problem with webstorm 2017.1

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

No branches or pull requests

8 participants