CloneSet3173


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.995statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1103715
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
2101971
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java
Clone Instance
1
Line Count
10
Source Line
3715
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                                Alignment compactIfAlignment = this.scribe.createAlignment(
                                                "compactIf", //$NON-NLS-1$
                                                 this.preferences.alignment_for_compact_if, 
                                                Alignment.R_OUTERMOST, 
                                                1, 
                                                this.scribe.scanner.currentPosition, 
                                                1, 
                                                false                                     );
                                this.scribe.enterAlignment(compactIfAlignment);
                                boolean ok = false;


Clone Instance
2
Line Count
10
Source Line
1971
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java

                                Alignment2 compactIfAlignment = this.scribe.createAlignment(
                                                "compactIf", //$NON-NLS-1$
                                                 this.preferences.alignment_for_compact_if, 
                                                Alignment.R_OUTERMOST, 
                                                1, 
                                                this.scribe.scanner.currentPosition, 
                                                1, 
                                                false                                      );
                                this.scribe.enterAlignment(compactIfAlignment);
                                boolean ok = false;


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable5759ec20]] compactIfAlignment = this.scribe.createAlignment("compactIf", //$NON-NLS-1$
                                                                         this.preferences.alignment_for_compact_if, Alignment.R_OUTERMOST, 1, this.scribe.scanner.currentPosition, 1, false);
this.scribe.enterAlignment(compactIfAlignment);
boolean ok = false;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5759ec20]]
Alignment 
12[[#5759ec20]]
Alignment2