Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-08-22 14:38 Retour à la liste release
1.1.1

Cette version inclut la dernière version de java-diff, la bibliothèque qui effectue la comparaison de code dans les méthodes, les constructeurs, et sur le terrain initialisateurs. En conséquence, un bug dans la comparaison de code a été corrigé.
Tags: Minor bugfixes
This version includes the latest release of
java-diff, the library that does the comparison of
code within methods, constructors, and field
initializers. As a result, a bug in code
comparison has been fixed.

Project Resources