Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 1 | 0.991 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 55 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ResolvedBinaryField.java |
2 | 4 | 61 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ResolvedBinaryType.java |
3 | 4 | 55 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ResolvedSourceField.java |
4 | 4 | 61 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ResolvedSourceType.java |
| ||||
public JavaElement unresolved() { SourceRefElement handle = new BinaryField(this.parent, this.name); handle.occurrenceCount = this.occurrenceCount; return handle; } |
| ||||
public JavaElement unresolved() { SourceRefElement handle = new BinaryType(this.parent, this.name); handle.occurrenceCount = this.occurrenceCount; return handle; } |
| ||||
public JavaElement unresolved() { SourceRefElement handle = new SourceField(this.parent, this.name); handle.occurrenceCount = this.occurrenceCount; return handle; } |
| ||||
public JavaElement unresolved() { SourceRefElement handle = new SourceType(this.parent, this.name); handle.occurrenceCount = this.occurrenceCount; return handle; } |
| |||
public JavaElement unresolved() { SourceRefElement handle = new [[#variable96803480]](this.parent, this.name); handle.occurrenceCount = this.occurrenceCount; return handle; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96803480]] | SourceType |
1 | 2 | [[#96803480]] | SourceField |
1 | 3 | [[#96803480]] | BinaryType |
1 | 4 | [[#96803480]] | BinaryField |