pombreda / nbgit

Automatically exported from code.google.com/p/nbgit
0 stars 0 forks source link

Reduced Dependencies - Commit Does Nothing #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed new reduced dependencies version
2. modified files
3. attempted to commit

What is the expected output? What do you see instead?
Not sure

What version of the product are you using? On what operating system?
mac os x

Please provide any additional information below.
It just doesnt do anything when I try to commit files. Either selected
groups of files or individually. I checked to see if they were commit but
just not visually changed but they are not.

Original issue reported on code.google.com by talk@joelsaltzman.com on 22 Sep 2008 at 8:32

GoogleCodeExporter commented 9 years ago
Check if you have a red round icon bottom right after you commit. Click the red 
icon
to open then click show details...

Original comment by aaronhat...@gmail.com on 7 Oct 2008 at 1:49

GoogleCodeExporter commented 9 years ago
Thanks for digging into this. Hope this is in fact issue 22 ...

Original comment by jonas.fonseca on 7 Oct 2008 at 9:31

GoogleCodeExporter commented 9 years ago
@joelsaltzman:
Any chance you could try to reproduce this and check if there is a red icon
blinking in the bottom right after attempting to commit? If so, the associated
back trace would be very helpfull.

Original comment by jonas.fonseca on 23 Oct 2008 at 7:31

GoogleCodeExporter commented 9 years ago
A java.lang.NoSuchMethodError exception has occured.

details :

java.lang.NoSuchMethodError: java.lang.String.isEmpty()Z
    at org.nbgit.GitModuleConfig.getBoolean(GitModuleConfig.java:278)
    at org.nbgit.GitModuleConfig.getProperties(GitModuleConfig.java:317)
    at org.nbgit.ui.commit.CommitAction.commit(CommitAction.java:177)
    at org.nbgit.ui.commit.CommitAction.performAction(CommitAction.java:123)
    at org.nbgit.ui.ContextAction.actionPerformed(ContextAction.java:80)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:334)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1051)
    at apple.laf.CUIAquaMenuItem.doClick(CUIAquaMenuItem.java:119)
    at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.jav
a:1092)
    at java.awt.Component.processMouseEvent(Component.java:5602)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
    at java.awt.Component.processEvent(Component.java:5367)
    at java.awt.Container.processEvent(Container.java:2010)
    at java.awt.Component.dispatchEventImpl(Component.java:4068)
    at java.awt.Container.dispatchEventImpl(Container.java:2068)
    at java.awt.Component.dispatchEvent(Component.java:3903)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
    at java.awt.Container.dispatchEventImpl(Container.java:2054)
    at java.awt.Window.dispatchEventImpl(Window.java:1801)
    at java.awt.Component.dispatchEvent(Component.java:3903)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Original comment by talk@joelsaltzman.com on 23 Oct 2008 at 5:17

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you. This is indeed the same as issue 22.

Original comment by jonas.fonseca on 23 Oct 2008 at 8:52

GoogleCodeExporter commented 9 years ago
Please try nbgit-0.2pre0 and verify if the issue has been fixed:

  http://nbgit.googlecode.com/files/nbgit-0.2pre0.nbm

Original comment by jonas.fonseca on 24 Oct 2008 at 3:27