Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.983 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 264 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/KeyToSignature.java |
2 | 4 | 268 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/KeyToSignature.java |
| ||||
case Wildcard.EXTENDS: this.signature.append('+'); this.signature.append(((KeyToSignature) this.arguments.get(0)).signature); break; |
| ||||
case Wildcard.SUPER: this.signature.append('-'); this.signature.append(((KeyToSignature) this.arguments.get(0)).signature); break; |
| |||
case Wildcard. [[#variable7d0da420]]: this.signature.append( [[#variable7d0da3a0]]); this.signature.append(((KeyToSignature) this.arguments.get(0)).signature); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7d0da420]] | EXTENDS |
1 | 2 | [[#7d0da420]] | SUPER |
2 | 1 | [[#7d0da3a0]] | '+' |
2 | 2 | [[#7d0da3a0]] | '-' |