Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 163 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
2 | 2 | 212 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java |
| ||||
// Create field JavadocFieldReference field = new JavadocFieldReference(this.identifierStack[0], this.identifierPositionStack[0]); field.receiver = typeRef; |
| ||||
JavadocMessageSend msg = new JavadocMessageSend(this.identifierStack[0], this.identifierPositionStack[0]); msg.receiver = typeRef; |
| |||
[[#variable645c82e0]] [[#variable6460a9e0]]= new [[#variable645c82e0]](this.identifierStack[0], this.identifierPositionStack[0]); [[#variable6460a9e0]].receiver = typeRef; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#645c82e0]] | JavadocMessageSend |
1 | 2 | [[#645c82e0]] | // Create field JavadocFieldReference |
2 | 1 | [[#6460a9e0]] | msg |
2 | 2 | [[#6460a9e0]] | field |