| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.986 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 180 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexAllProject.java |
| 2 | 6 | 94 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexBinaryFolder.java |
| ||||
indexedFileNames.put(relativePathString,
indexedFileNames.get(relativePathString) == null ||
indexLastModified < EFS.getStore(location).fetchInfo().getLastModified() ?
(Object) file:
(Object) OK);
|
| ||||
indexedFileNames.put(containerRelativePath,
indexedFileNames.get(containerRelativePath) == null ||
indexLastModified <
EFS.getStore(location).fetchInfo().getLastModified() ?
(Object) file:
(Object) OK);
|
| |||
indexedFileNames.put( [[#variable7d7359e0]], indexedFileNames.get( [[#variable7d7359e0]]) == null || indexLastModified < EFS.getStore(location).fetchInfo().getLastModified() ? (Object) file: (Object) OK); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#7d7359e0]] | containerRelativePath |
| 1 | 2 | [[#7d7359e0]] | relativePathString |