Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
2.5.1, 3.0
State
Fixed
Assignee
Ilya Ryzhenkov
Subsystem
Hierarchy View
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Adam Vandenberg
    5 years ago (21 Dec 2006 23:18)
  • Updated by   Adam Vandenberg
    4 years ago (10 Mar 2007 23:07)
  • Jira: RSRP-33822
    (history, comments)
 
RSRP-33822 Alphabetization error in Type Hierarchy
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
There's an alphabetization error in the Type Hierarchy view, at the top of "SubcollectionEditor<T>" is a "U".

Issue was closed
Comments (3)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Ilya Ryzhenkov
  Ilya Ryzhenkov
22 Dec 2006 18:06
5 years ago
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
  Ilya Ryzhenkov
22 Dec 2006 19:13
5 years ago
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
  Adam Vandenberg
22 Dec 2006 19:23
5 years ago
I just noticed that myself; this class was in a file with another class, and was sharing the namespace.