Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.955 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 251 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexManager.java |
2 | 4 | 467 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexManager.java |
| ||||
if (VERBOSE) Util.verbose("-> create empty index: " + indexLocation + " path: " + containerPathString); //$NON-NLS-1$ //$NON-NLS-2$ index = new Index(indexLocation, containerPathString, false /*do not reuse index file*/ ); indexes.put(indexLocation, index); |
| ||||
if (VERBOSE) Util.verbose("-> recreating index: " + indexLocation + " for path: " + containerPathString); //$NON-NLS-1$ //$NON-NLS-2$ index = new Index(indexLocation, containerPathString, false /*reuse index file*/ ); this.indexes.put(indexLocation, index); |
| |||
if (VERBOSE) Util.verbose( [[#variable57cb4360]] + indexLocation + [[#variable57cb4320]] + containerPathString); //$NON-NLS-1$ //$NON-NLS-2$ index = new Index(indexLocation, containerPathString, false /*reuse index file*/ /*do not reuse index file*/ ); [[#variable57cb56c0]].put(indexLocation, index); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57cb4360]] | "-> recreating index: " |
1 | 2 | [[#57cb4360]] | "-> create empty index: " |
2 | 1 | [[#57cb4320]] | " for path: " |
2 | 2 | [[#57cb4320]] | " path: " |
3 | 1 | [[#57cb56c0]] | this.indexes |
3 | 2 | [[#57cb56c0]] | indexes |