| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 4 | 0.958 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 108 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/AddJarFileToIndex.java |
| 2 | 4 | 125 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/AddJarFileToIndex.java |
| 3 | 4 | 186 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/AddJarFileToIndex.java |
| ||||
{
if (JobManager.VERBOSE)
org.eclipse.jdt.internal.core.util.Util.verbose("-> failed to index " + location.getPath() + " because the file could not be fetched"); //$NON-NLS-1$ //$NON-NLS-2$
return false;
}
|
| ||||
{
if (JobManager.VERBOSE)
org.eclipse.jdt.internal.core.util.Util.verbose("-> indexing of " + zip.getName() + " has been cancelled"); //$NON-NLS-1$ //$NON-NLS-2$
return false;
}
|
| ||||
{
if (JobManager.VERBOSE)
org.eclipse.jdt.internal.core.util.Util.verbose("-> indexing of " + zip.getName() + " has been cancelled"); //$NON-NLS-1$ //$NON-NLS-2$
return false;
}
|
| |||
{
if (JobManager.VERBOSE)
org.eclipse.jdt.internal.core.util.Util.verbose( [[#variablebaf57a60]] + [[#variablebaf579c0]]. [[#variablebaf57960]]() + [[#variablebaf57900]]); //$NON-NLS-1$ //$NON-NLS-2$
return false;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#baf57a60]] | "-> indexing of " |
| 1 | 2 | [[#baf57a60]] | "-> failed to index " |
| 1 | 3 | [[#baf57a60]] | "-> indexing of " |
| 2 | 1 | [[#baf579c0]] | zip |
| 2 | 2 | [[#baf579c0]] | location |
| 2 | 3 | [[#baf579c0]] | zip |
| 3 | 1 | [[#baf57960]] | getName |
| 3 | 2 | [[#baf57960]] | getPath |
| 3 | 3 | [[#baf57960]] | getName |
| 4 | 1 | [[#baf57900]] | " has been cancelled" |
| 4 | 2 | [[#baf57900]] | " because the file could not be fetched" |
| 4 | 3 | [[#baf57900]] | " has been cancelled" |