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

Summary: [Projects] wrong sorting when chars in upper case & lower case are used
Product: platform Reporter: ssazonov
Component: Data SystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: img

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 ***