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 162932 - java.net.MalformedURLException: no protocol:
Summary: java.net.MalformedURLException: no protocol:
Status: RESOLVED WONTFIX
Alias: None
Product: contrib
Classification: Unclassified
Component: Buildmonitor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 13:58 UTC by Oleg Khokhlov
Modified: 2009-04-17 17:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149635


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-04-17 13:58:50 UTC
Build: NetBeans IDE Dev (Build 200904160201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86
User comments: new build monitor with bad url

New monitor -> enter no label, press ok -> enter no RSS status URL, press ok. 

STACKTRACE: (first 10 lines)
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.buildmonitor.BuildStatus$7.actionPerformed(BuildStatus.java:250)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1225)
Comment 1 Jesse Glick 2009-04-17 17:17:04 UTC
No plans to support this module any more. Hudson integration is part of the standard distribution in 6.7; other engines
were never supported (CC at one point but not tested for a long time). I will remove it from AU.