| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 6 | 3 | 0.955 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 50 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnQualifiedNameReference.java |
| 2 | 3 | 91 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnQualifiedTypeReference.java |
| 3 | 3 | 188 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfo.java |
| 4 | 3 | 209 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/TypeInfo.java |
| 5 | 3 | 296 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizard.java |
| 6 | 3 | 135 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ProblemLocation.java |
| ||||
for (int i = 0; i < tokens.length; i++) {
output.append(tokens[i]);
output.append('.');
}
|
| ||||
for (int i = 0; i < tokens.length; i++) {
output.append(tokens[i]);
output.append('.');
}
|
| ||||
for (int i = 0; i < fEnclosingNames.length; i++) {
buf.append(fEnclosingNames[i]);
buf.append('.');
}
|
| ||||
for (int i = 0; i < fEnclosingNames.length; i++) {
buf.append(fEnclosingNames[i]);
buf.append('.');
}
|
| ||||
for (int i = 0; i < args.length; i++) {
buf.append(args[i]);
buf.append(' ');
}
|
| ||||
for (int i = 0; i < arg.length; i++) {
buf.append(arg[i]);
buf.append('\n');
}
|
| |||
for (int i = 0; i < [[#variableb96d6140]].length; i++) {
[[#variableb96d6060]].append( [[#variableb96d6140]][i]);
[[#variableb96d6060]].append( [[#variableb96d60c0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b96d6140]] | fEnclosingNames |
| 1 | 2 | [[#b96d6140]] | tokens |
| 1 | 3 | [[#b96d6140]] | arg |
| 1 | 4 | [[#b96d6140]] | args |
| 1 | 5 | [[#b96d6140]] | fEnclosingNames |
| 1 | 6 | [[#b96d6140]] | tokens |
| 2 | 1 | [[#b96d6060]] | buf |
| 2 | 2 | [[#b96d6060]] | output |
| 2 | 3 | [[#b96d6060]] | buf |
| 2 | 4 | [[#b96d6060]] | buf |
| 2 | 5 | [[#b96d6060]] | buf |
| 2 | 6 | [[#b96d6060]] | output |
| 3 | 1 | [[#b96d60c0]] | '.' |
| 3 | 2 | [[#b96d60c0]] | '.' |
| 3 | 3 | [[#b96d60c0]] | '\n' |
| 3 | 4 | [[#b96d60c0]] | ' ' |
| 3 | 5 | [[#b96d60c0]] | '.' |
| 3 | 6 | [[#b96d60c0]] | '.' |