Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1757 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
2 | 3 | 1761 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
| ||||
if (qualifiedName.endsWith("...")) { //$NON-NLS-1$ // handle variable argument name return removeQualifierFromGenericName(qualifiedName.substring(0, qualifiedName.length() - 3)) + "..."; //$NON-NLS-1$ } |
| ||||
if (qualifiedName.endsWith("[]")) { //$NON-NLS-1$ // handle array type return removeQualifierFromGenericName(qualifiedName.substring(0, qualifiedName.length() - 2)) + "[]"; //$NON-NLS-1$ } |
| |||
if (qualifiedName.endsWith( [[#variable60d512c0]])) { //$NON-NLS-1$ // handle variable argument name // handle array type return removeQualifierFromGenericName(qualifiedName.substring(0, qualifiedName.length() - [[#variable60d51220]])) + [[#variable60d512c0]]; //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60d512c0]] | "..." |
1 | 2 | [[#60d512c0]] | "[]" |
2 | 1 | [[#60d51220]] | 3 |
2 | 2 | [[#60d51220]] | 2 |