Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.963 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 607 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
2 | 2 | 633 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java |
| ||||
if (hasStructuralFieldChanges(currentFieldInfos[index1++ ], otherFieldInfos[index2++ ])) return true; |
| ||||
if (hasStructuralMethodChanges(currentMethodInfos[index1++ ], otherMethodInfos[index2++ ])) return true; |
| |||
if ( [[#variableba505160]]( [[#variableba5050c0]][index1++ ], [[#variableba505060]][index2++ ])) return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba505160]] | hasStructuralFieldChanges |
1 | 2 | [[#ba505160]] | hasStructuralMethodChanges |
2 | 1 | [[#ba5050c0]] | currentFieldInfos |
2 | 2 | [[#ba5050c0]] | currentMethodInfos |
3 | 1 | [[#ba505060]] | otherFieldInfos |
3 | 2 | [[#ba505060]] | otherMethodInfos |