CloneSet6588


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

                                                                            {
                        this.scribe.printNewLine();
                        if (this.preferences.indent_statements_compare_to_block) {
                                this.scribe.indent();
                        }
                        this.scribe.printComment();

                        if (this.preferences.indent_statements_compare_to_block) {
                                this.scribe.unIndent();
                        }
                                                                            }


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

                                                                                          {
                                this.scribe.printNewLine();
                                if (this.preferences.indent_statements_compare_to_body) {
                                        this.scribe.indent();
                                }
                                this.scribe.printComment();
                                if (this.preferences.indent_statements_compare_to_body) {
                                        this.scribe.unIndent();
                                }
                                                                                          }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  this.scribe.printNewLine();
  if (this.preferences. [[#variable62a59ea0]]) {
    this.scribe.indent();
  }
  this.scribe.printComment();
  if (this.preferences. [[#variable62a59ea0]]) {
    this.scribe.unIndent();
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62a59ea0]]
indent_statements_compare_to_body 
12[[#62a59ea0]]
indent_statements_compare_to_block