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 163097 - IllegalArgumentException: URI is not absolute
Summary: IllegalArgumentException: URI is not absolute
Status: RESOLVED DUPLICATE of bug 163027
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-20 11:36 UTC by Martin Schovanek
Modified: 2009-04-20 12:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149813


Attachments
stacktrace (3.60 KB, text/plain)
2009-04-20 11:36 UTC, Martin Schovanek
Details
stacktrace (3.60 KB, text/plain)
2009-04-20 11:50 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2009-04-20 11:36:45 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904192254)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
mschovanek: Trying to reproduce:
http://www.netbeans.org/issues/show_bug.cgi?id=162305



Stacktrace: 
java.lang.IllegalArgumentException: URI is not absolute
        at java.net.URI.toURL(URI.java:1080)
        at org.netbeans.modules.parsing.impl.indexing.Util.resolveUrl(Util.java:133)
        at org.netbeans.modules.parsing.spi.indexing.support.IndexResult.getUrl(IndexResult.java:87)
        at org.netbeans.modules.parsing.spi.indexing.support.IndexResult.getFile(IndexResult.java:110)
        at org.netbeans.modules.javascript.editing.IndexedElement.getFilenameUrl(IndexedElement.java:227)
        at org.netbeans.modules.javascript.editing.JsCodeCompletion$JsCompletionItem.getRhsHtml(JsCodeCompletion.java:2572)
Comment 1 Martin Schovanek 2009-04-20 11:36:50 UTC
Created attachment 80501 [details]
stacktrace
Comment 2 Martin Schovanek 2009-04-20 11:50:52 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904192254)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments: 


Stacktrace: 
java.lang.IllegalArgumentException: URI is not absolute
        at java.net.URI.toURL(URI.java:1080)
        at org.netbeans.modules.parsing.impl.indexing.Util.resolveUrl(Util.java:133)
        at org.netbeans.modules.parsing.spi.indexing.support.IndexResult.getUrl(IndexResult.java:87)
        at org.netbeans.modules.parsing.spi.indexing.support.IndexResult.getFile(IndexResult.java:110)
        at org.netbeans.modules.javascript.editing.IndexedElement.getFilenameUrl(IndexedElement.java:227)
        at org.netbeans.modules.javascript.editing.JsCodeCompletion$JsCompletionItem.getRhsHtml(JsCodeCompletion.java:2572)
Comment 3 Martin Schovanek 2009-04-20 11:50:56 UTC
Created attachment 80503 [details]
stacktrace
Comment 4 Vitezslav Stejskal 2009-04-20 12:54:04 UTC
Should already be fixed.

*** This issue has been marked as a duplicate of 163027 ***