CloneSet6603


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.982statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131181
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
231184
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
Clone Instance
1
Line Count
3
Source Line
1181
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                templates[2] = this.bind(
                        "template.restrictedAccess.method", //$NON-NLS-1$
                         new String[] {
                                       "{0}", "{1}", currentClasspathName
                                      } );                                  //$NON-NLS-1$ //$NON-NLS-2$ 


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

                templates[3] = this.bind(
                        "template.restrictedAccess.field", //$NON-NLS-1$
                         new String[] {
                                       "{0}", "{1}", currentClasspathName
                                      } );                                  //$NON-NLS-1$ //$NON-NLS-2$ 


Clone AbstractionParameter Count: 2Parameter Bindings

templates[ [[#variable62ce27c0]]] = this.bind( [[#variable62ce2740]], //$NON-NLS-1$
                                               new String[] {
                                                              "{0}",
                                                              "{1}",
                                                              currentClasspathName
                                                            } ); //$NON-NLS-1$ //$NON-NLS-2$ 
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62ce27c0]]
2 
12[[#62ce27c0]]
3 
21[[#62ce2740]]
"template.restrictedAccess.method" 
22[[#62ce2740]]
"template.restrictedAccess.field"