Giter Site home page Giter Site logo

Comments (8)

OpherV avatar OpherV commented on September 24, 2024

Every time? On Every project?
Please describe the use case and paste the full stack trace

from gitflow4idea.

naveenBluepi avatar naveenBluepi commented on September 24, 2024

I installed git flow intergration plugin in intellij and I restarted idea. I clicked on gitflow on bottom right corner then I got the following exception in event log

from gitflow4idea.

OpherV avatar OpherV commented on September 24, 2024

Which intellij version?
Please paste the full stack trace

from gitflow4idea.

naveenBluepi avatar naveenBluepi commented on September 24, 2024

[ 44345] ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.6.0_27
[ 44346] ERROR - com.intellij.ide.IdeEventQueue - VM: OpenJDK 64-Bit Server VM
[ 44346] ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
[ 44346] ERROR - com.intellij.ide.IdeEventQueue - OS: Linux
[ 44908] ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(1034,705),absolute(1100,756),button=1,modifiers=Button1,clickCount=1] on frame0
java.lang.NullPointerException
at java.lang.String.startsWith(String.java:1433)
at java.lang.String.startsWith(String.java:1462)
at gitflow.GitflowBranchUtil.isCurrentBranchFeature(GitflowBranchUtil.java:57)
at gitflow.GitflowActions.getActions(GitflowActions.java:117)
at gitflow.ui.GitflowWidget.getPopupStep(GitflowWidget.java:107)
at com.intellij.openapi.wm.impl.status.IdeStatusBarImpl$MultipleTextValuesPresentationWrapper$1.onClick(IdeStatusBarImpl.java:632)
at com.intellij.ui.ClickListener$1.mouseReleased(ClickListener.java:73)
at java.awt.Component.processMouseEvent(Component.java:6288)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6053)
at java.awt.Container.processEvent(Container.java:2045)
at java.awt.Component.dispatchEventImpl(Component.java:4649)
at java.awt.Container.dispatchEventImpl(Container.java:2103)
at java.awt.Component.dispatchEvent(Component.java:4475)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4633)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4297)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4227)
at java.awt.Container.dispatchEventImpl(Container.java:2089)
at java.awt.Window.dispatchEventImpl(Window.java:2587)
at java.awt.Component.dispatchEvent(Component.java:4475)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:675)
at java.awt.EventQueue.access$300(EventQueue.java:96)
at java.awt.EventQueue$2.run(EventQueue.java:634)
at java.awt.EventQueue$2.run(EventQueue.java:632)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:108)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:119)
at java.awt.EventQueue$3.run(EventQueue.java:648)
at java.awt.EventQueue$3.run(EventQueue.java:646)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:108)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:645)
at com.intellij.ide.IdeEventQueue.d(IdeEventQueue.java:700)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:521)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:348)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
[ 44909] ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA 12.1.4 Build #IU-129.713
[ 44909] ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.6.0_27
[ 44909] ERROR - com.intellij.ide.IdeEventQueue - VM: OpenJDK 64-Bit Server VM
[ 44909] ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
[ 44909] ERROR - com.intellij.ide.IdeEventQueue - OS: Linux
[ 45113] ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(1034,705),absolute(1100,756),button=1,modifiers=Button1,clickCount=1] on frame0
java.lang.NullPointerException
at java.lang.String.startsWith(String.java:1433)
at java.lang.String.startsWith(String.java:1462)
at gitflow.GitflowBranchUtil.isCurrentBranchFeature(GitflowBranchUtil.java:57)
at gitflow.GitflowActions.getActions(GitflowActions.java:117)
at gitflow.ui.GitflowWidget.getPopupStep(GitflowWidget.java:107)
at com.intellij.openapi.wm.impl.status.IdeStatusBarImpl$MultipleTextValuesPresentationWrapper$1.onClick(IdeStatusBarImpl.java:632)
at com.intellij.ui.ClickListener$1.mouseReleased(ClickListener.java:73)
at java.awt.Component.processMouseEvent(Component.java:6288)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6053)
at java.awt.Container.processEvent(Container.java:2045)
at java.awt.Component.dispatchEventImpl(Component.java:4649)
at java.awt.Container.dispatchEventImpl(Container.java:2103)
at java.awt.Component.dispatchEvent(Component.java:4475)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4633)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4297)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4227)
at java.awt.Container.dispatchEventImpl(Container.java:2089)
at java.awt.Window.dispatchEventImpl(Window.java:2587)
at java.awt.Component.dispatchEvent(Component.java:4475)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:675)
at java.awt.EventQueue.access$300(EventQueue.java:96)
at java.awt.EventQueue$2.run(EventQueue.java:634)
at java.awt.EventQueue$2.run(EventQueue.java:632)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:108)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:119)
at java.awt.EventQueue$3.run(EventQueue.java:648)
at java.awt.EventQueue$3.run(EventQueue.java:646)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:108)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:645)
at com.intellij.ide.IdeEventQueue.d(IdeEventQueue.java:700)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:521)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:348)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
[ 45114] ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA 12.1.4 Build #IU-129.713
[ 45114] ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.6.0_27
[ 45114] ERROR - com.intellij.ide.IdeEventQueue - VM: OpenJDK 64-Bit Server VM
[ 45114] ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
[ 45114] ERROR - com.intellij.ide.IdeEventQueue - OS: Linux
[1265165] ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(1013,699),absolute(1079,750),button=1,modifiers=Button1,clickCount=1] on frame0
java.lang.NullPointerException
[1265165] ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA 12.1.4 Build #IU-129.713
[1265166] ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.6.0_27
[1265166] ERROR - com.intellij.ide.IdeEventQueue - VM: OpenJDK 64-Bit Server VM
[1265166] ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
[1265166] ERROR - com.intellij.ide.IdeEventQueue - OS: Linux
[1265166] ERROR - com.intellij.ide.IdeEventQueue - Last Action: Resume
[1395800] ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(967,711),absolute(1033,762),button=1,modifiers=Button1,clickCount=1] on frame0
java.lang.NullPointerException
[1395803] ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA 12.1.4 Build #IU-129.713
[1395803] ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.6.0_27
[1395804] ERROR - com.intellij.ide.IdeEventQueue - VM: OpenJDK 64-Bit Server VM
[1395804] ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
[1395804] ERROR - com.intellij.ide.IdeEventQueue - OS: Linux
[1395804] ERROR - com.intellij.ide.IdeEventQueue - Last Action: ChangesView.Shelve
[1401698] ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(1007,712),absolute(1073,763),button=1,modifiers=Button1,clickCount=1] on frame0
java.lang.NullPointerException
[1401698] ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA 12.1.4 Build #IU-129.713
[1401699] ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.6.0_27
[1401699] ERROR - com.intellij.ide.IdeEventQueue - VM: OpenJDK 64-Bit Server VM
[1401699] ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
[1401699] ERROR - com.intellij.ide.IdeEventQueue - OS: Linux
[1401699] ERROR - com.intellij.ide.IdeEventQueue - Last Action: ChangesView.Shelve
[1404037] ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(978,706),absolute(1044,757),button=1,modifiers=Button1,clickCount=1] on frame0
java.lang.NullPointerException
[1404037] ERROR - com.intellij.ide.IdeEventQueue - IntelliJ IDEA 12.1.4 Build #IU-129.713
[1404037] ERROR - com.intellij.ide.IdeEventQueue - JDK: 1.6.0_27
[1404038] ERROR - com.intellij.ide.IdeEventQueue - VM: OpenJDK 64-Bit Server VM
[1404038] ERROR - com.intellij.ide.IdeEventQueue - Vendor: Sun Microsystems Inc.
[1404038] ERROR - com.intellij.ide.IdeEventQueue - OS: Linux
[1404038] ERROR - com.intellij.ide.IdeEventQueue - Last Action: ChangesView.Shelve
[1404425] ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(978,706),absolute(1044,757),button=1,modifiers=Button1,clickCount=1] on frame0

from gitflow4idea.

naveenBluepi avatar naveenBluepi commented on September 24, 2024

IntelliJ IDEA 12.1.4 Build #IU-129.713 this is my version

from gitflow4idea.

OpherV avatar OpherV commented on September 24, 2024

Ok this sounds a lot like #14 (Git flow improperly initialized)

I'll need to add better error handling of this situation.
In the meantime to get you up and running - go to command line and run git flow init -f with the proper branch names, and that should sort things out

from gitflow4idea.

naveenBluepi avatar naveenBluepi commented on September 24, 2024

thanks

from gitflow4idea.

OpherV avatar OpherV commented on September 24, 2024

Hopefully should not happen now

from gitflow4idea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.