CloneSet9835


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

                                        wasACase = true;
                                        wasAStatement = false;
                                        if (this.preferences.indent_switchstatements_compare_to_cases) {
                                                this.scribe.indent();
                                        }


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

                                        wasACase = true;
                                        wasAStatement = false;
                                        if (this.preferences.indent_switchstatements_compare_to_cases) {
                                                this.scribe.indent();
                                        }


Clone AbstractionParameter Count: 0Parameter Bindings

wasACase = true;
wasAStatement = false;
if (this.preferences.indent_switchstatements_compare_to_cases) {
  this.scribe.indent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None