Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 3 | 0.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 571 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java |
2 | 11 | 702 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java |
| ||||
if (wildcardBinding.bound != null) { switch (wildcardBinding.boundKind) { case Wildcard.SUPER: buffer.append(TypeConstants.WILDCARD_SUPER); break; case Wildcard.EXTENDS: buffer.append(TypeConstants.WILDCARD_EXTENDS); } buffer.append(getBound().getName()); } return String.valueOf(buffer); |
| ||||
if (bound != null) { switch (wildcardBinding.boundKind) { case Wildcard.SUPER: buffer.append(TypeConstants.WILDCARD_SUPER); break; case Wildcard.EXTENDS: buffer.append(TypeConstants.WILDCARD_EXTENDS); } buffer.append(bound.getQualifiedName()); } return String.valueOf(buffer); |
| |||
if ( [[#variableb55deba0]]!= null) { switch (wildcardBinding.boundKind) { case Wildcard.SUPER: buffer.append(TypeConstants.WILDCARD_SUPER); break; case Wildcard.EXTENDS: buffer.append(TypeConstants.WILDCARD_EXTENDS); } buffer.append( [[#variable5b5aa1c0]]. [[#variableb55debe0]]()); } return String.valueOf(buffer); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b55deba0]] | bound |
1 | 2 | [[#b55deba0]] | wildcardBinding.bound |
2 | 1 | [[#5b5aa1c0]] | bound |
2 | 2 | [[#5b5aa1c0]] | getBound() |
3 | 1 | [[#b55debe0]] | getQualifiedName |
3 | 2 | [[#b55debe0]] | getName |