CloneSet398


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
31410.973statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1352
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BranchStatement.java
2363
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BranchStatement.java
33163
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/DoStatement.java
43277
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java
53137
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ReturnStatement.java
63160
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ReturnStatement.java
73140
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SynchronizedStatement.java
83392
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java
93399
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java
103422
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java
113452
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java
123545
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java
133572
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java
143597
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java
Clone Instance
1
Line Count
3
Source Line
52
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BranchStatement.java

                                        if (this.initStateIndex != -1) {
                                                codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.initStateIndex);
                                                codeStream.addDefinitelyAssignedVariables(currentScope, this.initStateIndex);
                                        }


Clone Instance
2
Line Count
3
Source Line
63
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BranchStatement.java

        if (this.initStateIndex != -1) {
                codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.initStateIndex);
                codeStream.addDefinitelyAssignedVariables(currentScope, this.initStateIndex);
        }


Clone Instance
3
Line Count
3
Source Line
163
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/DoStatement.java

        // May loose some local variable initializations : affecting the local variable attributes
        if (this.mergedInitStateIndex != -1) {
                codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.mergedInitStateIndex);
                codeStream.addDefinitelyAssignedVariables(currentScope, this.mergedInitStateIndex);
        }


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

                if (this.preIncrementsInitStateIndex != -1) {
                        codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.preIncrementsInitStateIndex);
                        codeStream.addDefinitelyAssignedVariables(currentScope, this.preIncrementsInitStateIndex);
                }


Clone Instance
5
Line Count
3
Source Line
137
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ReturnStatement.java

                                        if (this.initStateIndex != -1) {
                                                codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.initStateIndex);
                                                codeStream.addDefinitelyAssignedVariables(currentScope, this.initStateIndex);
                                        }


Clone Instance
6
Line Count
3
Source Line
160
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ReturnStatement.java

        if (this.initStateIndex != -1) {
                codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.initStateIndex);
                codeStream.addDefinitelyAssignedVariables(currentScope, this.initStateIndex);
        }


Clone Instance
7
Line Count
3
Source Line
140
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SynchronizedStatement.java

                // May loose some local variable initializations : affecting the local variable attributes
                if (this.mergedSynchronizedInitStateIndex != -1) {
                        codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.mergedSynchronizedInitStateIndex);
                        codeStream.addDefinitelyAssignedVariables(currentScope, this.mergedSynchronizedInitStateIndex);
                }


Clone Instance
8
Line Count
3
Source Line
392
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java

                                        if (this.postTryInitStateIndex != -1) {
                                                codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.postTryInitStateIndex);
                                                codeStream.addDefinitelyAssignedVariables(currentScope, this.postTryInitStateIndex);
                                        }


Clone Instance
9
Line Count
3
Source Line
399
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java

                                        if (this.postTryInitStateIndex != -1) {
                                                codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.postTryInitStateIndex);
                                                codeStream.addDefinitelyAssignedVariables(currentScope, this.postTryInitStateIndex);
                                        }


Clone Instance
10
Line Count
3
Source Line
422
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java

                                // May loose some local variable initializations : affecting the local variable attributes
                                if (this.preTryInitStateIndex != -1) {
                                        codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.preTryInitStateIndex);
                                        codeStream.addDefinitelyAssignedVariables(currentScope, this.preTryInitStateIndex);
                                }


Clone Instance
11
Line Count
3
Source Line
452
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java

                                                        if (this.postTryInitStateIndex != -1) {
                                                                codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.postTryInitStateIndex);
                                                                codeStream.addDefinitelyAssignedVariables(currentScope, this.postTryInitStateIndex);
                                                        }


Clone Instance
12
Line Count
3
Source Line
545
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java

                                                // inlined finally here can see all merged variables
                                                if (this.postTryInitStateIndex != -1) {
                                                        codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.postTryInitStateIndex);
                                                        codeStream.addDefinitelyAssignedVariables(currentScope, this.postTryInitStateIndex);
                                                }


Clone Instance
13
Line Count
3
Source Line
572
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java

                                                // inlined finally here can see all merged variables
                                                if (this.preTryInitStateIndex != -1) {
                                                        codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.preTryInitStateIndex);
                                                        codeStream.addDefinitelyAssignedVariables(currentScope, this.preTryInitStateIndex);
                                                }


Clone Instance
14
Line Count
3
Source Line
597
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java

        // May loose some local variable initializations : affecting the local variable attributes
        if (this.mergedInitStateIndex != -1) {
                codeStream.removeNotDefinitelyAssignedVariables(currentScope, this.mergedInitStateIndex);
                codeStream.addDefinitelyAssignedVariables(currentScope, this.mergedInitStateIndex);
        }


Clone AbstractionParameter Count: 1Parameter Bindings

// May loose some local variable initializations : affecting the local variable attributes
// inlined finally here can see all merged variables
if (this. [[#variable588611c0]]!= -1) {
  codeStream.removeNotDefinitelyAssignedVariables(currentScope, this. [[#variable588611c0]]);
  codeStream.addDefinitelyAssignedVariables(currentScope, this. [[#variable588611c0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#588611c0]]
initStateIndex 
12[[#588611c0]]
mergedInitStateIndex 
13[[#588611c0]]
postTryInitStateIndex 
14[[#588611c0]]
preTryInitStateIndex 
15[[#588611c0]]
preIncrementsInitStateIndex 
16[[#588611c0]]
mergedSynchronizedInitStateIndex 
17[[#588611c0]]
initStateIndex 
18[[#588611c0]]
initStateIndex 
19[[#588611c0]]
postTryInitStateIndex 
110[[#588611c0]]
postTryInitStateIndex 
111[[#588611c0]]
initStateIndex 
112[[#588611c0]]
mergedInitStateIndex 
113[[#588611c0]]
postTryInitStateIndex 
114[[#588611c0]]
preTryInitStateIndex