Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.965 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 35 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
2 | 2 | 40 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadocParser.java |
3 | 2 | 492 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
| ||||
for (int i = 0; i < INLINE_TAGS_LENGTH; i++) { length += INLINE_TAGS[i].length; } |
| ||||
for (int i = 0; i < BLOCK_TAGS_LENGTH; i++) { length += BLOCK_TAGS[i].length; } |
| ||||
for (int i = 0; i < parameterTypesLength; i++) { parameterLength += parameterTypes[i].length; } |
| |||
for (int i = 0; i < [[#variable9b50c440]]; i++) { [[#variable9aeb1ac0]]+= [[#variable9b50c4a0]][i].length; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b50c440]] | parameterTypesLength |
1 | 2 | [[#9b50c440]] | INLINE_TAGS_LENGTH |
1 | 3 | [[#9b50c440]] | BLOCK_TAGS_LENGTH |
2 | 1 | [[#9aeb1ac0]] | parameterLength |
2 | 2 | [[#9aeb1ac0]] | length |
2 | 3 | [[#9aeb1ac0]] | length |
3 | 1 | [[#9b50c4a0]] | parameterTypes |
3 | 2 | [[#9b50c4a0]] | INLINE_TAGS |
3 | 3 | [[#9b50c4a0]] | BLOCK_TAGS |