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 244776

Summary: Sort the method names by both name and source.
Product: java Reporter: zhyi
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description zhyi 2014-05-29 03:41:19 UTC
Currently there are only two sorting options: "Sort by Name" or "Sort by Source". Neither works perfect when inherited members are shown:
1. Sort by Name - Declared and inherited members are mixed together, causing it hard to distinguish them.
2. Sort by Source - Declared members are sorted by source while inherited members are sorted by name.
I would like to see that both sorting options can be turned on at the same time, so that not only declared and inherited members are separated, but also both are sorted by name.