Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 48 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java |
2 | 2 | 67 | 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); } |
| ||||
// analyse the anonymous nested type if (anonymousType != null) { flowInfo = anonymousType.analyseCode(currentScope, flowContext, flowInfo); } |
| |||
// analyse the enclosing instance // analyse the anonymous nested type if ( [[#variablebb11c300]]!= null) { flowInfo = [[#variablebb11c300]].analyseCode(currentScope, flowContext, flowInfo); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb11c300]] | enclosingInstance |
1 | 2 | [[#bb11c300]] | anonymousType |