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 22020 - Create Java implementation of Diff
Summary: Create Java implementation of Diff
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-02 09:13 UTC by Jan Becicka
Modified: 2004-06-16 13:52 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
New SimpleDiff (4.13 KB, text/plain)
2002-04-10 12:57 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2002-04-02 09:13:56 UTC
Some tests are failing due to different 
implementation of diff. Please create well-
defined java diff.
Comment 1 Martin Brehovsky 2002-04-02 13:01:08 UTC
Since Diff module already contains diff algorithm (thought not  as
advanced as native diff), it might be probably used in as a simple
diff when performing asserts on files.
Comment 2 Jan Becicka 2002-04-02 13:32:33 UTC
OK, go ahead.
Comment 3 Jan Becicka 2002-04-10 09:00:01 UTC
I'm going to rewrite SimpleDiff to support 
textual files.
Comment 4 Jan Becicka 2002-04-10 09:01:26 UTC
x
Comment 5 Jan Becicka 2002-04-10 12:54:56 UTC
I've rewritten SimpleDiff. It supports textual 
and binary files now.
I'd like to check it into CVS, any objections?
Comment 6 Jan Becicka 2002-04-10 12:57:18 UTC
Created attachment 5353 [details]
New SimpleDiff
Comment 7 Jan Becicka 2002-04-10 15:44:01 UTC
Implemented
Comment 8 dmladek 2004-06-16 13:52:53 UTC
closing... obsolate ide version