Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 175 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java |
2 | 4 | 376 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldReference.java |
3 | 4 | 177 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java |
| ||||
if ((flowInfo.tagBits& FlowInfo.UNREACHABLE) != 0) return; // if constructor from parameterized type got found, use the original constructor at codegen time this.codegenBinding = this.binding.original(); |
| ||||
if ((flowInfo.tagBits& FlowInfo.UNREACHABLE) != 0) return; // if field from parameterized type got found, use the original field at codegen time this.codegenBinding = this.binding.original(); |
| ||||
if ((flowInfo.tagBits& FlowInfo.UNREACHABLE) != 0) return; // if method from parameterized type got found, use the original method at codegen time this.codegenBinding = this.binding.original(); |
| |||
if ((flowInfo.tagBits&FlowInfo.UNREACHABLE) != 0) return; // if constructor from parameterized type got found, use the original constructor at codegen time // if field from parameterized type got found, use the original field at codegen time // if method from parameterized type got found, use the original method at codegen time this.codegenBinding = this.binding.original(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |