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 - java.net.MalformedURLException: no protocol:
Summary: java.net.MalformedURLException: no protocol:
Status: RESOLVED DUPLICATE of bug 223449
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 22:08 UTC by spookee
Modified: 2012-12-07 10:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196225


Attachments
stacktrace (2.96 KB, text/plain)
2012-12-06 22:08 UTC, spookee
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***