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 253524 - package nodes are not sorted as desired (with numbers)
Summary: package nodes are not sorted as desired (with numbers)
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-16 13:17 UTC by gliesian
Modified: 2015-09-11 15:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gliesian 2015-07-16 13:17:27 UTC
package nodes are current sorted as such

com.comp.name_1
com.comp.name_10
com.comp.name_11
com.comp.name_2

It would be better if this sorting was applied:

com.comp.name_1
com.comp.name_2
com.comp.name_10
com.comp.name_11