| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 4 | 3 | 0.974 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 43 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
| 2 | 4 | 49 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
| 3 | 4 | 59 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
| 4 | 4 | 65 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Javadoc.java |
| ||||
if (this.paramReferences != null) {
for (int i = 0, length = this.paramReferences.length; i < length; i++) {
printIndent(indent + 1, output).append(" * @param "); //$NON-NLS-1$
this.paramReferences[i].print(indent, output).append('\n');
}
}
|
| ||||
if (this.paramTypeParameters != null) {
for (int i = 0, length = this.paramTypeParameters.length; i < length; i++) {
printIndent(indent + 1, output).append(" * @param <"); //$NON-NLS-1$
this.paramTypeParameters[i].print(indent, output).append(">\n"); //$NON-NLS-1$
}
}
|
| ||||
if (this.exceptionReferences != null) {
for (int i = 0, length = this.exceptionReferences.length; i < length; i++) {
printIndent(indent + 1, output).append(" * @throws "); //$NON-NLS-1$
this.exceptionReferences[i].print(indent, output).append('\n');
}
}
|
| ||||
if (this.seeReferences != null) {
for (int i = 0, length = this.seeReferences.length; i < length; i++) {
printIndent(indent + 1, output).append(" * @see "); //$NON-NLS-1$
this.seeReferences[i].print(indent, output).append('\n');
}
}
|
| |||
if (this. [[#variableb9fc8900]]!= null) {
for (int i = 0, length = this. [[#variableb9fc8900]].length; i < length; i++) {
printIndent(indent + 1, output).append( [[#variablea42626e0]]); //$NON-NLS-1$
this. [[#variableb9fc8900]][i].print(indent, output).append( [[#variableb9fc8920]]); //$NON-NLS-1$
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b9fc8900]] | paramReferences |
| 1 | 2 | [[#b9fc8900]] | paramTypeParameters |
| 1 | 3 | [[#b9fc8900]] | exceptionReferences |
| 1 | 4 | [[#b9fc8900]] | seeReferences |
| 2 | 1 | [[#a42626e0]] | " * @param " |
| 2 | 2 | [[#a42626e0]] | " * @param <" |
| 2 | 3 | [[#a42626e0]] | " * @throws " |
| 2 | 4 | [[#a42626e0]] | " * @see " |
| 3 | 1 | [[#b9fc8920]] | '\n' |
| 3 | 2 | [[#b9fc8920]] | ">\n" |
| 3 | 3 | [[#b9fc8920]] | '\n' |
| 3 | 4 | [[#b9fc8920]] | '\n' |