Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.974 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 56 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CaptureBinding.java |
2 | 5 | 171 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CaptureBinding.java |
| ||||
public String debugName() { if (this.wildcard != null) { return String.valueOf(TypeConstants.WILDCARD_CAPTURE_NAME) + this.wildcard.debugName(); } return super.debugName(); } |
| ||||
public String toString() { if (this.wildcard != null) { return String.valueOf(TypeConstants.WILDCARD_CAPTURE_NAME) + this.wildcard.toString(); } return super.toString(); } |
| |||
public String [[#variable5e086260]]() { if (this.wildcard != null) { return String.valueOf(TypeConstants.WILDCARD_CAPTURE_NAME) + this.wildcard. [[#variable5e086260]](); } return super. [[#variable5e086260]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5e086260]] | debugName |
1 | 2 | [[#5e086260]] | toString |