CloneSet9884


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.972statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15127
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall.java
2569
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java
Clone Instance
1
Line Count
5
Source Line
127
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall.java

                        // handling innerclass instance allocation - outer local arguments
                        if (targetType.isNestedType()) {
                                codeStream.generateSyntheticOuterArgumentValues(
                                        currentScope, 
                                        targetType, 
                                        this                                   );
                        }


Clone Instance
2
Line Count
5
Source Line
69
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetAllocationExpression.java

                // handling innerclass instance allocation - outer local arguments
                if (allocatedType.isNestedType()) {
                        codeStream.generateSyntheticOuterArgumentValues(
                                currentScope, 
                                allocatedType, 
                                this                                   );
                }


Clone AbstractionParameter Count: 1Parameter Bindings

// handling innerclass instance allocation - outer local arguments
if ( [[#variablebf1e0d40]].isNestedType()) {
  codeStream.generateSyntheticOuterArgumentValues(currentScope,  [[#variablebf1e0d40]], this );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bf1e0d40]]
allocatedType 
12[[#bf1e0d40]]
targetType