CloneSet528


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4830.963statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14151
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration.java
24224
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ArrayInitializer.java
34279
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldDeclaration.java
4476
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ImportReference.java
54214
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocMessageSend.java
64198
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MethodDeclaration.java
7463
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/NormalAnnotation.java
8473
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/NormalAnnotation.java
Clone Instance
1
Line Count
4
Source Line
151
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration.java

                        if (this.annotations != null) {
                                int annotationsLength = this.annotations.length;
                                for (int i = 0; i < annotationsLength; i++)
                                        this.annotations[i].traverse(visitor, scope);
                        }


Clone Instance
2
Line Count
4
Source Line
224
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ArrayInitializer.java

                        if (this.expressions != null) {
                                int expressionsLength = this.expressions.length;
                                for (int i = 0; i < expressionsLength; i++)
                                        this.expressions[i].traverse(visitor, scope);
                        }


Clone Instance
3
Line Count
4
Source Line
279
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/FieldDeclaration.java

                        if (this.annotations != null) {
                                int annotationsLength = this.annotations.length;
                                for (int i = 0; i < annotationsLength; i++)
                                        this.annotations[i].traverse(visitor, scope);
                        }


Clone Instance
4
Line Count
4
Source Line
76
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ImportReference.java

                if (this.annotations != null) {
                        int annotationsLength = this.annotations.length;
                        for (int i = 0; i < annotationsLength; i++)
                                this.annotations[i].traverse(visitor, scope);
                }


Clone Instance
5
Line Count
4
Source Line
214
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocMessageSend.java

                        if (this.arguments != null) {
                                int argumentsLength = this.arguments.length;
                                for (int i = 0; i < argumentsLength; i++)
                                        this.arguments[i].traverse(visitor, blockScope);
                        }


Clone Instance
6
Line Count
4
Source Line
198
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MethodDeclaration.java

                        if (this.annotations != null) {
                                int annotationsLength = this.annotations.length;
                                for (int i = 0; i < annotationsLength; i++)
                                        this.annotations[i].traverse(visitor, scope);
                        }


Clone Instance
7
Line Count
4
Source Line
63
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/NormalAnnotation.java

                        if (this.memberValuePairs != null) {
                                int memberValuePairsLength = this.memberValuePairs.length;
                                for (int i = 0; i < memberValuePairsLength; i++)
                                        this.memberValuePairs[i].traverse(visitor, scope);
                        }


Clone Instance
8
Line Count
4
Source Line
73
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/NormalAnnotation.java

                        if (this.memberValuePairs != null) {
                                int memberValuePairsLength = this.memberValuePairs.length;
                                for (int i = 0; i < memberValuePairsLength; i++)
                                        this.memberValuePairs[i].traverse(visitor, scope);
                        }


Clone AbstractionParameter Count: 3Parameter Bindings

if (this. [[#variable510f2d60]]!= null) {
  int  [[#variable510f2cc0]]= this. [[#variable510f2d60]].length;
  for (int i = 0; i <  [[#variable510f2cc0]]; i++)
    this. [[#variable510f2d60]][i].traverse(visitor,  [[#variable510f2c60]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#510f2d60]]
annotations 
12[[#510f2d60]]
memberValuePairs 
13[[#510f2d60]]
expressions 
14[[#510f2d60]]
arguments 
15[[#510f2d60]]
annotations 
16[[#510f2d60]]
annotations 
17[[#510f2d60]]
memberValuePairs 
18[[#510f2d60]]
annotations 
21[[#510f2cc0]]
annotationsLength 
22[[#510f2cc0]]
memberValuePairsLength 
23[[#510f2cc0]]
expressionsLength 
24[[#510f2cc0]]
argumentsLength 
25[[#510f2cc0]]
annotationsLength 
26[[#510f2cc0]]
annotationsLength 
27[[#510f2cc0]]
memberValuePairsLength 
28[[#510f2cc0]]
annotationsLength 
31[[#510f2c60]]
scope 
32[[#510f2c60]]
scope 
33[[#510f2c60]]
scope 
34[[#510f2c60]]
blockScope 
35[[#510f2c60]]
scope 
36[[#510f2c60]]
scope 
37[[#510f2c60]]
scope 
38[[#510f2c60]]
scope