Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2432 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java |
2 | 2 | 71 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexBinaryFolder.java |
| ||||
String containerRelativePath = Util.relativePath(file.getFullPath(), binaryFolderPath.segmentCount()); indexManager.remove(containerRelativePath, binaryFolderPath); |
| ||||
String containerRelativePath = Util.relativePath(file.getFullPath(), containerPath.segmentCount()); indexedFileNames.put(containerRelativePath, file); |
| |||
String containerRelativePath = Util.relativePath(file.getFullPath(), [[#variable55d52ec0]].segmentCount()); [[#variable55d52f20]]. [[#variable55d52ea0]](containerRelativePath, [[#variable55d527e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55d52ec0]] | containerPath |
1 | 2 | [[#55d52ec0]] | binaryFolderPath |
2 | 1 | [[#55d52f20]] | indexedFileNames |
2 | 2 | [[#55d52f20]] | indexManager |
3 | 1 | [[#55d52ea0]] | put |
3 | 2 | [[#55d52ea0]] | remove |
4 | 1 | [[#55d527e0]] | file |
4 | 2 | [[#55d527e0]] | binaryFolderPath |