| Summary: | [DBCS4.2] AIX 7, Java class containing DBCS methods are not correctly sorted by Sort Member function | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Harendra <harendra> | ||||
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> | ||||
| Status: | CLOSED INVALID | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | camle, daniel_megert, kennoji | ||||
| Version: | 3.8 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | Other | ||||||
| OS: | other | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Harendra
Created attachment 213833 [details]
Example of the class file containing DBCS methods and fields.
Example of the class file containing DBCS methods and fields. The file is encoded in Shift-JIS.
(In reply to comment #0) > Expected Result: > The methods and fields should be sorted correctly. > Actual Result: > The methods and fields are not sorted correctly. Please tell us what's correct. @Dani Hi it appears I made a user error. I saw main() method appear before get() method that is why I got suspicious. As I looked into it again it appears that Static methods and fields are clumped together, and are ranked higher in the order which is why main came before non static get. I marked this bug invalid, if this result is not consistent with the specification you may open it again. Sorry for taking your time. > Sorry for taking your time.
np. Thanks for the feedback.
|