Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 2 | 0.981 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 125 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
2 | 2 | 152 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
3 | 2 | 86 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionJavadocParser.java |
4 | 2 | 104 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionJavadocParser.java |
5 | 2 | 143 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DocCommentParser.java |
6 | 2 | 172 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DocCommentParser.java |
| ||||
int refStart = (int) (this.identifierPositionStack[0] >>> 32); int refEnd = (int) this.identifierPositionStack[0]; |
| ||||
int refStart = (int) (this.identifierPositionStack[0] >>> 32); int refEnd = (int) this.identifierPositionStack[0]; |
| ||||
int start = (int) (this.identifierPositionStack[0] >>> 32); int end = (int) this.identifierPositionStack[0]; |
| ||||
int start = (int) (this.identifierPositionStack[0] >>> 32); int end = (int) this.identifierPositionStack[0]; |
| ||||
int start = (int) (this.identifierPositionStack[0] >>> 32); int end = (int) this.identifierPositionStack[0]; |
| ||||
int start = (int) (this.identifierPositionStack[0] >>> 32); int end = (int) this.identifierPositionStack[0]; |
| |||
int [[#variable549752c0]]= (int) (this.identifierPositionStack[0] >>> 32); int [[#variablec3448c60]]= (int) this.identifierPositionStack[0]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#549752c0]] | refStart |
1 | 2 | [[#549752c0]] | start |
1 | 3 | [[#549752c0]] | start |
1 | 4 | [[#549752c0]] | start |
1 | 5 | [[#549752c0]] | refStart |
1 | 6 | [[#549752c0]] | start |
2 | 1 | [[#c3448c60]] | refEnd |
2 | 2 | [[#c3448c60]] | end |
2 | 3 | [[#c3448c60]] | end |
2 | 4 | [[#c3448c60]] | end |
2 | 5 | [[#c3448c60]] | refEnd |
2 | 6 | [[#c3448c60]] | end |