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

Summary: IllegalArgumentException: URI has a fragment component
Product: javascript Reporter: Exceptions Reporter <exceptions_reporter>
Component: RequireJSAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222835
Attachments: stacktrace

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