Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 184 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall.java |
2 | 8 | 168 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java |
| ||||
// perform some emulation work in case there is some and we are inside a local type only if (superTypeErasure.isNestedType() && currentScope.enclosingSourceType().isLocalType()) { if (superTypeErasure.isLocalType()) { ((LocalTypeBinding) superTypeErasure).addInnerEmulationDependent(currentScope, qualification != null); } else { // locally propagate, since we already now the desired shape for sure currentScope.propagateInnerEmulation(superTypeErasure, qualification != null); } } |
| ||||
// perform some extra emulation work in case there is some and we are inside a local type only if (allocatedTypeErasure.isNestedType() && currentScope.enclosingSourceType().isLocalType()) { if (allocatedTypeErasure.isLocalType()) { ((LocalTypeBinding) allocatedTypeErasure).addInnerEmulationDependent(currentScope, enclosingInstance != null); } else { // locally propagate, since we already now the desired shape for sure currentScope.propagateInnerEmulation(allocatedTypeErasure, enclosingInstance != null); } } |
| |||
// perform some emulation work in case there is some and we are inside a local type only // perform some extra emulation work in case there is some and we are inside a local type only if ( [[#variable946131e0]].isNestedType() && currentScope.enclosingSourceType().isLocalType()) { if ( [[#variable946131e0]].isLocalType()) { ((LocalTypeBinding) [[#variable946131e0]]).addInnerEmulationDependent(currentScope, [[#variable94613120]]!= null); } else { // locally propagate, since we already now the desired shape for sure currentScope.propagateInnerEmulation( [[#variable946131e0]], [[#variable94613120]]!= null); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#946131e0]] | superTypeErasure |
1 | 2 | [[#946131e0]] | allocatedTypeErasure |
2 | 1 | [[#94613120]] | qualification |
2 | 2 | [[#94613120]] | enclosingInstance |