| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 3 | 0.963 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 131 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/BundleBuilder.java |
| 2 | 3 | 188 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/BundleBuilder.java |
| ||||
Element type = doc.createElement("string"); //$NON-NLS-1$
argArray.appendChild(type);
type.appendChild(doc.createTextNode(arg));
|
| ||||
Element type = document.createElement("string"); //$NON-NLS-1$
parent.appendChild(type);
type.appendChild(document.createTextNode(s));
|
| |||
Element type = [[#variable53f5c100]].createElement("string"); //$NON-NLS-1$
[[#variable53f5c120]].appendChild(type);
type.appendChild( [[#variable53f5c100]].createTextNode( [[#variable53eff060]]));
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#53f5c100]] | doc |
| 1 | 2 | [[#53f5c100]] | document |
| 2 | 1 | [[#53f5c120]] | argArray |
| 2 | 2 | [[#53f5c120]] | parent |
| 3 | 1 | [[#53eff060]] | arg |
| 3 | 2 | [[#53eff060]] | s |