CloneSet8413


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.976statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1248
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java
2267
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java
Clone Instance
1
Line Count
2
Source Line
48
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java

                // analyse the enclosing instance
                if (enclosingInstance != null) {
                        flowInfo = enclosingInstance.analyseCode(currentScope, flowContext, flowInfo);
                }


Clone Instance
2
Line Count
2
Source Line
67
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java

                // analyse the anonymous nested type
                if (anonymousType != null) {
                        flowInfo = anonymousType.analyseCode(currentScope, flowContext, flowInfo);
                }


Clone AbstractionParameter Count: 1Parameter Bindings

// analyse the enclosing instance
// analyse the anonymous nested type
if ( [[#variablebb11c300]]!= null) {
  flowInfo = [[#variablebb11c300]].analyseCode(currentScope, flowContext, flowInfo);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb11c300]]
enclosingInstance 
12[[#bb11c300]]
anonymousType