Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.992 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 800 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SourceBasedSourceGenerator.java |
2 | 6 | 823 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/SourceBasedSourceGenerator.java |
| ||||
fSource.append(getTypeName(node.getType())); fSource.append("()"); //$NON-NLS-1$ fSnippetStartPosition += fSource.length(); fSource.append(source); fSource.append(";}\n"); //$NON-NLS-1$ |
| ||||
fSource.append(getTypeName(node.getType())); fSource.append("()"); //$NON-NLS-1$ fSnippetStartPosition += fSource.length(); fSource.append(source); fSource.append(";\n"); //$NON-NLS-1$ |
| |||
fSource.append(getTypeName(node.getType())); fSource.append("()"); //$NON-NLS-1$ fSnippetStartPosition += fSource.length(); fSource.append(source); fSource.append( [[#variable9efb68c0]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9efb68c0]] | ";\n" |
1 | 2 | [[#9efb68c0]] | ";}\n" |