Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 3099 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreValidator.java |
2 | 2 | 3295 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreValidator.java |
| |||||
EList<ETypeParameter> eTypeParameters = eClassifier.getETypeParameters(); int eTypeParameterSize = eTypeParameters.size(); |
| |||||
// Test if there are type parameters that might require substitution. // EList<ETypeParameter> eTypeParameters = eClass.getETypeParameters(); int size = eTypeParameters.size(); |
| |||
// Test if there are type parameters that might require substitution. // EList<ETypeParameter> eTypeParameters = [[#variable175d2f00]].getETypeParameters(); int [[#variable175d2de0]]= eTypeParameters.size(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175d2f00]] | eClassifier |
1 | 2 | [[#175d2f00]] | eClass |
2 | 1 | [[#175d2de0]] | eTypeParameterSize |
2 | 2 | [[#175d2de0]] | size |