Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 908 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/ClassGeneratorUtil.java |
2 | 3 | 809 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/NameSpace.java |
3 | 3 | 749 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Reflect.java |
| |||||
// find the matching this() constructor for the args Class[][] candidates = new Class[constructors.length][]; for (int i = 0; i < candidates.length; i++) candidates[i] = constructors[i].getParameterTypes(); |
| |||||
// Apply most specific signature matching Class[][] candidates = new Class[ma.length][]; for (int i = 0; i < ma.length; i++) candidates[i] = ma[i].getParameterTypes(); |
| |||||
Class[][] candidates = new Class[constructors.length][]; for (int i = 0; i < candidates.length; i++) candidates[i] = constructors[i].getParameterTypes(); |
| |||
// Apply most specific signature matching // find the matching this() constructor for the args Class[][] candidates = new Class[ [[#variableae7a640]].length][]; for (int i = 0; i < [[#variableae7ade0]].length; i++) candidates[i] = [[#variableae7a640]][i].getParameterTypes(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ae7a640]] | constructors |
1 | 2 | [[#ae7a640]] | ma |
1 | 3 | [[#ae7a640]] | constructors |
2 | 1 | [[#ae7ade0]] | candidates |
2 | 2 | [[#ae7ade0]] | ma |
2 | 3 | [[#ae7ade0]] | candidates |