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 215632 - java.net.MalformedURLException: no protocol: * http://netbeans.org/index.html
Summary: java.net.MalformedURLException: no protocol: * http://netbeans.org/index.html
Status: RESOLVED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: Live HTML (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-17 14:50 UTC by Vladimir Riha
Modified: 2015-02-04 03:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190813


Attachments
stacktrace (3.19 KB, text/plain)
2012-07-17 14:50 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-07-17 14:50:42 UTC
Build: NetBeans IDE Dev (Build EaselCSS-341-on-20120717)
VM: Java HotSpot(TM) Client VM, 23.2-b08, Java(TM) SE Runtime Environment, 1.7.0_06-ea-b19
OS: Linux

User Comments:
vriha: Selecting invalid URL




Stacktrace: 
java.net.MalformedURLException: no protocol:  * http://netbeans.org/index.html
   at java.net.URL.<init>(URL.java:583)
   at java.net.URL.<init>(URL.java:480)
   at java.net.URL.<init>(URL.java:429)
   at org.netbeans.modules.web.livehtml.ui.AnalysisPanel.startAnalysisButtonActionPerformed(AnalysisPanel.java:595)
   at org.netbeans.modules.web.livehtml.ui.AnalysisPanel.access$600(AnalysisPanel.java:97)
   at org.netbeans.modules.web.livehtml.ui.AnalysisPanel$5.actionPerformed(AnalysisPanel.java:434)
Comment 1 Vladimir Riha 2012-07-17 14:50:46 UTC
Created attachment 122110 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:36:20 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.