Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.968 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 127 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
2 | 2 | 154 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
3 | 2 | 188 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
4 | 2 | 487 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
| ||||
(refStart <= (this.cursorLocation + 1) && this.cursorLocation <= refEnd) // completion cursor is between first and last stacked identifiers || ((refStart == (refEnd + 1) && refEnd == this.cursorLocation)) // or it's a completion on empty token |
| ||||
(refStart <= (this.cursorLocation + 1) && this.cursorLocation <= refEnd) // completion cursor is between first and last stacked identifiers || ((refStart == (refEnd + 1) && refEnd == this.cursorLocation)) // or it's a completion on empty token |
| ||||
(refStart <= (this.cursorLocation + 1) && this.cursorLocation <= refEnd) // completion cursor is between first and last stacked identifiers || ((refStart == (refEnd + 1) && refEnd == this.cursorLocation)) |
| ||||
(startPosition <= (this.cursorLocation + 1) && this.cursorLocation <= endPosition) // completion cursor is between first and last stacked identifiers || ((startPosition == (endPosition + 1) && endPosition == this.cursorLocation)) |
| |||
( [[#variable59499c60]]<= (this.cursorLocation + 1) && this.cursorLocation <= [[#variable59499c00]]) // completion cursor is between first and last stacked identifiers || (( [[#variable59499c60]]== ( [[#variable59499c00]] + 1) && [[#variable59499c00]]== this.cursorLocation)) // or it's a completion on empty token |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59499c60]] | refStart |
1 | 2 | [[#59499c60]] | startPosition |
1 | 3 | [[#59499c60]] | refStart |
1 | 4 | [[#59499c60]] | refStart |
2 | 1 | [[#59499c00]] | refEnd |
2 | 2 | [[#59499c00]] | endPosition |
2 | 3 | [[#59499c00]] | refEnd |
2 | 4 | [[#59499c00]] | refEnd |