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 32015 - Incorrectly shown lines in diff output when use ignore all whitespaces
Summary: Incorrectly shown lines in diff output when use ignore all whitespaces
Status: VERIFIED DUPLICATE of bug 25844
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-14 17:01 UTC by David Kaspar
Modified: 2003-12-11 14:20 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 David Kaspar 2003-03-14 17:01:26 UTC
How to reproduce:
1) Create file A with this content:
Text without spaces

2) Add and commit this file into CVS repository
3) Modify file to this text:
   Text   without    spaces    

4) Invoke "CVS|Diff" popup menu action
5) Check "Ignore All Whitespaces" checkbox in
appear dialog and press OK
6) See diff panel
7) ERROR - In both panels there is line with text
"   Text   without    spaces    ". But that is
error because in the left-side panel there should
"Text without spaces"

Similar problem is with other options (for
example: Ignore Case)
Comment 1 Richard Gregor 2003-03-14 17:08:20 UTC
Scheduled for 4.0. Similar bug (or maybe he same) was fixed, but there
was originated another one as side effect - problem with no action on
diff button in status output window in javacvs. We need to investigate
how to fix both of them. 
Comment 2 Martin Entlicher 2003-03-18 15:36:17 UTC
It's the same. It's a problem of only JavaCVS.


*** This issue has been marked as a duplicate of 25844 ***
Comment 3 Jiri Kovalsky 2003-03-18 16:06:40 UTC
Yes, Martin is right. Verified as duplicate of another issue.