CloneSet5678


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1330.964statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1171
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java
218448
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
318455
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
1
Source Line
71
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java

        System.arraycopy(this.isReached, 0, this.isNeeded, 0, cacheSize);


Clone Instance
2
Line Count
1
Source Line
8448
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.noAstNodes, 0, this.astStack, 0, astLength);


Clone Instance
3
Line Count
1
Source Line
8455
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        System.arraycopy(this.noExpressions, 0, this.expressionStack, 0, expressionLength);


Clone AbstractionParameter Count: 3Parameter Bindings

System.arraycopy(this. [[#variable97f30500]], 0, this. [[#variable97f30560]], 0,  [[#variable97f305c0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#97f30500]]
noAstNodes 
12[[#97f30500]]
noExpressions 
13[[#97f30500]]
isReached 
21[[#97f30560]]
astStack 
22[[#97f30560]]
expressionStack 
23[[#97f30560]]
isNeeded 
31[[#97f305c0]]
astLength 
32[[#97f305c0]]
expressionLength 
33[[#97f305c0]]
cacheSize