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 267363 - NullPointerException at org.netbeans.modules.mercurial.HgModuleConfig.insertRecentUrl
Summary: NullPointerException at org.netbeans.modules.mercurial.HgModuleConfig.insertR...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-29 21:13 UTC by silva_fabio
Modified: 2016-07-29 21:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225511


Attachments
stacktrace (1015 bytes, text/plain)
2016-07-29 21:13 UTC, silva_fabio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description silva_fabio 2016-07-29 21:13:36 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 8

User Comments:
silva_fabio: When start the clone




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mercurial.HgModuleConfig.insertRecentUrl(HgModuleConfig.java:495)
   at org.netbeans.modules.mercurial.ui.wizards.CloneRepositoryWizardPanel.storeHistory(CloneRepositoryWizardPanel.java:309)
   at org.netbeans.modules.mercurial.ui.wizards.CloneRepositoryWizardPanel.access$400(CloneRepositoryWizardPanel.java:90)
   at org.netbeans.modules.mercurial.ui.wizards.CloneRepositoryWizardPanel$RepositoryStepProgressSupport.perform(CloneRepositoryWizardPanel.java:397)
   at org.netbeans.modules.mercurial.HgProgressSupport.performIntern(HgProgressSupport.java:148)
   at org.netbeans.modules.mercurial.HgProgressSupport.run(HgProgressSupport.java:141)
Comment 1 silva_fabio 2016-07-29 21:13:38 UTC
Created attachment 161497 [details]
stacktrace