CloneSet5315


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.985statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13568
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java
23581
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java
Clone Instance
1
Line Count
3
Source Line
568
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java

                new_repair = checkPrimaryDistance(stack, stateStackTop, new_repair);
                if (new_repair.distance > repair.distance || new_repair.misspellIndex > repair.misspellIndex) {
                        repair = new_repair;
                }


Clone Instance
2
Line Count
3
Source Line
581
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java

                        new_repair = checkPrimaryDistance(prevStack, prevStackTop, new_repair);
                        if (new_repair.distance > repair.distance || new_repair.misspellIndex > repair.misspellIndex) {
                                repair = new_repair;
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

new_repair = checkPrimaryDistance( [[#variableb11c1c00]],  [[#variableb19619e0]], new_repair);
if (new_repair.distance > repair.distance || new_repair.misspellIndex > repair.misspellIndex) {
  repair = new_repair;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b11c1c00]]
stack 
12[[#b11c1c00]]
prevStack 
21[[#b19619e0]]
stateStackTop 
22[[#b19619e0]]
prevStackTop