Projects tagged ‘compare’ and ‘java’


[9 total ]

13 Users

AnyEdit Tools plugin for Eclipse adds several new tools to the context menu of text- based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar. AnyEdit contributes also ... [More] Import/Export working sets wizards. AnyEdit Tools adds new actions to "Compare With" and "Replace With" menus in both editors and files. AnyEdit Tools contributes new "Convert" menu in both editors and files, including such actions like "To / From Unicode/Base64/Html entities/Camel case". AnyEdit Tools plugin can (automatically) perform tabs spaces on active aditor, multiple files or entire directories and supports also file exclusion filter for tabs to spaces action. AnyEdit adds "Open File", "Open Type" and "Save to file..." actions to all consoles and editors. [Less]
Created 12 months ago.

6 Users
   

Daisy Diff is a Java library that diffs (compares) HTML files. Added and removed words are highlighted and changes to the styling are annotated. This project was a Google Summer of Code project ... [More] for DaisyCMS. Features * Works with badly formed HTML that can be found "in the wild". * The diffing is more specialized in HTML than XML tree differs. Changing part of a text node will not cause the entire node to be changed. * In addition to the default visual diff, HTML source can be diffed coherently. * Provides easy to understand descriptions of the changes. * Allow easy browsing of the modifications through keyboard shortcuts. [Less]
Created over 2 years ago.

1 Users
   

Kifkif is a Tool for finding and removing file and folder duplicates in your path. It shall provide either and extensible API/lib and an End-User GUI (Swing) Application for non programmers. File ... [More] similitude (defining duplicates) could be based on a large (and extensible) number of criteria. [Less]
Created over 3 years ago.

0 Users

Open DbDiff is a very simple tool to synchronize two versions of database.
Created 11 months ago.

0 Users

RefactorOften is a code analyzer that discovers code that needs to be refactored. It is packaged as a standalone tool and as a maven2 plugin.
Created 23 days ago.

0 Users

JCompareTool for comparing directories What is JCompare?JCompare is a utility for comparing directories. The utility will present two directories at the same time in left and the right pane and ... [More] will provide a visual comparison of the directory contents. It will also provide subfolder trees navigation. Development ToolsThe application is developed in Java. This makes the software cross platform. The goal is not to use any native component and keep the utility cross platform. [Less]
Created 12 months ago.

0 Users

A Java framework for comparing two objects or determine whether two objects are equal. Feature The simple way use it is to use DefaultCompareContext
Created 11 months ago.

0 Users

Make Directory Difference (MakeDirDiff) toolIntroductionMakeDirDiff is a simple command line tool for finding differences between two directories and storing all new/updates files in a new directory. ... [More] MakeDirDiff compares two directories and creates the third directory with the first directory structure, but with new or updated files only. It can update the second directory content with the current content of the first directory. On the next run MakeDirDiff will find and place only new/changed files appeared in the first directory into the third directory Look at the MakeDirDiff.gif picture to get a visual notion about MakeDirDiff data flow. It's an Apache Ant task. I found this extremely useful for creating incremental backups and updating big web-sites. How it can be runIt is a simple java application, designed as an Apache Ant task. MakeDirDiff can be run from the command line, run as a single Ant task, used as a part of other Ant tasks or integrated into other applications like a library as well. System RequirementsTroubleshootingExecuting a sample ANT taskWe will run and analyze the sample ant task that is stored in build.xml file in each makeDirDiff-bin-1.x.zip file. Download makeDirDiff-bin-1.x.zip file from the Project Download page. Extract this archive to a directory. If you wish more details, look into 'build.xml' file to get some information about a way the example Ant task is defined there, otherwise skip this step. Go to this directory and run an 'ant' command using a system command line interface. You will see some output and words 'BUILD SUCCESSFUL' at the end. In this case the provided MakeDirDiff example works fine. This example task creates a 'result' directory and copy there all files from 'original' directory. It also stores an 'original' directory content into the 'previous' directory. Something has gone wrong when you don't see 'BUILD SUCCESSFUL' words. Look at the 'Troubleshooting' chapter here to find out what is your problem. That’s it! MakeDirDiff made a copy of new/updates files from the ‘original’ directory for you. Let’s try to make something more difficult. Please, remove the 'result' directory now and run 'ant' command again. You will see that the 'result' directory is created again, but it's empty. This is because it has only new/updated files and directories from the 'original' directory, which have not been changed. Make a small experiment then. Add some files and directories into the 'original' directory and run the 'ant' command again. The 'result' directory will contain all those new files and directories. It works! Running as a java applicationCommand line parametersMakeDirDiff requires three parameters: Note that MakeDirDiff without parameters or with wrong number of parameters shows this help text. MS Windows command examplejava -cp *; org.grenader.makedirdiff.MakeDirDiff ./original ./result ./previous You can find this command in the makeDirDiff-Example.bat in makeDirDiff-bin-1.x.zip archive Unix command examplejava -cp *: org.grenader.makedirdiff.MakeDirDiff ./original ./result ./previous You can find this command in the makeDirDiff-Example.sh in makeDirDiff-bin-1.x.zip archive Example ANT taskThe following Ant task is stored in build.xml file in each makeDirDiff-bin-1.x.zip file Look at other examples of calling MakeDirDiff from Ant FeaturesLicenseMakeDirDiff is released under the Apache Software License. See LICENSE.txt for more details. How to contributeAcknowledgementsI'd like to thank Dmitry Solomadin who was so kind and smart to invent a name of the MakeDirDiff tool for me. [Less]
Created 3 months ago.

0 Users

A file and directory merging tool.
Created 4 months ago.