| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 4 | 3 | 0.978 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 99 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadoc.java |
| 2 | 6 | 108 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadoc.java |
| 3 | 6 | 121 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadoc.java |
| 4 | 6 | 130 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadoc.java |
| ||||
if (this.paramReferences != null) {
for (int i = 0, length = this.paramReferences.length; i < length; i++) {
printIndent(indent, output).append(" * @param "); //$NON-NLS-1$
this.paramReferences[i].print(indent, output).append('\n');
if ( !nodePrinted && this.completionNode != null) {
nodePrinted = this.completionNode == this.paramReferences[i];
}
}
}
|
| ||||
if (this.paramTypeParameters != null) {
for (int i = 0, length = this.paramTypeParameters.length; i < length; i++) {
printIndent(indent, output).append(" * @param <"); //$NON-NLS-1$
this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
if ( !nodePrinted && this.completionNode != null) {
nodePrinted = this.completionNode == this.paramTypeParameters[i];
}
}
}
|
| ||||
if (this.exceptionReferences != null) {
for (int i = 0, length = this.exceptionReferences.length; i < length; i++) {
printIndent(indent, output).append(" * @throws "); //$NON-NLS-1$
this.exceptionReferences[i].print(indent, output).append('\n');
if ( !nodePrinted && this.completionNode != null) {
nodePrinted = this.completionNode == this.exceptionReferences[i];
}
}
}
|
| ||||
if (this.seeReferences != null) {
for (int i = 0, length = this.seeReferences.length; i < length; i++) {
printIndent(indent, output).append(" * @see "); //$NON-NLS-1$
this.seeReferences[i].print(indent, output).append('\n');
if ( !nodePrinted && this.completionNode != null) {
nodePrinted = this.completionNode == this.seeReferences[i];
}
}
}
|
| |||
if (this. [[#variablea42bc500]]!= null) {
for (int i = 0, length = this. [[#variablea42bc500]].length; i < length; i++) {
printIndent(indent, output).append( [[#variablea42bc440]]); //$NON-NLS-1$
this. [[#variablea42bc500]][i].print(indent, output).append( [[#variablea42bc360]]); //$NON-NLS-1$
if ( !nodePrinted && this.completionNode != null) {
nodePrinted = this.completionNode == this. [[#variablea42bc500]][i];
}
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a42bc500]] | paramReferences |
| 1 | 2 | [[#a42bc500]] | paramTypeParameters |
| 1 | 3 | [[#a42bc500]] | exceptionReferences |
| 1 | 4 | [[#a42bc500]] | seeReferences |
| 2 | 1 | [[#a42bc440]] | " * @param " |
| 2 | 2 | [[#a42bc440]] | " * @param <" |
| 2 | 3 | [[#a42bc440]] | " * @throws " |
| 2 | 4 | [[#a42bc440]] | " * @see " |
| 3 | 1 | [[#a42bc360]] | '\n' |
| 3 | 2 | [[#a42bc360]] | ">\n" |
| 3 | 3 | [[#a42bc360]] | '\n' |
| 3 | 4 | [[#a42bc360]] | '\n' |