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 152857 - Sorting in TreeTableView should not be done on Visualizers
Summary: Sorting in TreeTableView should not be done on Visualizers
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
: 151118 164660 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-10 11:30 UTC by t_h
Modified: 2009-05-20 12:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description t_h 2008-11-10 11:30:15 UTC
TreeTableView sorting cannot be done on VisualizerNodes. Sorting affects also other views and if add/remove events
arrive after sorting wrong VisualizerNodes are affected.
Comment 1 Jiri Rechtacek 2008-12-10 09:47:52 UTC
To fix it needs extensive change of TTV code, I'm going to fix it within M2.
Comment 2 Jiri Rechtacek 2008-12-10 09:49:00 UTC
*** Issue 151118 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Rechtacek 2009-01-20 15:56:19 UTC
Added a failing tests http://hg.netbeans.org/core-main/rev/1d5466b75ea4
Comment 4 Quality Engineering 2009-01-21 07:40:50 UTC
Integrated into 'main-golden', will be available in build *200901210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/1d5466b75ea4
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: added a test, it's failing until fix of #152857: Sorting in TreeTableView should not be done on Visualizers
Comment 5 Jiri Rechtacek 2009-03-12 22:46:46 UTC
core-main/rev/565be3214153
Comment 6 Quality Engineering 2009-03-17 08:44:00 UTC
Integrated into 'main-golden', will be available in build *200903170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/565be3214153
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #152857: Sorting in TreeTableView should not be done on Visualizers
Comment 7 Quality Engineering 2009-05-04 19:07:25 UTC
Integrated into 'main-golden', will be available in build *200905041401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/20f89fc55d3b
User: Marek Fukala <mfukala@netbeans.org>
Log: #152857 - StringIndexOutOfBoundsException: String index out of range: 0
Comment 8 t_h 2009-05-20 12:41:14 UTC
*** Issue 164660 has been marked as a duplicate of this issue. ***