Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.954 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1078 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
2 | 3 | 1154 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/AssistParser.java |
| ||||
while (i > -1) { if (elementKindStack[i] == K_FIELD_INITIALIZER_DELIMITER) return true; i--; } |
| ||||
while (i > -1) { if (elementKindStack[i] == kind) return i; i--; } |
| |||
while (i > -1) { if (elementKindStack[i] == [[#variableba46f8a0]]) return [[#variableba46f8e0]]; i--; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba46f8a0]] | K_FIELD_INITIALIZER_DELIMITER |
1 | 2 | [[#ba46f8a0]] | kind |
2 | 1 | [[#ba46f8e0]] | true |
2 | 2 | [[#ba46f8e0]] | i |