| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 11 | 4 | 0 | 1.000 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 11 | 73 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ArrayQualifiedTypeReference.java |
| 2 | 11 | 68 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ArrayTypeReference.java |
| 3 | 11 | 260 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java |
| 4 | 11 | 191 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java |
| ||||
if ((this.bits& IsVarArgs) != 0) {
for (int i = 0; i < dimensions - 1; i++) {
output.append("[]"); //$NON-NLS-1$
}
output.append("..."); //$NON-NLS-1$
}
else {
for (int i = 0; i < dimensions; i++) {
output.append("[]"); //$NON-NLS-1$
}
}
return output;
|
| ||||
if ((this.bits& IsVarArgs) != 0) {
for (int i = 0; i < dimensions - 1; i++) {
output.append("[]"); //$NON-NLS-1$
}
output.append("..."); //$NON-NLS-1$
}
else {
for (int i = 0; i < dimensions; i++) {
output.append("[]"); //$NON-NLS-1$
}
}
return output;
|
| ||||
if ((this.bits& IsVarArgs) != 0) {
for (int i = 0; i < dimensions - 1; i++) {
output.append("[]"); //$NON-NLS-1$
}
output.append("..."); //$NON-NLS-1$
}
else {
for (int i = 0; i < dimensions; i++) {
output.append("[]"); //$NON-NLS-1$
}
}
return output;
|
| ||||
if ((this.bits& IsVarArgs) != 0) {
for (int i = 0; i < dimensions - 1; i++) {
output.append("[]"); //$NON-NLS-1$
}
output.append("..."); //$NON-NLS-1$
}
else {
for (int i = 0; i < dimensions; i++) {
output.append("[]"); //$NON-NLS-1$
}
}
return output;
|
| |||
if ((this.bits&IsVarArgs) != 0) {
for (int i = 0; i < dimensions - 1; i++) {
output.append("[]"); //$NON-NLS-1$
}
output.append("..."); //$NON-NLS-1$
}
else {
for (int i = 0; i < dimensions; i++) {
output.append("[]"); //$NON-NLS-1$
}
}
return output;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||