| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.966 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1575 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java |
| 2 | 2 | 1583 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/DeltaProcessor.java |
| ||||
{
traverseModes[outputCount++ ] = (entry.getEntryKind() == IClasspathEntry.CPE_SOURCE) ? SOURCE: BINARY;
}
|
| ||||
{
traverseModes[0] = (entry.getEntryKind() == IClasspathEntry.CPE_SOURCE) ? SOURCE: BINARY;
}
|
| |||
{
traverseModes[ [[#variablebdaaad20]]] = (entry.getEntryKind() == IClasspathEntry.CPE_SOURCE) ? SOURCE: BINARY;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bdaaad20]] | 0 |
| 1 | 2 | [[#bdaaad20]] | outputCount++ |