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 187030

Summary: IllegalArgumentException: MasterFileObject[/Users/marekfukala/NetBeansProjects/WebApplication1/build.xml@66e2e191:12eb6e,valid=true] is not inside MasterFileObject[/Users/marekfukala/NetBeansProjects/
Product: platform Reporter: Marek Fukala <mfukala>
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jglick
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 169729
Bug Depends on: 184854, 204271    
Bug Blocks:    
Attachments: stacktrace

Description Marek Fukala 2010-06-01 11:12:01 UTC
Build: NetBeans IDE Dev (Build 100531-d96dba1812f1)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X

Stacktrace: 
java.lang.IllegalArgumentException: MasterFileObject[/Users/marekfukala/NetBeansProjects/WebApplication1/build.xml@66e2e191:12eb6e,valid=true] is not inside MasterFileObject[/Users/marekfukala/NetBeansProjects/WebApplication1@5e54d3d8:c168139,valid=true]
   at org.netbeans.spi.project.support.ant.SourcesHelper$SourceRoot$Group.contains(SourcesHelper.java:201)
   at org.netbeans.modules.versioning.spi.VCSContext.addProjectFiles(VCSContext.java:309)
   at org.netbeans.modules.versioning.spi.VCSContext.forNodes(VCSContext.java:148)
   at org.netbeans.modules.versioning.ProjectMenuItem.createVersioningSystemItems(ProjectMenuItem.java:147)
   at org.netbeans.modules.versioning.ProjectMenuItem.access$400(ProjectMenuItem.java:75)
   at org.netbeans.modules.versioning.ProjectMenuItem$LazyMenu.addVersioningSystemItems(ProjectMenuItem.java:258)
Comment 1 Marek Fukala 2010-06-01 11:12:04 UTC
Created attachment 99703 [details]
stacktrace
Comment 2 Jesse Glick 2010-06-07 14:55:47 UTC
Duplicate of some problem in masterfs, I don't remember what.
Comment 3 Jaroslav Tulach 2010-06-07 15:41:58 UTC

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