NullPointerException after last update 0.6.1
See original GitHub issueAfter the last update 0.6.1 when creating new task (Tools -> Tasks & Context) in IDE PhpStorm 2017.1
null
java.lang.NullPointerException
at gitflow.GitflowConfigUtil.getDevelopBranch(GitflowConfigUtil.java:44)
at gitflow.ui.GitflowOpenTaskPanel.<init>(GitflowOpenTaskPanel.java:59)
at gitflow.ui.GitflowTaskDialogPanelProvider.getOpenTaskPanel(GitflowTaskDialogPanelProvider.java:27)
at com.intellij.tasks.ui.TaskDialogPanelProvider.lambda$getOpenTaskPanels$0(TaskDialogPanelProvider.java:39)
at com.intellij.util.containers.ContainerUtil.mapNotNull(ContainerUtil.java:1895)
at com.intellij.util.containers.ContainerUtil.mapNotNull(ContainerUtil.java:1844)
at com.intellij.tasks.ui.TaskDialogPanelProvider.getOpenTaskPanels(TaskDialogPanelProvider.java:38)
at com.intellij.tasks.actions.OpenTaskDialog.<init>(OpenTaskDialog.java:103)
at com.intellij.tasks.actions.GotoTaskAction.lambda$showOpenTaskDialog$0(GotoTaskAction.java:113)
at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:303)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.a(LaterInvocator.java:410)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:399)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:827)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:655)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:365)
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)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:6 (1 by maintainers)
Top Results From Across the Web
java.lang.NullPointerException Can't Find Source
This is where the problem comes: RUNTIME ERROR: Java.Lang.NullPointerException. The probleme is my compiler (netbeans) does not show me where ...
Read more >A null pointer exception is encountered when attempting to ...
PI63141: A null pointer exception is encountered when attempting to servi ce a request through the Java ODR causing the request to fail....
Read more >NullPointerException when commiting/making roll... - JBoss.org
I was able to make it work! My error was that the jboss dependencies import was in a parent artifact. So I've put...
Read more >How to Fix and Avoid NullPointerException in Java - Rollbar
The NullPointerException occurs due to a situation in application code where an uninitialized object is attempted to be accessed or modified.
Read more >"java.lang.NullPointerException: Ticking entity" Crash when ...
If you have not changed EntityAnthraxCowMob since the time of this post, look at line 80, as you can see, you're setting something...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I must have missed that in the new multi-repo refactor. Thanks for heads up!
Maybe it needs not here but I have this error now (0.6.2) while opening new task