History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-33822
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Adam Vandenberg
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Alphabetization error in Type Hierarchy

Created: 21 Dec 06 22:18   Updated: 10 Mar 07 22:07
Component/s: Hierarchy View
Fix Version/s: 3.0, 2.5.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. PNG File CropperCapture[9].Png (92 kb)


Build: 327
Fixed in build: 400


 Description  « Hide
There's an alphabetization error in the Type Hierarchy view, at the top of "SubcollectionEditor<T>" is a "U".

 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 22 Dec 06 17:06
Very strange... Can it be renamed after TypeHierarchy was built? Or is it nested type within type beginning with "A"? Please tell us more about this type and how to reproduce the problem.

Ilya Ryzhenkov - 22 Dec 06 18:13
Ah, I see. It is sorted by type CLR name, i.e. fully qualified name. In your case "Src.Ted.Client.Editors.UserListEditView" is alphabetically before "Src.Ted.Client.GridViews.AddressView".

Adam Vandenberg - 22 Dec 06 18:23
I just noticed that myself; this class was in a file with another class, and was sharing the namespace.