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 237989 - [Projects] wrong sorting when chars in upper case & lower case are used
Summary: [Projects] wrong sorting when chars in upper case & lower case are used
Status: RESOLVED DUPLICATE of bug 242226
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 10:50 UTC by ssazonov
Modified: 2015-11-09 15:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
img (90.03 KB, image/png)
2013-11-05 10:50 UTC, ssazonov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ssazonov 2013-11-05 10:50:42 UTC
Created attachment 141860 [details]
img

1. Create e.g. new java project
2. Add new package e.g. "test"
3. Add to package "test" empty files:

test_A
test_b
test_C
test_D

>> files are shown in incorretct ording:
test_A
test_C
test_D
test_b

(see attached images, I assume, that Windows 7 sorts correctly)

Product Version: NetBeans IDE Dev (Build 201310290001)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Jaroslav Havlin 2015-11-09 15:38:27 UTC
New "natural" sort mode is case insensitive.
See bug 242226.

Thank you for reporting.

*** This bug has been marked as a duplicate of bug 242226 ***