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 258233 - IllegalArgumentException: URI has a fragment component
Summary: IllegalArgumentException: URI has a fragment component
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: RequireJS (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-03 20:20 UTC by Exceptions Reporter
Modified: 2016-03-03 20:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222835


Attachments
stacktrace (2.70 KB, text/plain)
2016-03-03 20:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-03-03 20:20:39 UTC
This bug was originally marked as duplicate of bug 249697, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Windows 10

User Comments:
GUEST: The bug was silent. Didnt affect my work.




Stacktrace: 
java.lang.IllegalArgumentException: URI has a fragment component
   at java.io.File.<init>(File.java:425)
   at org.openide.util.BaseUtilities.toFile(BaseUtilities.java:1682)
   at org.openide.util.Utilities.toFile(Utilities.java:2014)
   at org.netbeans.modules.javascript2.requirejs.editor.FSCompletionUtils.computeRelativeItems(FSCompletionUtils.java:132)
   at org.netbeans.modules.javascript2.requirejs.editor.RequireJSCodeCompletion.complete(RequireJSCodeCompletion.java:246)
   at org.netbeans.modules.javascript2.editor.JsCodeCompletion.complete(JsCodeCompletion.java:252)
Comment 1 Exceptions Reporter 2016-03-03 20:20:41 UTC
Created attachment 158734 [details]
stacktrace