CloneSet5155


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
155162
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
255188
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
Clone Instance
1
Line Count
5
Source Line
5162
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                if (typeParameter.type != null) {
                        this.scribe.space();
                        this.scribe.printNextToken(TerminalTokens.TokenNameextends, true);
                        this.scribe.space();
                        typeParameter.type.traverse(this, scope);
                }


Clone Instance
2
Line Count
5
Source Line
5188
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                if (typeParameter.type != null) {
                        this.scribe.space();
                        this.scribe.printNextToken(TerminalTokens.TokenNameextends, true);
                        this.scribe.space();
                        typeParameter.type.traverse(this, scope);
                }


Clone AbstractionParameter Count: 0Parameter Bindings

if (typeParameter.type != null) {
  this.scribe.space();
  this.scribe.printNextToken(TerminalTokens.TokenNameextends, true);
  this.scribe.space();
  typeParameter.type.traverse(this, scope);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None