Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 1603 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionProposal.java |
2 | 12 | 1619 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionProposal.java |
| ||||
try { this.parameterNames = this.findMethodParameterNames( this.declarationPackageName, this.declarationTypeName, this.name, Signature.getParameterTypes(this.originalSignature == null ? this.signature: this.originalSignature)); } catch (IllegalArgumentException e) { // protection for invalid signature if (this.parameterTypeNames != null) { this.parameterNames = this.createDefaultParameterNames(this.parameterTypeNames.length); } else { this.parameterNames = null; } } |
| ||||
try { this.parameterNames = this.findMethodParameterNames( this.declarationPackageName, this.declarationTypeName, this.name, Signature.getParameterTypes(this.originalSignature == null ? this.signature: this.originalSignature)); } catch (IllegalArgumentException e) { // protection for invalid signature if (this.parameterTypeNames != null) { this.parameterNames = this.createDefaultParameterNames(this.parameterTypeNames.length); } else { this.parameterNames = null; } } |
| |||
try { this.parameterNames = this.findMethodParameterNames(this.declarationPackageName, this.declarationTypeName, this.name, Signature.getParameterTypes(this.originalSignature == null ? this.signature: this.originalSignature)); } catch (IllegalArgumentException e) { // protection for invalid signature if (this.parameterTypeNames != null) { this.parameterNames = this.createDefaultParameterNames(this.parameterTypeNames.length); } else { this.parameterNames = null; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |