CloneSet3178


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7410.980statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
181230
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java
281272
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java
371330
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java
471371
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java
Clone Instance
1
Line Count
8
Source Line
1230
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java

                                if (valueRequired) {
                                        if (falseLabel != null) {
                                                // implicit falling through the TRUE case
                                                codeStream.goto_(falseLabel);
                                        }
                                }
                                // reposition the endPC
                                codeStream.updateLastRecordedEndPC(currentScope, codeStream.position);


Clone Instance
2
Line Count
8
Source Line
1272
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/BinaryExpression.java

                                if (valueRequired) {
                                        if (falseLabel != null) {
                                                // implicit falling through the TRUE case
                                                codeStream.goto_(falseLabel);
                                        }
                                }
                                // reposition the endPC
                                codeStream.updateLastRecordedEndPC(currentScope, codeStream.position);


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

                                if (valueRequired) {
                                        if (trueLabel != null) {
                                                codeStream.goto_(trueLabel);
                                        }
                                }
                                // reposition the endPC
                                codeStream.updateLastRecordedEndPC(currentScope, codeStream.position);


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

                                if (valueRequired) {
                                        if (trueLabel != null) {
                                                codeStream.goto_(trueLabel);
                                        }
                                }
                                // reposition the endPC
                                codeStream.updateLastRecordedEndPC(currentScope, codeStream.position);


Clone AbstractionParameter Count: 1Parameter Bindings

if (valueRequired) {
  if ( [[#variable9fc86280]]!= null) {
    // implicit falling through the TRUE case
    codeStream.goto_( [[#variable9fc86280]]);
  }
}
// reposition the endPC
codeStream.updateLastRecordedEndPC(currentScope, codeStream.position);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9fc86280]]
trueLabel 
12[[#9fc86280]]
falseLabel 
13[[#9fc86280]]
trueLabel 
14[[#9fc86280]]
falseLabel