Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.968 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 478 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java |
2 | 4 | 484 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java |
| ||||
if (imports != null) { int importLength = imports.length; for (int i = 0; i < importLength; i++) { imports[i].traverse(visitor, this.scope); } } |
| ||||
if (types != null) { int typesLength = types.length; for (int i = 0; i < typesLength; i++) { types[i].traverse(visitor, this.scope); } } |
| |||
if ( [[#variablea0bed8c0]]!= null) { int [[#variablea0bed7e0]]= [[#variablea0bed8c0]].length; for (int i = 0; i < [[#variablea0bed7e0]]; i++) { [[#variablea0bed8c0]][i].traverse(visitor, this.scope); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0bed8c0]] | imports |
1 | 2 | [[#a0bed8c0]] | types |
2 | 1 | [[#a0bed7e0]] | importLength |
2 | 2 | [[#a0bed7e0]] | typesLength |