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 - IllegalArgumentException: MasterFileObject[/Users/marekfukala/NetBeansProjects/WebApplication1/build.xml@66e2e191:12eb6e,valid=true] is not inside MasterFileObject[/Users/marekfukala/NetBeansProjects/
Summary: IllegalArgumentException: MasterFileObject[/Users/marekfukala/NetBeansProject...
Status: RESOLVED DUPLICATE of bug 184854
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 184854 204271
Blocks:
  Show dependency tree
 
Reported: 2010-06-01 11:12 UTC by Marek Fukala
Modified: 2011-11-08 20:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169729


Attachments
stacktrace (2.57 KB, text/plain)
2010-06-01 11:12 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***