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 215360 - IllegalArgumentException: URI is not hierarchical
Summary: IllegalArgumentException: URI is not hierarchical
Status: RESOLVED DUPLICATE of bug 175989
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-10 14:32 UTC by Alexander Simon
Modified: 2012-09-10 06:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190605


Attachments
stacktrace (1.53 KB, text/plain)
2012-07-10 14:32 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2012-07-10 14:32:43 UTC
Build: Oracle Solaris Studio Pythia (2012/07/10 328c0bffecdb)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b03
OS: Linux

Stacktrace: 
java.lang.IllegalArgumentException: URI is not hierarchical
   at java.io.File.<init>(File.java:363)
   at org.netbeans.modules.javascript2.editor.classpath.ClassPathProviderImpl.getJsStubs(ClassPathProviderImpl.java:96)
   at org.netbeans.modules.javascript2.editor.classpath.ClassPathProviderImpl.getBootClassPath(ClassPathProviderImpl.java:83)
   at org.netbeans.modules.javascript2.editor.classpath.ClassPathProviderImpl$1.run(ClassPathProviderImpl.java:125)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:646)
Comment 1 Alexander Simon 2012-07-10 14:32:47 UTC
Created attachment 121893 [details]
stacktrace
Comment 2 Petr Hejl 2012-09-10 06:52:47 UTC

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