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.976 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 157 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CaptureBinding.java |
2 | 5 | 164 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/CaptureBinding.java |
| ||||
public char[] readableName() { if (this.wildcard != null) { return CharOperation.concat(TypeConstants.WILDCARD_CAPTURE_NAME, this.wildcard.readableName()); } return super.readableName(); } |
| ||||
public char[] shortReadableName() { if (this.wildcard != null) { return CharOperation.concat(TypeConstants.WILDCARD_CAPTURE_NAME, this.wildcard.shortReadableName()); } return super.shortReadableName(); } |
| |||
public char[] [[#variable95192120]]() { if (this.wildcard != null) { return CharOperation.concat(TypeConstants.WILDCARD_CAPTURE_NAME, this.wildcard. [[#variable95192120]]()); } return super. [[#variable95192120]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95192120]] | readableName |
1 | 2 | [[#95192120]] | shortReadableName |