Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 130 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeletePackageFragmentRootOperation.java |
2 | 1 | 76 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/MovePackageFragmentRootOperation.java |
3 | 1 | 266 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/MovePackageFragmentRootOperation.java |
4 | 1 | 92 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexAllProject.java |
| ||||
System.arraycopy(newClasspath, 0, newClasspath = new IClasspathEntry[newCPIndex], 0, newCPIndex); |
| ||||
System.arraycopy(newClasspath, 0, newClasspath = new IClasspathEntry[newCPIndex], 0, newCPIndex); |
| ||||
System.arraycopy(newClasspath, 0, newClasspath = new IClasspathEntry[newCPIndex], 0, newCPIndex); |
| ||||
System.arraycopy(sourceEntries, 0, sourceEntries = new IClasspathEntry[sourceEntriesNumber], 0, sourceEntriesNumber); |
| |||
System.arraycopy( [[#variablea0beb7a0]], 0, [[#variablea0beb7a0]]= new IClasspathEntry[ [[#variablea0beb780]]], 0, [[#variablea0beb780]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0beb7a0]] | newClasspath |
1 | 2 | [[#a0beb7a0]] | sourceEntries |
1 | 3 | [[#a0beb7a0]] | newClasspath |
1 | 4 | [[#a0beb7a0]] | newClasspath |
2 | 1 | [[#a0beb780]] | newCPIndex |
2 | 2 | [[#a0beb780]] | sourceEntriesNumber |
2 | 3 | [[#a0beb780]] | newCPIndex |
2 | 4 | [[#a0beb780]] | newCPIndex |