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 188320

Summary: IllegalArgumentException: Invalid ClassPath root: file:/Volumes/fred/Projects/bjeea-oa/nbprj/demo/jfreechart-demo/test/. The root must be a folder.
Product: editor Reporter: zn_cn_2 <zn_cn_2>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171141
Attachments: stacktrace

Description zn_cn_2 2010-07-02 13:17:21 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

Stacktrace: 
java.lang.IllegalArgumentException: Invalid ClassPath root: file:/Volumes/fred/Projects/bjeea-oa/nbprj/demo/jfreechart-demo/test/. The root must be a folder.
   at org.netbeans.api.java.classpath.ClassPath$Entry.getRoot(ClassPath.java:734)
   at org.netbeans.api.java.classpath.ClassPath.createRoots(ClassPath.java:283)
   at org.netbeans.api.java.classpath.ClassPath.getRoots(ClassPath.java:266)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:161)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:175)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:240)
Comment 1 zn_cn_2 2010-07-02 13:17:26 UTC
Created attachment 100571 [details]
stacktrace
Comment 2 Tomas Zezula 2010-11-18 10:16:37 UTC

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