| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 4 | 0.965 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 2396 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java |
| 2 | 3 | 2400 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java |
| ||||
if (org.eclipse.jdt.internal.core.util.Util.isJavaLikeFileName(name)) {
Openable cu = (Openable) pkg.getCompilationUnit(name);
this.updateIndex(cu, child);
}
|
| ||||
if (org.eclipse.jdt.internal.compiler.util.Util.isClassFileName(name)) {
Openable classFile = (Openable) pkg.getClassFile(name);
this.updateIndex(classFile, child);
}
|
| |||
if (org.eclipse.jdt.internal. [[#variableb358c780]].util.Util. [[#variableb358c700]](name)) {
Openable [[#variableb358c6a0]]= (Openable) pkg. [[#variableb358c640]](name);
this.updateIndex( [[#variableb358c6a0]], child);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b358c780]] | compiler |
| 1 | 2 | [[#b358c780]] | core |
| 2 | 1 | [[#b358c700]] | isClassFileName |
| 2 | 2 | [[#b358c700]] | isJavaLikeFileName |
| 3 | 1 | [[#b358c6a0]] | classFile |
| 3 | 2 | [[#b358c6a0]] | cu |
| 4 | 1 | [[#b358c640]] | getClassFile |
| 4 | 2 | [[#b358c640]] | getCompilationUnit |