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 175989 - IllegalArgumentException: URI is not hierarchical
Summary: IllegalArgumentException: URI is not hierarchical
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL: http://statistics.netbeans.org/except...
Keywords:
: 213431 215360 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-04 07:18 UTC by naughtybunnie
Modified: 2012-09-21 11:16 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161450


Attachments
stacktrace (1.14 KB, text/plain)
2009-11-04 07:18 UTC, naughtybunnie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description naughtybunnie 2009-11-04 07:18:30 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
naughtybunnie: warming up netbeans



Stacktrace: 
java.lang.IllegalArgumentException: URI is not hierarchical
        at java.io.File.<init>(File.java:363)
        at org.netbeans.modules.javascript.editing.JsClassPathProvider.getJsStubs(JsClassPathProvider.java:94)
        at org.netbeans.modules.javascript.editing.JsClassPathProvider.getBootClassPath(JsClassPathProvider.java:78)
        at org.netbeans.modules.javascript.editing.JsLanguage$1.run(JsLanguage.java:92)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
Comment 1 naughtybunnie 2009-11-04 07:18:38 UTC
Created attachment 90476 [details]
stacktrace
Comment 2 Petr Hejl 2012-09-10 06:52:32 UTC
*** Bug 213431 has been marked as a duplicate of this bug. ***
Comment 3 Petr Hejl 2012-09-10 06:52:48 UTC
*** Bug 215360 has been marked as a duplicate of this bug. ***
Comment 4 Petr Pisl 2012-09-21 11:16:38 UTC
The code is not here anymore. Replaced with new implementation.