Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.985 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 733 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
2 | 4 | 741 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
| ||||
for (int i = 0; i < size; i++) { this.docComment.seeReferences[ --sizes[ptr]] = (Expression) this.astStack[this.astPtr-- ]; } break; |
| ||||
for (int i = 0; i < size; i++) { this.docComment.exceptionReferences[ --sizes[ptr]] = (TypeReference) this.astStack[this.astPtr-- ]; } break; |
| |||
for (int i = 0; i < size; i++) { this.docComment. [[#variablea438bfe0]][ --sizes[ptr]] = ( [[#variablea438bfc0]]) this.astStack[this.astPtr-- ]; } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a438bfe0]] | seeReferences |
1 | 2 | [[#a438bfe0]] | exceptionReferences |
2 | 1 | [[#a438bfc0]] | Expression |
2 | 2 | [[#a438bfc0]] | TypeReference |