CloneSet4158


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

                        Alignment2 interfaceAlignment = this.scribe.createAlignment(
                                         "superInterfaces", //$NON-NLS-1$
                                          this.preferences.alignment_for_superinterfaces_in_enum_declaration, 
                                         superInterfacesLength + 1, // implements token is first fragment
                                          this.scribe.scanner.currentPosition      );
                        this.scribe.enterAlignment(interfaceAlignment);
                        boolean ok = false;


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

                        Alignment2 interfaceAlignment = this.scribe.createAlignment(
                                        "superInterfaces", //$NON-NLS-1$
                                         this.preferences.alignment_for_superinterfaces_in_type_declaration, 
                                        superInterfacesLength + 1, // implements token is first fragment
                                         this.scribe.scanner.currentPosition       );
                        this.scribe.enterAlignment(interfaceAlignment);
                        boolean ok = false;


Clone AbstractionParameter Count: 1Parameter Bindings

Alignment2 interfaceAlignment = this.scribe.createAlignment("superInterfaces", //$NON-NLS-1$
                                                             this.preferences. [[#variable9dc3ff80]], superInterfacesLength + 1, // implements token is first fragment
                                                             this.scribe.scanner.currentPosition);
this.scribe.enterAlignment(interfaceAlignment);
boolean ok = false;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9dc3ff80]]
alignment_for_superinterfaces_in_enum_declaration 
12[[#9dc3ff80]]
alignment_for_superinterfaces_in_type_declaration