CloneSet2973


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.960statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18750
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
28763
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
Clone Instance
1
Line Count
8
Source Line
750
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                final String version = this.main.bind("misc.version", //$NON-NLS-1$
                                                                       new String[] {
                                                                               this.main.bind("compiler.name"), //$NON-NLS-1$
                                                                               this.main.bind("compiler.version"), //$NON-NLS-1$
                                                                               this.main.bind("compiler.copyright") //$NON-NLS-1$
                                                                                    } );

                                this.log.println("# " + version); //$NON-NLS-1$


Clone Instance
2
Line Count
8
Source Line
763
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                final String version = this.main.bind("misc.version", //$NON-NLS-1$
                                                                       new String[] {
                                                                               this.main.bind("compiler.name"), //$NON-NLS-1$
                                                                               this.main.bind("compiler.version"), //$NON-NLS-1$
                                                                               this.main.bind("compiler.copyright") //$NON-NLS-1$
                                                                                    } );

                                this.out.println(version);


Clone AbstractionParameter Count: 2Parameter Bindings

final String version = this.main.bind("misc.version", //$NON-NLS-1$
                                       new String[] {
                                                      this.main.bind("compiler.name"), //$NON-NLS-1$
                                                      this.main.bind("compiler.version"), //$NON-NLS-1$
                                                      this.main.bind("compiler.copyright") //$NON-NLS-1$
                                                    } );
this. [[#variable9513e740]].println( [[#variable9513e680]]); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9513e740]]
out 
12[[#9513e740]]
log 
21[[#9513e680]]
version 
22[[#9513e680]]
"# " + version