0
Write a code to recognize the code clones. Input is code files.
identify the duplicate code in given set of files.
3 Answers
+ 4
ÂŻ\_(ă)_/ÂŻ
+ 1
Can you give us an example of the files you would be parsing?
0
Ben
Suppose I have 'n' java codes written in n different files. Then this code should check whether all the codes are unique.
If they are not They should be classified into different types of clones
like 1-the 2 codes are exactly same
2-the 2 codes does the same work but has little different programming constructs.
etc
I hope you understand the question!!