Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 54 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocTag.java |
2 | 10 | 67 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnJavadocTag.java |
| ||||
// Print block tags char[][] blockTags = this.possibleTags[BLOCK_IDX]; if (blockTags != null) { int length = blockTags.length; if (length > 0) { output.append("\npossible block tags:"); //$NON-NLS-1$ for (int i = 0; i < length; i++) { output.append("\n\t- "); //$NON-NLS-1$ output.append(blockTags[i]); } output.append('\n'); } } |
| ||||
// Print inline tags char[][] inlineTags = this.possibleTags[INLINE_IDX]; if (inlineTags != null) { int length = inlineTags.length; if (length > 0) { output.append("\npossible inline tags:"); //$NON-NLS-1$ for (int i = 0; i < length; i++) { output.append("\n\t- "); //$NON-NLS-1$ output.append(inlineTags[i]); } output.append('\n'); } } |
| |||
// Print inline tags // Print block tags char[][] [[#variable51f51d00]]= this.possibleTags[ [[#variable95767460]]]; if ( [[#variable51f51d00]]!= null) { int length = [[#variable51f51d00]].length; if (length > 0) { output.append( [[#variable51f51cc0]]); //$NON-NLS-1$ for (int i = 0; i < length; i++) { output.append("\n\t- "); //$NON-NLS-1$ output.append( [[#variable51f51d00]][i]); } output.append('\n'); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51f51d00]] | inlineTags |
1 | 2 | [[#51f51d00]] | blockTags |
2 | 1 | [[#95767460]] | INLINE_IDX |
2 | 2 | [[#95767460]] | BLOCK_IDX |
3 | 1 | [[#51f51cc0]] | "\npossible inline tags:" |
3 | 2 | [[#51f51cc0]] | "\npossible block tags:" |