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.968 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 621 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
2 | 8 | 633 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
| ||||
{ JavadocAllocationExpression allocationExpr = (JavadocAllocationExpression) this.seeReferences[i]; // if binding is valid then look at arguments if (allocationExpr.binding != null && allocationExpr.binding.isValidBinding()) { if (allocationExpr.arguments != null) { for (int j = 0,l = allocationExpr.arguments.length; j < l; j++) { if (allocationExpr.arguments[j].sourceStart == start) { return allocationExpr.arguments[j]; } } } } } |
| ||||
{ JavadocMessageSend messageSend = (JavadocMessageSend) this.seeReferences[i]; // if binding is valid then look at arguments if (messageSend.binding != null && messageSend.binding.isValidBinding()) { if (messageSend.arguments != null) { for (int j = 0,l = messageSend.arguments.length; j < l; j++) { if (messageSend.arguments[j].sourceStart == start) { return messageSend.arguments[j]; } } } } } |
| |||
{ [[#variable54378f60]] [[#variable54378ec0]]= ( [[#variable54378f60]]) this.seeReferences[i]; // if binding is valid then look at arguments if ( [[#variable54378ec0]].binding != null && [[#variable54378ec0]].binding.isValidBinding()) { if ( [[#variable54378ec0]].arguments != null) { for (int j = 0, l = [[#variable54378ec0]].arguments.length; j < l; j++) { if ( [[#variable54378ec0]].arguments[j].sourceStart == start) { return [[#variable54378ec0]].arguments[j]; } } } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54378f60]] | JavadocAllocationExpression |
1 | 2 | [[#54378f60]] | JavadocMessageSend |
2 | 1 | [[#54378ec0]] | allocationExpr |
2 | 2 | [[#54378ec0]] | messageSend |