Results 1 to 1 of 1
Thread: DiffJ 1.1.3
- 11-27-2007, 08:33 PM #1
DiffJ 1.1.3
DiffJ is a commandline application that compares Java files based on content, not whitespace, comments, or reordering of types, methods, or fields. Its output is based on the Unix program diff, and it also has a "brief" output format for a concise summary of what changed. It can work on directories recursively, looking for matching filenames, like "diff -r dir0 dir1". It is primarily for developers refactoring and reformatting Java code, for which most difference tools tend to produce misleading results regarding the type and extent of changes.
Changes
This release has been changed so that output of code added and deleted more closely matches the output produced by diff, that is, displaying only the line(s) added/deleted.
URL: diffj
Similar Threads
-
DiffJ 1.1.2
By JavaBean in forum Java SoftwareReplies: 0Last Post: 08-11-2007, 10:42 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks