corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

Smart Diff - plugin detail

Smart Diff displays diff of files

NetBeans Plugin - Smart Diff
Plugin owner: pragalathan
Website:
Added: 2011-12-26
Last updated: 2011-12-26
NetBeans Versions: 7.0, 7.1
License: CDDL
Category: Version Control Systems
Size: 0.02 MB
Downloaded: 315 times
Rating:
 0, by 0 users


Download plugin

Verifications for NetBeans versions

Plugin is not subject to any verification

Introduction

Smart Diff displays the diff of set of source files. It takes 'svn status' output as input and displays the files in a graphical tree structure. Many times as developers, we happen to rename files in the name of refactoring. In those scenarios the renamed file will be a new file and we will not be able to compare it with the old file. Going through the changes manually, across all modified files is a pain. That is where Smart Diff can help you; it has a provision to mention what is your old file name (or pattern) and the new one. This information is used to diff the new files. For example, Old files: ===== BookCatagory.java TopicCategory.java Renamed files: =========== BookDivision.java TopicDivision.java [It works for any type of source file] Now to compare first set with second set all you need to provide is 'Category' and 'Division' and the output of 'svn status' (irrespective of whether the new files are added and/or the old files are removed).

What's new in this version

Fixed bugs related to FileNotFoundException Added feature to specify multiple old and new patterns to enable multiple renamed files.

[ You have to be logged in to be able to comment. ]

User Comments

There are no comments yet.