Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 536 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SourceBasedSourceGenerator.java |
2 | 7 | 550 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SourceBasedSourceGenerator.java |
| ||||
if ( !typeBounds.isEmpty()) { source.append(" extends "); //$NON-NLS-1$ Iterator iter2 = typeBounds.iterator(); source.append(getTypeName((Type) iter2.next())); while (iter2.hasNext()) { source.append('&'); source.append(getTypeName((Type) iter2.next())); } } |
| ||||
if ( !typeBounds.isEmpty()) { source.append(" extends "); //$NON-NLS-1$ Iterator iter2 = typeBounds.iterator(); source.append(getTypeName((Type) iter2.next())); while (iter2.hasNext()) { source.append('&'); source.append(getTypeName((Type) iter2.next())); } } |
| |||
if ( !typeBounds.isEmpty()) { source.append(" extends "); //$NON-NLS-1$ Iterator iter2 = typeBounds.iterator(); source.append(getTypeName((Type) iter2.next())); while (iter2.hasNext()) { source.append('&'); source.append(getTypeName((Type) iter2.next())); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |