Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 56 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/QualifiedTypeDeclarationPattern.java |
2 | 7 | 183 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeDeclarationPattern.java |
| ||||
// Continue key read by the end to decode modifiers int last = key.length - 1; this.secondary = key[last] == 'S'; if (this.secondary) { last -= 2; } this.modifiers = key[last - 1] + (key[last] << 16); decodeModifiers(); |
| ||||
// Continue key read by the end to decode modifiers int last = key.length - 1; this.secondary = key[last] == 'S'; if (this.secondary) { last -= 2; } this.modifiers = key[last - 1] + (key[last] << 16); decodeModifiers(); |
| |||
// Continue key read by the end to decode modifiers int last = key.length - 1; this.secondary = key[last] == 'S'; if (this.secondary) { last -= 2; } this.modifiers = key[last - 1] + (key[last] << 16); decodeModifiers(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |