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 86793

Summary: Need ability to define sorting for the first column
Product: platform Reporter: Martin Entlicher <mentlicher>
Component: Outline&TreeTableAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker CC: tk_fhd_aui
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Entlicher 2006-10-09 17:11:57 UTC
For some views in debugger we need to be able to define our own Comparator for
the 0-th column (composed from Nodes). There is used Comparator for Properties,
but Nodes are compared by their display names. This does not make much sense in
some situations (call stack (we've obtained several reports already that it
looks very silly to have call stack sorted by names of clases and methods),
breakpoints (we're hacking the line numbers with spaces to have correct decimal
order), array indexes, etc.)
Comment 1 Jiri Rechtacek 2009-01-15 16:35:40 UTC
fixed in core-main/rev/de50002894c7
Comment 2 Quality Engineering 2009-01-17 06:54:37 UTC
Integrated into 'main-golden', will be available in build *200901170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/de50002894c7
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #86793: Need ability to define sorting for the first column
Comment 3 tk_fhd_aui 2010-05-07 08:58:52 UTC
I tried to find the getNestedComparator method in the 6.8 documentation but it seems the change is not implemented there. Did I miss something?