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

Summary: java.net.MalformedURLException: no protocol:
Product: contrib Reporter: Oleg Khokhlov <ovk>
Component: BuildmonitorAssignee: Jesse Glick <jglick>
Status: RESOLVED WONTFIX    
Severity: blocker CC: ovk
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=149635
Issue Type: DEFECT Exception Reporter: 149635

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.