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 164770 - IllegalArgumentException: Attempted to pass a null directory to isProject
Summary: IllegalArgumentException: Attempted to pass a null directory to isProject
Status: RESOLVED DUPLICATE of bug 129781
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 14:29 UTC by cli
Modified: 2009-05-12 10:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150839


Attachments
stacktrace (7.33 KB, text/plain)
2009-05-08 14:30 UTC, cli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cli 2009-05-08 14:29:49 UTC
Build: NetBeans IDE 6.0.1 (Build 080906)
VM: Java HotSpot(TM) Client VM, 11.3-b02
OS: Linux, 2.6.29-1-686, i386

User Comments:
cli: Renaming package.



Stacktrace: 
java.lang.IllegalArgumentException: Attempted to pass a null directory to isProject
        at org.netbeans.api.project.ProjectManager.isProject(ProjectManager.java:382)
        at org.netbeans.modules.mercurial.util.HgUtils.isIgnored(HgUtils.java:260)
        at org.netbeans.modules.mercurial.util.HgUtils.isIgnored(HgUtils.java:244)
        at org.netbeans.modules.mercurial.FileStatusCache.getCachedStatus(FileStatusCache.java:312)
        at org.netbeans.modules.mercurial.MercurialAnnotator.annotateIcon(MercurialAnnotator.java:271)
        at org.netbeans.modules.versioning.VersioningAnnotationProvider.annotateIcon(VersioningAnnotationProvider.java:92)
Comment 1 cli 2009-05-08 14:30:33 UTC
Created attachment 81807 [details]
stacktrace
Comment 2 Milos Kleint 2009-05-12 09:51:33 UTC
reassigning to mercurial
Comment 3 Ondrej Vrabec 2009-05-12 10:14:30 UTC

*** This issue has been marked as a duplicate of 129781 ***