Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 38 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ImportReference.java |
2 | 2 | 40 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexingParser.java |
| ||||
this.sourceEnd = (int) (sourcePositions[sourcePositions.length - 1]&0x00000000ffffffff); this.sourceStart = (int) (sourcePositions[0] >>> 32); |
| ||||
ref.sourceEnd = (int) (sourcePositions[sourcePositions.length - 1]&0x00000000ffffffff); ref.sourceStart = (int) (sourcePositions[0] >>> 32); |
| |||
[[#variable5cfe8980]].sourceEnd = (int) (sourcePositions[sourcePositions.length - 1]&0x00000000ffffffff); [[#variable5cfe8980]].sourceStart = (int) (sourcePositions[0] >>> 32); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5cfe8980]] | ref |
1 | 2 | [[#5cfe8980]] | this |