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 62444

Summary: java.net.MalformedURLException when entering query dialog
Product: contrib Reporter: Jaromir Uhrik <juhrik>
Component: TasklistAssignee: tasklist-issues@contrib <tasklist-issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jaromir Uhrik 2005-08-17 08:42:05 UTC
[#200508161800]
I downloaded buglist modules from Update Center. Then I click on its icon in
toolbar (it is the last icon in the toolbar). Then typed something to the
"parameters" textfield and pressed OK. Then the following exception appeared in
the exception dialog. There must be better validation of data (information
dialog should appear instead of exception). 

java.net.MalformedURLException: no protocol: /buglist.cgi?
	at java.net.URL.<init>(URL.java:537)
	at java.net.URL.<init>(URL.java:434)
	at java.net.URL.<init>(URL.java:383)
	at
org.netbeans.modules.tasklist.bugs.issuezilla.IZBugEngine.doRefresh(IZBugEngine.java:111)
	at
org.netbeans.modules.tasklist.bugs.issuezilla.IZBugEngine$1.run(IZBugEngine.java:57)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 _ pkuzel 2005-09-06 14:00:02 UTC
The buglist module is not currenly maintained.