Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 6 | 0.954 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 201 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CUCorrectionProposal.java |
2 | 8 | 417 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewCUCompletionUsingWizardProposal.java |
3 | 8 | 192 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavadocHover.java |
| ||||
for (int k = 0; k < content.length(); k++) { char ch = content.charAt(k); if (ch == '<') { buf.append("<"); //$NON-NLS-1$ } else if (ch == '>') { buf.append(">"); //$NON-NLS-1$ } else { buf.append(ch); } } |
| ||||
for (int i = 0; i < name.length(); i++) { char ch = name.charAt(i); if (ch == '>') { buf.append(">"); //$NON-NLS-1$ } else if (ch == '<') { buf.append("<"); //$NON-NLS-1$ } else { buf.append(ch); } } |
| ||||
for (int i = 0; i < label.length(); i++) { char ch = label.charAt(i); if (ch == '<') { buf.append("<"); //$NON-NLS-1$ } else if (ch == '>') { buf.append(">"); //$NON-NLS-1$ } else { buf.append(ch); } } |
| |||
for (int [[#variable53b4e1a0]]= 0; [[#variable53b4e1a0]] < [[#variable53b4e120]].length(); [[#variable53b4e1a0]]++) { char ch = [[#variable53b4e120]].charAt( [[#variable53b4e1a0]]); if (ch == [[#variable53b4e080]]) { buf.append( [[#variable63f8bfe0]]); //$NON-NLS-1$ } else if (ch == [[#variable63f8bf80]]) { buf.append( [[#variable63f8bca0]]); //$NON-NLS-1$ } else { buf.append(ch); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53b4e1a0]] | k |
1 | 2 | [[#53b4e1a0]] | i |
1 | 3 | [[#53b4e1a0]] | i |
2 | 1 | [[#53b4e120]] | content |
2 | 2 | [[#53b4e120]] | name |
2 | 3 | [[#53b4e120]] | label |
3 | 1 | [[#53b4e080]] | '<' |
3 | 2 | [[#53b4e080]] | '>' |
3 | 3 | [[#53b4e080]] | '<' |
4 | 1 | [[#63f8bfe0]] | "<" |
4 | 2 | [[#63f8bfe0]] | ">" |
4 | 3 | [[#63f8bfe0]] | "<" |
5 | 1 | [[#63f8bf80]] | '>' |
5 | 2 | [[#63f8bf80]] | '<' |
5 | 3 | [[#63f8bf80]] | '>' |
6 | 1 | [[#63f8bca0]] | ">" |
6 | 2 | [[#63f8bca0]] | "<" |
6 | 3 | [[#63f8bca0]] | ">" |