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 192952 - [70cat] NullPointerException at org.netbeans.modules.mercurial.Mercurial.getRepositoryRoot
Summary: [70cat] NullPointerException at org.netbeans.modules.mercurial.Mercurial.getR...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 192954 192969 192973 192974 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-07 08:09 UTC by rohitbrai
Modified: 2010-12-08 06:36 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174535


Attachments
stacktrace (2.43 KB, text/plain)
2010-12-07 08:09 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:09:07 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:
krissco: Startup after installing updates.

rohitbrai: Opened an Maven Web Project. This project uses Mercurial for vercion control.

krissco: After IDE startup.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.mercurial.Mercurial.getRepositoryRoot(Mercurial.java:336)
   at org.netbeans.modules.mercurial.util.HgRepositoryContextCache.getPullDefault(HgRepositoryContextCache.java:77)
   at org.netbeans.modules.mercurial.util.HgUtils.getRemoteRepository(HgUtils.java:1252)
   at org.netbeans.modules.mercurial.MercurialInterceptor.getRemoteRepository(MercurialInterceptor.java:339)
   at org.netbeans.modules.mercurial.MercurialInterceptor.getAttribute(MercurialInterceptor.java:323)
   at org.netbeans.modules.versioning.FilesystemInterceptor$DelegatingInterceptor.getAttribute(FilesystemInterceptor.java:493)
Comment 1 rohitbrai 2010-12-07 08:09:11 UTC
Created attachment 103652 [details]
stacktrace
Comment 2 Ondrej Vrabec 2010-12-07 08:38:22 UTC
*** Bug 192954 has been marked as a duplicate of this bug. ***
Comment 3 Ondrej Vrabec 2010-12-07 08:40:33 UTC
mercurial spec version needs to be increased to show on the AU
Comment 4 Ondrej Vrabec 2010-12-07 08:41:44 UTC
fix: #f8785277307b - http://hg.netbeans.org/core-main/rev/f8785277307b
Comment 5 Ondrej Vrabec 2010-12-07 12:53:39 UTC
*** Bug 192969 has been marked as a duplicate of this bug. ***
Comment 6 Ondrej Vrabec 2010-12-07 12:53:46 UTC
*** Bug 192973 has been marked as a duplicate of this bug. ***
Comment 7 Ondrej Vrabec 2010-12-07 13:00:20 UTC
*** Bug 192974 has been marked as a duplicate of this bug. ***
Comment 8 Quality Engineering 2010-12-08 06:36:16 UTC
Integrated into 'main-golden', will be available in build *201012080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f8785277307b
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #192952 - [70cat] NullPointerException at org.netbeans.modules.mercurial.Mercurial.getRepositoryRoot