Structural Diff of two java source files
Is there any way to find Structural diff of two java source files? I want to find structural difference of two java files, but i don't know how to start it. Is there any library in java for this purpose? Update: Structural diff means like it does not care about white space or locations. It should compares source a syntactically. This helps us to trace actual changes, even if methods are moved to another location or appear in different order. i found a tool that is for C# and pascal but i need it for java source file comparision. please check the given link http://www.modelmakertools.com