Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.993 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 53 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ResolvedBinaryMethod.java |
2 | 4 | 54 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ResolvedSourceMethod.java |
| ||||
public JavaElement unresolved() { SourceRefElement handle = new BinaryMethod(this.parent, this.name, this.parameterTypes); handle.occurrenceCount = this.occurrenceCount; return handle; } |
| ||||
public JavaElement unresolved() { SourceRefElement handle = new SourceMethod(this.parent, this.name, this.parameterTypes); handle.occurrenceCount = this.occurrenceCount; return handle; } |
| |||
public JavaElement unresolved() { SourceRefElement handle = new [[#variableb1526960]](this.parent, this.name, this.parameterTypes); handle.occurrenceCount = this.occurrenceCount; return handle; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1526960]] | SourceMethod |
1 | 2 | [[#b1526960]] | BinaryMethod |