| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.966 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 3569 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
| 2 | 3 | 3595 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
| ||||
{
return newSourceEntry(path, ClasspathEntry.INCLUDE_ALL, exclusionPatterns, null
/*output location*/
);
}
|
| ||||
{
return newSourceEntry(path, ClasspathEntry.INCLUDE_ALL, exclusionPatterns, specificOutputLocation);
}
|
| |||
{
return newSourceEntry(path, ClasspathEntry.INCLUDE_ALL, exclusionPatterns, [[#variableb96ceb80]]
/*output location*/
);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b96ceb80]] | null |
| 1 | 2 | [[#b96ceb80]] | specificOutputLocation |