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 192974 - NullPointerException at org.netbeans.modules.mercurial.Mercurial.getRepositoryRoot
Summary: NullPointerException at org.netbeans.modules.mercurial.Mercurial.getRepositor...
Status: RESOLVED DUPLICATE of bug 192952
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-07 12:56 UTC by zolta
Modified: 2010-12-07 13:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 174762


Attachments
stacktrace (2.98 KB, text/plain)
2010-12-07 12:56 UTC, zolta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zolta 2010-12-07 12:56:29 UTC
Build: NetBeans IDE Dev (Build 101206-535bcec0a140)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mercurial.Mercurial.getRepositoryRoot(Mercurial.java:336)
   at org.netbeans.modules.mercurial.util.HgUtils.isIgnored(HgUtils.java:411)
   at org.netbeans.modules.mercurial.MercurialInterceptor.afterCreate(MercurialInterceptor.java:305)
   at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.afterCreate(FilesystemInterceptor.java:553)
   at org.netbeans.modules.versioning.FilesystemInterceptor.fileCreated(FilesystemInterceptor.java:283)
   at org.netbeans.modules.versioning.FilesystemInterceptor.createSuccess(FilesystemInterceptor.java:259)
Comment 1 zolta 2010-12-07 12:56:34 UTC
Created attachment 103670 [details]
stacktrace
Comment 2 Ondrej Vrabec 2010-12-07 13:00:20 UTC
Please download the latest dev build and reinstall

*** This bug has been marked as a duplicate of bug 192952 ***