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 - IllegalArgumentException: Invalid ClassPath root: file:/Volumes/fred/Projects/bjeea-oa/nbprj/demo/jfreechart-demo/test/. The root must be a folder.
Summary: IllegalArgumentException: Invalid ClassPath root: file:/Volumes/fred/Projects...
Status: RESOLVED DUPLICATE of bug 192088
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 13:17 UTC by zn_cn_2
Modified: 2010-11-18 10:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171141


Attachments
stacktrace (2.60 KB, text/plain)
2010-07-02 13:17 UTC, zn_cn_2
Details

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