Checkin project dialog crashes now. Anybody have any ideas?
I am trying to get my accurev plugin to work. Upon Check in project action I get this over and over.
While there are 2 classes from my plugin in the stack trace both are EXACT copies of the same classes in the most current code for the starteam integration.
Error message: update failed for AnAction with ID=Vcs.ShowDiffAction
java.lang.NullPointerException
at com.intellij.openapi.localVcs.a.a.b$0.run(b$0.java:1)
at com.intellij.openapi.application.a.b.runReadAction(b.java:269)
at com.intellij.openapi.localVcs.a.a.b.<init>(b.java:19)
at com.intellij.openapi.localVcs.a.a.a.createDifferencesProviderOn(a.java:1)
at com.intellij.openapi.vcs.a.j.a(j.java:10)
at com.intellij.openapi.vcs.a.j.update(j.java:3)
at com.intellij.openapi.actionSystem.b.j.a(j.java:70)
at com.intellij.openapi.actionSystem.b.q.b(q.java:82)
at com.intellij.openapi.actionSystem.b.q$c_.run(q$c_.java:8)
at com.intellij.openapi.actionSystem.b.k.run(k.java:7)
at com.intellij.openapi.actionSystem.b.a$0.actionPerformed(a$0.java:1)
at javax.swing.Timer.fireActionPerformed(Unknown Source)
at javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at com.intellij.ide.s.a(s.java:43)
at com.intellij.ide.s.dispatchEvent(s.java:6)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog.show(Unknown Source)
at com.intellij.openapi.ui.DialogWrapper$MyDialog.show(DialogWrapper.java:35)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:177)
at com.intellij.openapi.vcs.ui.OptionsDialog.show(OptionsDialog.java:4)
at com.intellij.openapi.vcs.ui.CheckinDialog.show(CheckinDialog.java:5)
at com.intellij.openapi.vcs.CheckinProjectDialog.show(CheckinProjectDialog.java:69)
at com.deskalarm.vcs.accuRev.actions.CheckinProjectHandler.execute(CheckinProjectHandler.java:38)
at com.deskalarm.vcs.accuRev.actions.CheckinProjectAction.actionPerformed(CheckinProjectAction.java:16)
at com.intellij.openapi.actionSystem.b.o$b_.actionPerformed(o$b_.java:12)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at com.intellij.openapi.actionSystem.b.o.fireActionPerformed(o.java:57)
at com.intellij.ui.a.a.h.doClick(h.java:102)
at com.intellij.ui.a.a.h.access$300(h.java:222)
at com.intellij.ui.a.a.h$a_.mouseReleased(h$a_.java:1)
at java.awt.Component.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at com.intellij.ide.s.a(s.java:43)
at com.intellij.ide.s.dispatchEvent(s.java:93)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Please sign in to leave a comment.
See SRC http://www.intellij.net/tracker/idea/viewSCR?publicId=20211
--
Best regards,
Olesya Smirnova
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
"Joey Edelstein" <no_mail@jetbrains.com> wrote in message
news:20047618.1068477923287.JavaMail.javamailuser@localhost...
I get this over and over.
copies of the same classes in the most current code for the starteam
integration.
>
>
>
com.intellij.openapi.localVcs.a.a.a.createDifferencesProviderOn(a.java:1)
com.intellij.openapi.ui.DialogWrapper$MyDialog.show(DialogWrapper.java:35)
com.intellij.openapi.vcs.CheckinProjectDialog.show(CheckinProjectDialog.java
:69)
com.deskalarm.vcs.accuRev.actions.CheckinProjectHandler.execute(CheckinProje
ctHandler.java:38)
com.deskalarm.vcs.accuRev.actions.CheckinProjectAction.actionPerformed(Check
inProjectAction.java:16)
>
Basically the Diff functionality is all screwed up in this build.
Do not return a differences provider (if you were), and at least the
dialog should come up. Easier solution: don't bother with this build
and hope for better in the next one.
Joey Edelstein wrote:
--
Erb
==============================================================
"Most of you are familiar with the virtues of a programmer.
There are three, of course: laziness, impatience, and hubris."
- Larry Wall
==============================================================