This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 221435 - NullPointerException at org.netbeans.modules.git.ui.fetch.FetchAction.fetch
Summary: NullPointerException at org.netbeans.modules.git.ui.fetch.FetchAction.fetch
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-04 17:26 UTC by zdenek.rod
Modified: 2012-11-07 03:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194517


Attachments
stacktrace (2.99 KB, text/plain)
2012-11-04 17:26 UTC, zdenek.rod
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zdenek.rod 2012-11-04 17:26:43 UTC
Build: NetBeans IDE Dev (Build 201211030001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.git.ui.fetch.FetchAction.fetch(FetchAction.java:79)
   at org.netbeans.modules.git.ui.repository.RepositoryBrowserPanel$RemoteNode$1.actionPerformed(RepositoryBrowserPanel.java:1356)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
Comment 1 zdenek.rod 2012-11-04 17:26:46 UTC
Created attachment 127088 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-11-05 12:07:53 UTC
fix: http://hg.netbeans.org/core-main/rev/4f49014e2c81
Comment 3 Quality Engineering 2012-11-07 03:43:49 UTC
Integrated into 'main-golden', will be available in build *201211070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4f49014e2c81
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #221435 - NullPointerException at org.netbeans.modules.git.ui.fetch.FetchAction.fetch
returning unintentionally removed remote back to the node's lookup