CloneSet1412


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.978StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16160
Closure/closure/goog/format/jsonprettyprinter.js
26197
Closure/closure/goog/format/jsonprettyprinter.js
Clone Instance
1
Line Count
6
Source Line
160
Source File
Closure/closure/goog/format/jsonprettyprinter.js

      // If there are no properties in this object, don't put a line break
      // between the beginning "[" and ending "]", so the output of an empty
      // array looks like <code>[]</code>.
      if (i>  0) {
        outputBuffer.append(this.delimiters_.lineBreak);
        this.printSpaces_(indent, outputBuffer);
                 }
      outputBuffer.append(this.delimiters_.arrayEnd);
      break;


Clone Instance
2
Line Count
6
Source Line
197
Source File
Closure/closure/goog/format/jsonprettyprinter.js

      // If there are no properties in this object, don't put a line break
      // between the beginning "{" and ending "}", so the output of an empty
      // object looks like <code>{}</code>.
      if (propertyCount>  0) {
        outputBuffer.append(this.delimiters_.lineBreak);
        this.printSpaces_(indent, outputBuffer);
                             }
      outputBuffer.append(this.delimiters_.objectEnd);
      break;


Clone AbstractionParameter Count: 2Parameter Bindings

// If there are no properties in this object, don't put a line break
// between the beginning "[" and ending "]", so the output of an empty
// array looks like <code>[]</code>.
// between the beginning "{" and ending "}", so the output of an empty
// object looks like <code>{}</code>.
if ( [[#variable633ff900]]>0)
  { outputBuffer.append(this.delimiters_.lineBreak);
    this.printSpaces_(indent,outputBuffer);
  }
outputBuffer.append(this.delimiters_. [[#variable633ffc20]]);
break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#633ff900]]
i 
12[[#633ff900]]
propertyCount 
21[[#633ffc20]]
arrayEnd 
22[[#633ffc20]]
objectEnd