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.981 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 202 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
2 | 2 | 294 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DocCommentParser.java |
| ||||
int start = (int) (this.identifierPositionStack[i] >>> 32); int end = (int) this.identifierPositionStack[i]; |
| ||||
int s = (int) (this.identifierPositionStack[i] >>> 32); int e = (int) this.identifierPositionStack[i]; |
| |||
int [[#variable5398d1a0]]= (int) (this.identifierPositionStack[i] >>> 32); int [[#variable536e0b40]]= (int) this.identifierPositionStack[i]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5398d1a0]] | start |
1 | 2 | [[#5398d1a0]] | s |
2 | 1 | [[#536e0b40]] | end |
2 | 2 | [[#536e0b40]] | e |