| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 3 | 0.974 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 168 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java |
| 2 | 5 | 272 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java |
| ||||
info.setSourceRangeStart(declarationStart);
info.setSourceRangeEnd(declarationEnd);
addToChildren(parentInfo, handle);
this.newElements.put(handle, info);
|
| ||||
info.setSourceRangeStart(declarationSourceStart);
info.setFlags(modifiers);
addToChildren(parentInfo, handle);
this.newElements.put(handle, info);
|
| |||
info.setSourceRangeStart( [[#variable5fab03e0]]); info. [[#variable5fab03c0]]( [[#variable5fab00e0]]); addToChildren(parentInfo, handle); this.newElements.put(handle, info); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5fab03e0]] | declarationStart |
| 1 | 2 | [[#5fab03e0]] | declarationSourceStart |
| 2 | 1 | [[#5fab03c0]] | setSourceRangeEnd |
| 2 | 2 | [[#5fab03c0]] | setFlags |
| 3 | 1 | [[#5fab00e0]] | declarationEnd |
| 3 | 2 | [[#5fab00e0]] | modifiers |