CloneSet3602


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

                                        Alignment enumConstantsAlignment = this.scribe.createAlignment(
                                                        "enumConstants", //$NON-NLS-1$
                                                         this.preferences.alignment_for_enum_constants, 
                                                        enumConstantsLength, 
                                                        this.scribe.scanner.currentPosition, 
                                                        0, // we don't want to indent enum constants when splitting to a new line
                                                         false                                        );
                                        this.scribe.enterAlignment(enumConstantsAlignment);
                                        boolean ok = false;


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

                                Alignment2 enumConstantsAlignment = this.scribe.createAlignment(
                                                "enumConstants", //$NON-NLS-1$
                                                 this.preferences.alignment_for_enum_constants, 
                                                enumConstantsLength, 
                                                this.scribe.scanner.currentPosition, 
                                                0, // we don't want to indent enum constants when splitting to a new line
                                                 false                                         );
                                this.scribe.enterAlignment(enumConstantsAlignment);
                                boolean ok = false;


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable98793840]] enumConstantsAlignment = this.scribe.createAlignment("enumConstants", //$NON-NLS-1$
                                                                             this.preferences.alignment_for_enum_constants, enumConstantsLength, this.scribe.scanner.currentPosition, 0, // we don't want to indent enum constants when splitting to a new line
                                                                             false);
this.scribe.enterAlignment(enumConstantsAlignment);
boolean ok = false;
 

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