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 215497

Summary: The "Verified for" combo box is superfluous - checkbox would be sufficient
Product: updatecenters Reporter: Petr Jiricka <pjiricka>
Component: PluginportalAssignee: Jan Pirek <jpirek>
Status: NEW ---    
Severity: normal CC: jkovalsky
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Jiricka 2012-07-13 08:48:40 UTC
1. Go to http://plugins.netbeans.org/
2. Notice that the live filter has two combo boxes for version: "NetBeans version" and "Verified for".

Right now I can select two different versions in each of these combo boxes, which does not make sense to me. It's not useful to query for plugins that work with version A and are verified for version B. It only makes sense to query for plugins that work with version A and are verified for the same version A.

So I think it would be sufficient (and less confusing) if Verified for was just a checkbox rather than a combo box (and it could be renamed to "Verified only").
The meaning would be that if I select some version A in the "NetBeans version" combo, and "Verified only" is checked, only plugins verified for version A would be displayed.
(And if I select Any in "NetBeans version" combo, then checking "Verified only" would display plugins that are verified for any version.)
Comment 1 Jiri Kovalsky 2012-07-13 08:54:11 UTC
Good idea. Honzo, can you please implement this?