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 163389 - IllegalArgumentException at org.netbeans.spi.project.support.GenericSources$Group.contains
Summary: IllegalArgumentException at org.netbeans.spi.project.support.GenericSources$G...
Status: RESOLVED DUPLICATE of bug 161904
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (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-04-22 13:54 UTC by ehsavoie
Modified: 2009-04-27 10:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149954


Attachments
stacktrace (3.22 KB, text/plain)
2009-04-22 13:55 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2009-04-22 13:54:49 UTC
Build: NetBeans IDE Dev (Build 200904051400)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments:
ehsavoie: Listing the project files



Stacktrace: 
java.lang.IllegalArgumentException
        at org.netbeans.spi.project.support.GenericSources$Group.contains(GenericSources.java:158)
        at org.netbeans.modules.versioning.spi.VCSContext.addProjectFiles(VCSContext.java:291)
        at org.netbeans.modules.versioning.spi.VCSContext.forNodes(VCSContext.java:142)
        at org.netbeans.modules.versioning.Utils.contextForLookup(Utils.java:95)
        at org.netbeans.modules.versioning.VersioningAnnotationProvider$AbstractVersioningSystemActions.createContextAwareInstance(VersioningAnnotationProvider.java:216)
        at org.openide.actions.FileSystemAction.createMenu(FileSystemAction.java:167)
Comment 1 ehsavoie 2009-04-22 13:55:01 UTC
Created attachment 80697 [details]
stacktrace
Comment 2 Milos Kleint 2009-04-27 09:50:08 UTC
probably wrong parameter passed from VCSContext, reassigning to version control.
possibly related to #150304
Comment 3 Ondrej Vrabec 2009-04-27 10:11:11 UTC

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