CloneSet8924


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.963statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12607
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java
22633
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java
Clone Instance
1
Line Count
2
Source Line
607
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java

                if (hasStructuralFieldChanges(currentFieldInfos[index1++ ], otherFieldInfos[index2++ ]))
                        return true;


Clone Instance
2
Line Count
2
Source Line
633
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileReader.java

                if (hasStructuralMethodChanges(currentMethodInfos[index1++ ], otherMethodInfos[index2++ ]))
                        return true;


Clone AbstractionParameter Count: 3Parameter Bindings

if ( [[#variableba505160]]( [[#variableba5050c0]][index1++ ],  [[#variableba505060]][index2++ ]))
  return true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#ba505160]]
hasStructuralFieldChanges 
12[[#ba505160]]
hasStructuralMethodChanges 
21[[#ba5050c0]]
currentFieldInfos 
22[[#ba5050c0]]
currentMethodInfos 
31[[#ba505060]]
otherFieldInfos 
32[[#ba505060]]
otherMethodInfos