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

Summary: IllegalArgumentException at org.netbeans.spi.project.support.GenericSources$Group.contains
Product: versioncontrol Reporter: ehsavoie <ehsavoie>
Component: CodeAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=149954
Issue Type: DEFECT Exception Reporter: 149954
Attachments: stacktrace

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 ***