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 196667 - NullPointerException at org.netbeans.modules.git.ui.repository.remote.SelectUriStep$RemoteUri.access$200
Summary: NullPointerException at org.netbeans.modules.git.ui.repository.remote.SelectU...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 12:12 UTC by Ondrej Vrabec
Modified: 2011-03-15 09:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177544


Attachments
stacktrace (1.21 KB, text/plain)
2011-03-14 12:12 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2011-03-14 12:12:15 UTC
Build: NetBeans IDE Dev (Build 110308-28458ea4fa64)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.git.ui.repository.remote.SelectUriStep$RemoteUri.access$200(SelectUriStep.java:246)
   at org.netbeans.modules.git.ui.repository.remote.SelectUriStep.getSelectedUri(SelectUriStep.java:210)
   at org.netbeans.modules.git.ui.repository.remote.SelectUriStep$1.perform(SelectUriStep.java:173)
   at org.netbeans.modules.git.client.GitProgressSupport.performIntern(GitProgressSupport.java:101)
   at org.netbeans.modules.git.client.GitProgressSupport.run(GitProgressSupport.java:94)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
Comment 1 Ondrej Vrabec 2011-03-14 12:12:19 UTC
Created attachment 106974 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-03-14 16:03:59 UTC
fix: http://hg.netbeans.org/core-main/rev/785e5e507561
Comment 3 Quality Engineering 2011-03-15 09:46:31 UTC
Integrated into 'main-golden', will be available in build *201103150400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/785e5e507561
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #196667 - NullPointerException at org.netbeans.modules.git.ui.repository.remote.SelectUriStep$RemoteUri.access$200