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 202414 - [71cat] IllegalArgumentException: D:\Test\WebRequest\src\java\.svn@4fc37b33:ff44c8 is not inside D:\Test\WebRequest\src\java@98a90406:42db6c
Summary: [71cat] IllegalArgumentException: D:\Test\WebRequest\src\java\.svn@4fc37b33:f...
Status: RESOLVED DUPLICATE of bug 203555
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 204271
Blocks:
  Show dependency tree
 
Reported: 2011-09-21 12:03 UTC by muellermi
Modified: 2011-11-08 20:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181264


Attachments
stacktrace (3.33 KB, text/plain)
2011-09-21 12:03 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2011-09-21 12:03:01 UTC
Build: NetBeans IDE Dev (Build 201109180600)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
muellermi: rename project




Stacktrace: 
java.lang.IllegalArgumentException: D:\Test\WebRequest\src\java\.svn@4fc37b33:ff44c8 is not inside D:\Test\WebRequest\src\java@98a90406:42db6c
   at org.netbeans.spi.project.support.ant.SourcesHelper$SourceRoot$Group.contains(SourcesHelper.java:203)
   at org.netbeans.spi.java.project.support.ui.TreeRootNode$GroupDataFilter.acceptFileObject(TreeRootNode.java:252)
   at org.openide.loaders.FolderChildren$1R.run(FolderChildren.java:174)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1973)
Comment 1 muellermi 2011-09-21 12:03:05 UTC
Created attachment 110962 [details]
stacktrace
Comment 2 Jesse Glick 2011-10-18 21:00:12 UTC
Dupe of something in masterfs.
Comment 3 Jaroslav Tulach 2011-11-04 12:40:31 UTC
Better implementation of isValid is likely to help to have just one FileObject for each file around.

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