CloneSet3179


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.965expression_list
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171623
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
251648
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
7
Source Line
1623
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())
                                                              } )
                                      }, location.sourceStart, location.sourceEnd


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

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


Clone AbstractionParameter Count: 3Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9fc86e40]]
type 
12[[#9fc86e40]]
method 
21[[#9fc87620]]
severity 
22[[#9fc87620]]
location.sourceStart 
31[[#9fc86360]]
sourceStart 
32[[#9fc86360]]
sourceEnd