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 98603 - Doubled categories
Summary: Doubled categories
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 6.x
Hardware: All Linux
: P1 blocker (vote)
Assignee: David Botterill
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 09:39 UTC by Jiri Vagner
Modified: 2009-10-03 12:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
list.png (24.02 KB, image/png)
2007-03-22 09:40 UTC, Jiri Vagner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Vagner 2007-03-22 09:39:38 UTC
... and sometimes there is no first capital letter in list item name. See the
screenshot.
Comment 1 Jiri Vagner 2007-03-22 09:40:40 UTC
Created attachment 39793 [details]
list.png
Comment 2 David Botterill 2007-04-17 07:37:19 UTC
This has been fixed in the latest version.  Now the display categories are only
listed as manifest information and not used as categories.
Comment 3 Jiri Vagner 2007-04-24 10:07:02 UTC
Doubled categories are still there. For example there is "Editing(12)" and
"editing(2)". In my opinion it looks a little bit amateurish.
Comment 4 David Botterill 2007-04-27 07:59:12 UTC
I added a case insensitive check so we won't get categories with the same name
and different case.  I also cleaned up the existing DB categories.
Comment 5 Jiri Vagner 2007-06-11 14:31:00 UTC
Cool, thank you.