Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.962 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 537 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java |
2 | 3 | 197 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryTypeConverter.java |
| ||||
type.methods = new AbstractMethodDeclaration[methodCount + extraConstructor]; if (extraConstructor != 0) { // add default constructor in first position type.methods[0] = type.createDefaultConstructor(false, false); } |
| ||||
typeDeclaration.methods = new AbstractMethodDeclaration[methodCount + neededCount]; if (neededCount != 0) { // add default constructor in first position typeDeclaration.methods[0] = typeDeclaration.createDefaultConstructor(false, false); } |
| |||
[[#variablea0f80e60]].methods = new AbstractMethodDeclaration[methodCount + [[#variablea0fc9560]]]; if ( [[#variablea0fc9560]]!= 0) { // add default constructor in first position [[#variablea0f80e60]].methods[0] = [[#variablea0f80e60]].createDefaultConstructor(false, false); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0f80e60]] | type |
1 | 2 | [[#a0f80e60]] | typeDeclaration |
2 | 1 | [[#a0fc9560]] | extraConstructor |
2 | 2 | [[#a0fc9560]] | neededCount |