CloneSet1321


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
41001.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1497
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AssertStatement.java
2452
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Block.java
3464
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CaseStatement.java
44169
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForeachStatement.java
54219
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java
6453
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Initializer.java
7491
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/LabeledStatement.java
8492
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/LocalDeclaration.java
94136
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SwitchStatement.java
104166
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/WhileStatement.java
Clone Instance
1
Line Count
4
Source Line
97
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AssertStatement.java

                if ((bits&  IsReachable) == 0) {
                        return;
                }
                int pc = codeStream.position;


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

                if ((bits&  IsReachable) == 0) {
                        return;
                }
                int pc = codeStream.position;


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

                if ((bits&  IsReachable) == 0) {
                        return;
                }
                int pc = codeStream.position;


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

                if ((bits&  IsReachable) == 0) {
                        return;
                }
                int pc = codeStream.position;


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

                if ((bits&  IsReachable) == 0) {
                        return;
                }
                int pc = codeStream.position;


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

                if ((bits&  IsReachable) == 0) {
                        return;
                }
                int pc = codeStream.position;


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

                if ((bits&  IsReachable) == 0) {
                        return;
                }
                int pc = codeStream.position;


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

                if ((bits&  IsReachable) == 0) {
                        return;
                }
                int pc = codeStream.position;


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

                        if ((bits&  IsReachable) == 0) {
                                return;
                        }
                        int pc = codeStream.position;


Clone Instance
10
Line Count
4
Source Line
166
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/WhileStatement.java

                if ((bits&  IsReachable) == 0) {
                        return;
                }
                int pc = codeStream.position;


Clone AbstractionParameter Count: 0Parameter Bindings

if ((bits&IsReachable) == 0) {
  return;
}
int pc = codeStream.position;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None