CloneSet8095


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.955statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13127
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java
23314
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java
Clone Instance
1
Line Count
3
Source Line
127
Source File
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java

       /*
         * Eclipse compiler doesn't support -extdirs.
         * It is emulated using the classpath. We add extdirs entries after the 
         * bootclasspath.
         */
        if (this.extdirs != null) {
                        cmd.createArgument().setValue("-extdirs"); //$NON-NLS-1$
                        cmd.createArgument().setPath(this.extdirs);
        }


Clone Instance
2
Line Count
3
Source Line
314
Source File
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java

                /*
                 * encoding option
                 */
        if (this.encoding != null) {
            cmd.createArgument().setValue("-encoding"); //$NON-NLS-1$
            cmd.createArgument().setValue(this.encoding);
        }


Clone AbstractionParameter Count: 3Parameter Bindings

/*
         * Eclipse compiler doesn't support -extdirs.
         * It is emulated using the classpath. We add extdirs entries after the 
         * bootclasspath.
         */
/*
                 * encoding option
                 */
if (this. [[#variable50ab7620]]!= null) {
  cmd.createArgument().setValue( [[#variable50ab7560]]); //$NON-NLS-1$
  cmd.createArgument(). [[#variable50ab7c00]](this. [[#variable50ab7620]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50ab7620]]
extdirs 
12[[#50ab7620]]
encoding 
21[[#50ab7560]]
"-extdirs" 
22[[#50ab7560]]
"-encoding" 
31[[#50ab7c00]]
setPath 
32[[#50ab7c00]]
setValue