Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 71 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java |
2 | 1 | 8448 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 1 | 8455 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
System.arraycopy(this.isReached, 0, this.isNeeded, 0, cacheSize); |
| ||||
System.arraycopy(this.noAstNodes, 0, this.astStack, 0, astLength); |
| ||||
System.arraycopy(this.noExpressions, 0, this.expressionStack, 0, expressionLength); |
| |||
System.arraycopy(this. [[#variable97f30500]], 0, this. [[#variable97f30560]], 0, [[#variable97f305c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97f30500]] | noAstNodes |
1 | 2 | [[#97f30500]] | noExpressions |
1 | 3 | [[#97f30500]] | isReached |
2 | 1 | [[#97f30560]] | astStack |
2 | 2 | [[#97f30560]] | expressionStack |
2 | 3 | [[#97f30560]] | isNeeded |
3 | 1 | [[#97f305c0]] | astLength |
3 | 2 | [[#97f305c0]] | expressionLength |
3 | 3 | [[#97f305c0]] | cacheSize |