Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 116 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java |
2 | 6 | 122 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java |
| ||||
if (this.project == null) { buffer.append("null"); //$NON-NLS-1$ } else { buffer.append(this.project.getElementName()); } buffer.append("\npath="); //$NON-NLS-1$ |
| ||||
if (this.rootPath == null) { buffer.append("null"); //$NON-NLS-1$ } else { buffer.append(this.rootPath.toString()); } buffer.append("\nincluding="); //$NON-NLS-1$ |
| |||
if (this. [[#variable52d6b400]]== null) { buffer.append("null"); //$NON-NLS-1$ } else { buffer.append(this. [[#variable52d6b400]]. [[#variable53246f00]]()); } buffer.append( [[#variable5317c820]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52d6b400]] | project |
1 | 2 | [[#52d6b400]] | rootPath |
2 | 1 | [[#53246f00]] | getElementName |
2 | 2 | [[#53246f00]] | toString |
3 | 1 | [[#5317c820]] | "\npath=" |
3 | 2 | [[#5317c820]] | "\nincluding=" |