CloneSet633


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4830.959statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14375
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java
24384
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java
34500
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java
44211
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MethodDeclaration.java
54216
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MethodDeclaration.java
64221
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MethodDeclaration.java
74392
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java
84372
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SwitchStatement.java
Clone Instance
1
Line Count
4
Source Line
375
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java

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


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

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


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

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


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

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


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

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


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

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


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

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


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

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


Clone AbstractionParameter Count: 3Parameter Bindings

if ( [[#variablea38d7100]]!= null) {
  int  [[#variablea38d70a0]]= [[#variablea38d7100]].length;
  for (int i = 0; i <  [[#variablea38d70a0]]; i++)
     [[#variablea38d7100]][i].traverse(visitor,  [[#variablea38d7040]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a38d7100]]
statements 
12[[#a38d7100]]
initializations 
13[[#a38d7100]]
increments 
14[[#a38d7100]]
arguments 
15[[#a38d7100]]
arguments 
16[[#a38d7100]]
thrownExceptions 
17[[#a38d7100]]
arguments 
18[[#a38d7100]]
statements 
21[[#a38d70a0]]
statementsLength 
22[[#a38d70a0]]
initializationsLength 
23[[#a38d70a0]]
incrementsLength 
24[[#a38d70a0]]
argumentsLength 
25[[#a38d70a0]]
argumentLength 
26[[#a38d70a0]]
thrownExceptionsLength 
27[[#a38d70a0]]
argumentsLength 
28[[#a38d70a0]]
statementsLength 
31[[#a38d7040]]
scope 
32[[#a38d7040]]
scope 
33[[#a38d7040]]
scope 
34[[#a38d7040]]
scope 
35[[#a38d7040]]
scope 
36[[#a38d7040]]
scope 
37[[#a38d7040]]
blockScope 
38[[#a38d7040]]
scope