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 223447

Summary: java.net.MalformedURLException: no protocol:
Product: php Reporter: spookee
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 196225
Attachments: stacktrace

Description spookee 2012-12-06 22:08:33 UTC
This bug was originally marked as duplicate of bug 221863, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201212060001)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

Stacktrace: 
java.net.MalformedURLException: no protocol: 
   at java.net.URL.<init>(URL.java:567)
   at java.net.URL.<init>(URL.java:464)
   at java.net.URL.<init>(URL.java:413)
   at org.netbeans.modules.php.editor.elements.PhpElementImpl.toFileObject(PhpElementImpl.java:194)
   at org.netbeans.modules.php.editor.elements.PhpElementImpl.resolveFileObject(PhpElementImpl.java:188)
   at org.netbeans.modules.php.editor.elements.PhpElementImpl.getFileObject(PhpElementImpl.java:173)
Comment 1 spookee 2012-12-06 22:08:35 UTC
Created attachment 129007 [details]
stacktrace
Comment 2 Ondrej Brejla 2012-12-07 06:28:59 UTC
Can you test it id todays dev build [1]? Fix should be integrated. Thanks.

[1] http://bits.netbeans.org/download/trunk/nightly/latest/

*** This bug has been marked as a duplicate of bug 223193 ***
Comment 3 Ondrej Brejla 2012-12-07 10:39:39 UTC

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