| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 4 | 0.971 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1055 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java |
| 2 | 2 | 1300 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsSubProcessor.java |
| ||||
String[] arg = new String[] {
ASTResolving.getMethodSignature(methodDecl, !cu.equals(targetCU)), getTypeNames(changedTypes)
};
String label;
|
| ||||
String[] args = new String[] {
ASTResolving.getMethodSignature(methodDecl, !targetCU.equals(cu)), getTypeNames(swappedTypes)
};
String label;
|
| |||
String[] [[#variable97befd20]]= new String[] {
ASTResolving.getMethodSignature(methodDecl, ! [[#variable97befbc0]].equals( [[#variable97befc20]])),
getTypeNames( [[#variable97befb20]])
};
String label;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#97befd20]] | arg |
| 1 | 2 | [[#97befd20]] | args |
| 2 | 1 | [[#97befbc0]] | cu |
| 2 | 2 | [[#97befbc0]] | targetCU |
| 3 | 1 | [[#97befc20]] | targetCU |
| 3 | 2 | [[#97befc20]] | cu |
| 4 | 1 | [[#97befb20]] | changedTypes |
| 4 | 2 | [[#97befb20]] | swappedTypes |