Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 3 | 0.963 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 575 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
2 | 6 | 585 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
3 | 6 | 595 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
4 | 6 | 605 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
| ||||
// parameters array if (this.paramReferences != null) { length = this.paramReferences.length; for (int i = 0; i < length; i++) { JavadocSingleNameReference param = this.paramReferences[i]; if (param.sourceStart == start) { return param; } } } |
| ||||
// array of invalid syntax tags parameters if (this.invalidParameters != null) { length = this.invalidParameters.length; for (int i = 0; i < length; i++) { JavadocSingleNameReference param = this.invalidParameters[i]; if (param.sourceStart == start) { return param; } } } |
| ||||
// type parameters array if (this.paramTypeParameters != null) { length = this.paramTypeParameters.length; for (int i = 0; i < length; i++) { JavadocSingleTypeReference param = this.paramTypeParameters[i]; if (param.sourceStart == start) { return param; } } } |
| ||||
// thrown exception array if (this.exceptionReferences != null) { length = this.exceptionReferences.length; for (int i = 0; i < length; i++) { TypeReference typeRef = this.exceptionReferences[i]; if (typeRef.sourceStart == start) { return typeRef; } } } |
| |||
// parameters array // array of invalid syntax tags parameters // type parameters array // thrown exception array if (this. [[#variablec14cc5c0]]!= null) { length = this. [[#variablec14cc5c0]].length; for (int i = 0; i < length; i++) { [[#variablebb256900]] [[#variablebb256920]]= this. [[#variablec14cc5c0]][i]; if ( [[#variablebb256920]].sourceStart == start) { return [[#variablebb256920]]; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c14cc5c0]] | paramReferences |
1 | 2 | [[#c14cc5c0]] | invalidParameters |
1 | 3 | [[#c14cc5c0]] | paramTypeParameters |
1 | 4 | [[#c14cc5c0]] | exceptionReferences |
2 | 1 | [[#bb256900]] | JavadocSingleNameReference |
2 | 2 | [[#bb256900]] | JavadocSingleNameReference |
2 | 3 | [[#bb256900]] | JavadocSingleTypeReference |
2 | 4 | [[#bb256900]] | TypeReference |
3 | 1 | [[#bb256920]] | param |
3 | 2 | [[#bb256920]] | param |
3 | 3 | [[#bb256920]] | param |
3 | 4 | [[#bb256920]] | typeRef |