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

NPE on close task #223

Closed
andreika63 opened this issue Feb 14, 2019 · 2 comments
Closed

NPE on close task #223

andreika63 opened this issue Feb 14, 2019 · 2 comments

Comments

@andreika63
Copy link

Version: 0.6.5.1

  1. Open IntelliJ. I use version IntelliJ IDEA 2018.1.7 (Ultimate Edition)
    Build #IU-181.5540.23, built on November 12, 2018)
  2. create or open a Task Alt+Shift+N
  3. try to close the Task Alt+Shift+W
  4. ta da dam....
    null
    java.lang.NullPointerException
    at gitflow.ui.GitflowCloseTaskPanel.(GitflowCloseTaskPanel.java:64)
    at gitflow.ui.GitflowTaskDialogPanelProvider.getCloseTaskPanel(GitflowTaskDialogPanelProvider.java:41)
    at com.intellij.tasks.ui.TaskDialogPanelProvider.lambda$getCloseTaskPanels$1(TaskDialogPanelProvider.java:44)
    at com.intellij.util.containers.ContainerUtil.mapNotNull(ContainerUtil.java:1925)
    at com.intellij.util.containers.ContainerUtil.mapNotNull(ContainerUtil.java:1874)
    at com.intellij.tasks.ui.TaskDialogPanelProvider.getCloseTaskPanels(TaskDialogPanelProvider.java:43)
    at com.intellij.tasks.actions.CloseTaskDialog.(CloseTaskDialog.java:92)
    at com.intellij.tasks.actions.CloseTaskAction.actionPerformed(CloseTaskAction.java:39)
    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:578)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$processAction$2(IdeKeyEventDispatcher.java:627)
    at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:195)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:626)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:478)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:212)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:702)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:395)
    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)
@bmwsedee
Copy link
Contributor

bmwsedee commented Aug 9, 2019

This seems to be fixed with the PR for #235 as well

@OpherV OpherV removed the PR welcome label Aug 10, 2019
@OpherV
Copy link
Owner

OpherV commented Aug 22, 2019

Version 0.6.9 is now on the Jetbrains Repo

@OpherV OpherV closed this as completed Aug 22, 2019
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

3 participants