Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 1 | 0.990 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 312 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java |
2 | 4 | 164 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java |
3 | 4 | 171 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java |
4 | 4 | 180 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java |
5 | 4 | 189 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java |
| ||||
if (this.binding.declaringClass == null) { this.binding.declaringClass = allocationType; } scope.problemReporter().invalidConstructor(this, this.binding); |
| ||||
if (this.binding.declaringClass == null) { this.binding.declaringClass = allocatedType; } scope.problemReporter().invalidConstructor(this, this.binding); |
| ||||
if (this.binding.declaringClass == null) { this.binding.declaringClass = allocatedType; } scope.problemReporter().invalidConstructor(this, this.binding); |
| ||||
if (this.binding.declaringClass == null) { this.binding.declaringClass = allocatedType; } scope.problemReporter().invalidConstructor(this, this.binding); |
| ||||
if (this.binding.declaringClass == null) { this.binding.declaringClass = allocatedType; } scope.problemReporter().invalidConstructor(this, this.binding); |
| |||
if (this.binding.declaringClass == null) { this.binding.declaringClass = [[#variable9d9b0de0]]; } scope.problemReporter().invalidConstructor(this, this.binding); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d9b0de0]] | allocatedType |
1 | 2 | [[#9d9b0de0]] | allocationType |
1 | 3 | [[#9d9b0de0]] | allocatedType |
1 | 4 | [[#9d9b0de0]] | allocatedType |
1 | 5 | [[#9d9b0de0]] | allocatedType |