Diff tool that can compare sub-sections of files

Posted by EvilPuppetMaster on Stack Overflow See other posts from Stack Overflow or by EvilPuppetMaster
Published on 2009-11-25T23:20:52Z Indexed on 2010/04/23 3:03 UTC
Read the original article Hit count: 233

I'm looking for a diff tool that will allow me to compare just a sub-section of a file with a section of another file, or even of itself. Preferably eclipse based but will take all suggestions.

Yes I know I can copy out the two sections into different files and compare those, but that is very tedious when you are trying to do a large amount of refactoring.

Basically I'm trying to remove as much duplicated code as possible from a code base that is suffering from a great deal of ctrl-V 'inheritance' ;-) However the pasted parts have evolved apart a little over time.

© Stack Overflow or respective owner

Related posts about diff

Related posts about refactoring