CloneSet6037


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.950statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1437
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IfStatement.java
2447
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IfStatement.java
3431
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/WhileStatement.java
Clone Instance
1
Line Count
4
Source Line
37
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/IfStatement.java

                this.condition = condition;
                this.thenStatement = thenStatement;
                // remember useful empty statement
                if (thenStatement instanceof EmptyStatement) thenStatement.bits |= IsUsefulEmptyStatement;


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

                this.condition = condition;
                this.thenStatement = thenStatement;
                // remember useful empty statement
                if (thenStatement instanceof EmptyStatement) thenStatement.bits |= IsUsefulEmptyStatement;


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

                this.condition = condition;
                this.action = action;
                // remember useful empty statement
                if (action instanceof EmptyStatement) action.bits |= IsUsefulEmptyStatement;


Clone AbstractionParameter Count: 1Parameter Bindings

this.condition = condition;
this. [[#variable77ae6660]]= [[#variable77ae6660]];
// remember useful empty statement
if ( [[#variable77ae6660]]instanceof EmptyStatement)
   [[#variable77ae6660]].bits |= IsUsefulEmptyStatement;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#77ae6660]]
action 
12[[#77ae6660]]
thenStatement 
13[[#77ae6660]]
thenStatement