CloneSet3477


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.974statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1111514
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
2112340
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java
Clone Instance
1
Line Count
11
Source Line
1514
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor.java

                        if (localDeclaration.modifiers != NO_MODIFIERS || localDeclaration.annotations != null) {
                        this.scribe.printComment();
                                this.scribe.printModifiers(localDeclaration.annotations, this );
                                this.scribe.space();
                        }

                        /*
                         * Argument type 
                         */
                        if (localDeclaration.type != null) {
                                localDeclaration.type.traverse(this, scope);
                        }


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

                if (argument.modifiers != NO_MODIFIERS || argument.annotations != null) {
                this.scribe.printComment();
                        this.scribe.printModifiers(argument.annotations, this );
                        this.scribe.space();
                }

                /*
                 * Argument type 
                 */
                if (argument.type != null) {
                        argument.type.traverse(this, scope);
                }


Clone AbstractionParameter Count: 1Parameter Bindings

if ( [[#variablea076a220]].modifiers != NO_MODIFIERS || [[#variablea076a220]].annotations != null) {
  this.scribe.printComment();
  this.scribe.printModifiers( [[#variablea076a220]].annotations, this );
  this.scribe.space();
}
/*
                 * Argument type 
                 */
/*
                         * Argument type 
                         */
if ( [[#variablea076a220]].type != null) {
   [[#variablea076a220]].type.traverse(this, scope);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a076a220]]
argument 
12[[#a076a220]]
localDeclaration