| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 8 | 3 | 0.963 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 151 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration.java |
| 2 | 4 | 224 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ArrayInitializer.java |
| 3 | 4 | 279 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldDeclaration.java |
| 4 | 4 | 76 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ImportReference.java |
| 5 | 4 | 214 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocMessageSend.java |
| 6 | 4 | 198 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MethodDeclaration.java |
| 7 | 4 | 63 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/NormalAnnotation.java |
| 8 | 4 | 73 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/NormalAnnotation.java |
| ||||
if (this.annotations != null) {
int annotationsLength = this.annotations.length;
for (int i = 0; i < annotationsLength; i++)
this.annotations[i].traverse(visitor, scope);
}
|
| ||||
if (this.expressions != null) {
int expressionsLength = this.expressions.length;
for (int i = 0; i < expressionsLength; i++)
this.expressions[i].traverse(visitor, scope);
}
|
| ||||
if (this.annotations != null) {
int annotationsLength = this.annotations.length;
for (int i = 0; i < annotationsLength; i++)
this.annotations[i].traverse(visitor, scope);
}
|
| ||||
if (this.annotations != null) {
int annotationsLength = this.annotations.length;
for (int i = 0; i < annotationsLength; i++)
this.annotations[i].traverse(visitor, scope);
}
|
| ||||
if (this.arguments != null) {
int argumentsLength = this.arguments.length;
for (int i = 0; i < argumentsLength; i++)
this.arguments[i].traverse(visitor, blockScope);
}
|
| ||||
if (this.annotations != null) {
int annotationsLength = this.annotations.length;
for (int i = 0; i < annotationsLength; i++)
this.annotations[i].traverse(visitor, scope);
}
|
| ||||
if (this.memberValuePairs != null) {
int memberValuePairsLength = this.memberValuePairs.length;
for (int i = 0; i < memberValuePairsLength; i++)
this.memberValuePairs[i].traverse(visitor, scope);
}
|
| ||||
if (this.memberValuePairs != null) {
int memberValuePairsLength = this.memberValuePairs.length;
for (int i = 0; i < memberValuePairsLength; i++)
this.memberValuePairs[i].traverse(visitor, scope);
}
|
| |||
if (this. [[#variable510f2d60]]!= null) {
int [[#variable510f2cc0]]= this. [[#variable510f2d60]].length;
for (int i = 0; i < [[#variable510f2cc0]]; i++)
this. [[#variable510f2d60]][i].traverse(visitor, [[#variable510f2c60]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#510f2d60]] | annotations |
| 1 | 2 | [[#510f2d60]] | memberValuePairs |
| 1 | 3 | [[#510f2d60]] | expressions |
| 1 | 4 | [[#510f2d60]] | arguments |
| 1 | 5 | [[#510f2d60]] | annotations |
| 1 | 6 | [[#510f2d60]] | annotations |
| 1 | 7 | [[#510f2d60]] | memberValuePairs |
| 1 | 8 | [[#510f2d60]] | annotations |
| 2 | 1 | [[#510f2cc0]] | annotationsLength |
| 2 | 2 | [[#510f2cc0]] | memberValuePairsLength |
| 2 | 3 | [[#510f2cc0]] | expressionsLength |
| 2 | 4 | [[#510f2cc0]] | argumentsLength |
| 2 | 5 | [[#510f2cc0]] | annotationsLength |
| 2 | 6 | [[#510f2cc0]] | annotationsLength |
| 2 | 7 | [[#510f2cc0]] | memberValuePairsLength |
| 2 | 8 | [[#510f2cc0]] | annotationsLength |
| 3 | 1 | [[#510f2c60]] | scope |
| 3 | 2 | [[#510f2c60]] | scope |
| 3 | 3 | [[#510f2c60]] | scope |
| 3 | 4 | [[#510f2c60]] | blockScope |
| 3 | 5 | [[#510f2c60]] | scope |
| 3 | 6 | [[#510f2c60]] | scope |
| 3 | 7 | [[#510f2c60]] | scope |
| 3 | 8 | [[#510f2c60]] | scope |