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 197447 - NullPointerException at org.netbeans.modules.git.ui.repository.remote.SelectUriStep.validateBeforeNext
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.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 15:24 UTC by Ondrej Vrabec
Modified: 2011-04-06 08:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178181


Attachments
stacktrace (1.30 KB, text/plain)
2011-04-05 15:24 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-04-05 15:24:54 UTC
Build: NetBeans IDE Dev (Build 20110321-31412426d730)
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.validateBeforeNext(SelectUriStep.java:171)
   at org.netbeans.modules.git.ui.repository.remote.SelectUriStep$1.run(SelectUriStep.java:106)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
   at java.awt.EventQueue.access$000(EventQueue.java:85)
   at java.awt.EventQueue$1.run(EventQueue.java:603)
Comment 1 Ondrej Vrabec 2011-04-05 15:24:58 UTC
Created attachment 107512 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-04-05 15:29:48 UTC
fix: http://hg.netbeans.org/core-main/rev/9904ab3daa3e
Comment 3 Quality Engineering 2011-04-06 08:43:37 UTC
Integrated into 'main-golden', will be available in build *201104060400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9904ab3daa3e
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #197447 - NullPointerException at org.netbeans.modules.git.ui.repository.remote.SelectUriStep.validateBeforeNext