ktisha / Crucible4IDEA

Crucible plugin for IntelliJ IDEA
MIT License
59 stars 26 forks source link

Exception on show comment #1

Closed ktisha closed 11 years ago

ktisha commented 11 years ago

Argument 0 for @NotNull parameter of com/jetbrains/crucible/connection/CrucibleXmlParser.getChildAttribute must not be null: Argument 0 for @NotNull parameter of com/jetbrains/crucible/connection/CrucibleXmlParser.getChildAttribute must not be null java.lang.IllegalArgumentException: Argument 0 for @NotNull parameter of com/jetbrains/crucible/connection/CrucibleXmlParser.getChildAttribute must not be null at com.jetbrains.crucible.connection.CrucibleXmlParser.getChildAttribute(CrucibleXmlParser.java) at com.jetbrains.crucible.connection.CrucibleSessionImpl.getVersionedComments(CrucibleSessionImpl.java:254) at com.jetbrains.crucible.connection.CrucibleSessionImpl.getDetailsForReview(CrucibleSessionImpl.java:220) at com.jetbrains.crucible.connection.CrucibleManager.getDetailsForReview(CrucibleManager.java:56) at com.jetbrains.crucible.ui.toolWindow.CruciblePanel$1$1.run(CruciblePanel.java:74) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:343) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:708) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:669) at java.awt.EventQueue$2.run(EventQueue.java:667) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87) at java.awt.EventQueue.dispatchEvent(EventQueue.java:678) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:686) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:511) 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 j