| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.984 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 136 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgUtils.java |
| 2 | 4 | 160 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgUtils.java |
| ||||
{
String pattern = createNamePattern(resource);
String[] args = createNameArguments(resource);
return Messages.format(pattern, args);
}
|
| ||||
{
String pattern = createNamePattern(element);
String[] args = createNameArguments(element);
return Messages.format(pattern, args);
}
|
| |||
{
String pattern = createNamePattern( [[#variable9e23de80]]);
String[] args = createNameArguments( [[#variable9e23de80]]);
return Messages.format(pattern, args);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9e23de80]] | element |
| 1 | 2 | [[#9e23de80]] | resource |