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.959 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 755 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ImportRewriteAnalyzer.java |
2 | 4 | 1011 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ImportRewriteAnalyzer.java |
| ||||
if (entry.isStatic()) { buf.append("static "); //$NON-NLS-1$ } buf.append(entry.toString()); |
| ||||
if (curr.isStatic()) { buf.append("static "); //$NON-NLS-1$ } buf.append(curr.getSimpleName()); |
| |||
if ( [[#variablea08c0800]].isStatic()) { buf.append("static "); //$NON-NLS-1$ } buf.append( [[#variablea08c0800]]. [[#variablebc398de0]]()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a08c0800]] | curr |
1 | 2 | [[#a08c0800]] | entry |
2 | 1 | [[#bc398de0]] | getSimpleName |
2 | 2 | [[#bc398de0]] | toString |