CloneSet5116


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.993executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161701
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java
261727
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java
Clone Instance
1
Line Count
6
Source Line
1701
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/DiagnoseParser.java

                                                                                                     {
                        repair.code = SCOPE_CODE;
                        i = scopeIndex[scopeStackTop];       // upper bound
                        repair.symbol = Parser.scope_lhs[i] + NT_OFFSET;
                        repair.stackPosition = stateStackTop;
                        repair.bufferPosition = scope_repair.bufferPosition;
                                                                                                     }


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

                    {
                        repair.code = SCOPE_CODE;
                        i = scopeIndex[scopeStackTop];    // upper bound
                        repair.symbol = Parser.scope_lhs[i] + NT_OFFSET;
                        repair.stackPosition = top;
                        repair.bufferPosition = scope_repair.bufferPosition;
                    }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  repair.code = SCOPE_CODE;
  i = scopeIndex[scopeStackTop]; // upper bound
  repair.symbol = Parser.scope_lhs[i] + NT_OFFSET;
  repair.stackPosition = [[#variable9d471080]];
  repair.bufferPosition = scope_repair.bufferPosition;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9d471080]]
stateStackTop 
12[[#9d471080]]
top