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 224270 - java.net.MalformedURLException: no protocol:
Summary: java.net.MalformedURLException: no protocol:
Status: RESOLVED DUPLICATE of bug 223193
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-27 23:14 UTC by Exceptions Reporter
Modified: 2012-12-28 07:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196970


Attachments
stacktrace (3.73 KB, text/plain)
2012-12-27 23:14 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-12-27 23:14:48 UTC
This bug was originally marked as duplicate of bug 222376, 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 201212050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 8

User Comments:
GUEST: i just tried to use vdoc+tab in .phtml (zend view script file) to describe a variable class... ;(




Stacktrace: 
java.net.MalformedURLException: no protocol: 
   at java.net.URL.<init>(URL.java:585)
   at java.net.URL.<init>(URL.java:482)
   at java.net.URL.<init>(URL.java:431)
   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.model.impl.ModelElementImpl.getFileObject(ModelElementImpl.java:264)
Comment 1 Exceptions Reporter 2012-12-27 23:14:50 UTC
Created attachment 129731 [details]
stacktrace
Comment 2 Ondrej Brejla 2012-12-28 07:12:05 UTC

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