Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.966 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1492 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
2 | 4 | 133 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java |
| ||||
this.astLengthPtr = -1; this.expressionPtr = -1; this.expressionLengthPtr = -1; this.identifierPtr = -1; |
| ||||
// Init local variables this.astLengthPtr = -1; this.astPtr = -1; this.identifierPtr = -1; this.currentTokenType = -1; |
| |||
// Init local variables this.astLengthPtr = -1; this. [[#variable529d1c40]]= -1; this. [[#variable529fa5a0]]= -1; this. [[#variable529fa580]]= -1; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#529d1c40]] | expressionPtr |
1 | 2 | [[#529d1c40]] | astPtr |
2 | 1 | [[#529fa5a0]] | expressionLengthPtr |
2 | 2 | [[#529fa5a0]] | identifierPtr |
3 | 1 | [[#529fa580]] | identifierPtr |
3 | 2 | [[#529fa580]] | currentTokenType |