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 192954 - [70cat] NullPointerException at org.netbeans.modules.mercurial.Mercurial.getRepositoryRoot
Summary: [70cat] NullPointerException at org.netbeans.modules.mercurial.Mercurial.getR...
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 08:17 UTC by rohitbrai
Modified: 2010-12-07 08:38 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174482


Attachments
stacktrace (1.32 KB, text/plain)
2010-12-07 08:17 UTC, rohitbrai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rohitbrai 2010-12-07 08:17:49 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-6274-on-101206)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
akochnev: opening up a grails project in a mercurial repository

akochnev: opening a project in a mercurial repository

GUEST: Installed updates, restarted IDE.




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.FileStatusCache.checkForIgnoredFile(FileStatusCache.java:149)
   at org.netbeans.modules.mercurial.FileStatusCache.getCachedStatus(FileStatusCache.java:295)
   at org.netbeans.modules.mercurial.FileStatusCache.getCachedStatus(FileStatusCache.java:276)
   at org.netbeans.modules.mercurial.MercurialAnnotator.annotateName(MercurialAnnotator.java:175)
Comment 1 rohitbrai 2010-12-07 08:17:53 UTC
Created attachment 103655 [details]
stacktrace
Comment 2 Ondrej Vrabec 2010-12-07 08:38:22 UTC

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