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 191069 - UI: unsorted drivers in Drivers node
Summary: UI: unsorted drivers in Drivers node
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P4 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2010-10-18 08:37 UTC by Jiri Rechtacek
Modified: 2013-01-11 19:59 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 Jiri Rechtacek 2010-10-18 08:37:19 UTC
At least, Oracle Thin > Oracle OCI .
Comment 1 Jiri Rechtacek 2010-10-19 09:57:29 UTC
It's complicated, NodeProvider holds nodes in a TreeSet with alphabetic order or by given comparator. Need to change NP API to allow get order from layer.
Comment 2 matthias42 2013-01-11 19:59:22 UTC
Checked in 7.2: the drivers list in the drivers list is sorted and stays so, when renaming items. I checked the code in DriverListNodeProvider.java for 7.3 and a comparator is provided for the list - specifying case insensitive comparison of displayname as base for sorting.