CloneSet5050


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.986executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110502
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java
292413
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java
Clone Instance
1
Line Count
10
Source Line
502
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_block) {
                                this.scribe.indent();
                        }
                        formatStatements(statements, true);
                        this.scribe.printComment();

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


Clone Instance
2
Line Count
9
Source Line
2413
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();
                                }
                                formatStatements(statements, true);
                                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. [[#variableb9beb980]]) {
    this.scribe.indent();
  }
  formatStatements(statements, true);
  this.scribe.printComment();
  if (this.preferences. [[#variableb9beb980]]) {
    this.scribe.unIndent();
  }
}
 

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