CloneSet3028


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.986expression_list
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171609
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
271632
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
7
Source Line
1609
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                problemId, 
                new String[] {
                               new String(field.readableName())
                             },                                    // distinct from msg arg for quickfix purpose
                 new String[] {
                         MessageFormat.format(messageTemplate, 
                                 new String[] {
                                          new String(field.shortReadableName()),
                                  new String(field.declaringClass.shortReadableName())
                                              } )
                              }


Clone Instance
2
Line Count
7
Source Line
1632
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                        problemId, 
                        new String[] {
                                       new String(method.readableName())
                                     },                                     // distinct from msg arg for quickfix purpose
                         new String[] {
                                 MessageFormat.format(messageTemplate, 
                                         new String[] {
                                                  new String(method.shortReadableName()),
                                          new String(method.declaringClass.shortReadableName())
                                                      } )
                                      }


Clone AbstractionParameter Count: 1Parameter Bindings

problemId, new String[] {
                          new String( [[#variablea3c7f860]].readableName())
                        }, // distinct from msg arg for quickfix purpose
 new String[] {
                MessageFormat.format(messageTemplate, new String[] {
                                                                     new String( [[#variablea3c7f860]].shortReadableName()),
                                                                     new String( [[#variablea3c7f860]].declaringClass.shortReadableName())
                                                                   } )
              }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a3c7f860]]
method 
12[[#a3c7f860]]
field