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 - java.net.MalformedURLException when entering query dialog
Summary: java.net.MalformedURLException when entering query dialog
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: tasklist-issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-17 08:42 UTC by Jaromir Uhrik
Modified: 2005-09-06 14:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.