Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.963 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 321 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java |
2 | 2 | 342 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java |
3 | 2 | 410 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java |
| ||||
{ System.arraycopy(typeDeclaration.memberTypes, 0, memberTypeDeclarations, 0, existingCount); } |
| ||||
{ System.arraycopy(typeDeclaration.fields, 0, fieldDeclarations, 0, existingCount); } |
| ||||
{ System.arraycopy(typeDeclaration.methods, 0, methodDeclarations, 0, defaultConstructorIndex); } |
| |||
{ System.arraycopy(typeDeclaration. [[#variable6afed660]], 0, [[#variable6afed5e0]], 0, [[#variable6afed520]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6afed660]] | methods |
1 | 2 | [[#6afed660]] | fields |
1 | 3 | [[#6afed660]] | memberTypes |
2 | 1 | [[#6afed5e0]] | methodDeclarations |
2 | 2 | [[#6afed5e0]] | fieldDeclarations |
2 | 3 | [[#6afed5e0]] | memberTypeDeclarations |
3 | 1 | [[#6afed520]] | defaultConstructorIndex |
3 | 2 | [[#6afed520]] | existingCount |
3 | 3 | [[#6afed520]] | existingCount |