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 164946 - [67cat] 'Diff to' doesn't work properly
Summary: [67cat] 'Diff to' doesn't work properly
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker with 1 vote (vote)
Assignee: issues@versioncontrol
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-05-12 13:54 UTC by Michel Graciano
Modified: 2009-05-27 17:21 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 Michel Graciano 2009-05-12 13:54:05 UTC
[ BUILD # : 200905080201 ]
[ JDK VERSION : 1.6.* ]

1-CVS > Search History for any file in CVS repository
2-For example, for my file, at 1.3 version history click at 'Diff to:
1.1'.
The diff view is open but the diff between 1.2 and 1.1 is not opened
automatically as expected.
Comment 1 Marian Petras 2009-05-15 17:06:00 UTC
Seems to be caused by fix of bug #152857 ("Sorting in TreeTableView should not be done on Visualizers").
Comment 2 Ondrej Vrabec 2009-05-18 09:27:49 UTC
hotfixed: cdev #2a2f79affd87
since the TreeTableView component has been marked deprecated, it should be replaced with the OutlineView: #165376
Comment 3 Quality Engineering 2009-05-19 07:33:20 UTC
Integrated into 'main-golden', will be available in build *200905190201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2a2f79affd87
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #164946 - [67cat] 'Diff to' doesn't work properly
hotfixed, TTV bypassed and JTree accessed directly
Comment 4 Michel Graciano 2009-05-19 14:38:58 UTC
v. 200905190201
Comment 5 Marian Petras 2009-05-27 17:21:50 UTC
For your information:
I made the change so development builds of NB 6.8 use OutlineView.