CloneSet581


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21230.985executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1216412
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
2216433
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java
Clone Instance
1
Line Count
21
Source Line
6412
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java

                                {
                this.handle(
                        IProblem.WildcardConstructorInvocation, 
                        new String[] {
                                new String(receiverType.sourceName()),
                                typesAsString(method.isVarargs(), method.parameters, false),
                                new String(receiverType.readableName()),
                                typesAsString(false, arguments, false),
                                new String(offendingArgument.readableName()),
                                new String(offendingParameter.readableName())
                                       ,
                                     }, new String[] {
                                                new String(receiverType.sourceName()),
                                                typesAsString(method.isVarargs(), method.parameters, true),
                                                new String(receiverType.shortReadableName()),
                                                typesAsString(false, arguments, true),
                                                new String(offendingArgument.shortReadableName()),
                                                new String(offendingParameter.shortReadableName())
                                                       ,
                                                     }, location.sourceStart, 
                        location.sourceEnd);
                                }


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

           {
                this.handle(
                        IProblem.WildcardMethodInvocation, 
                        new String[] {
                                new String(method.selector),
                                typesAsString(method.isVarargs(), method.parameters, false),
                                new String(receiverType.readableName()),
                                typesAsString(false, arguments, false),
                                new String(offendingArgument.readableName()),
                                new String(offendingParameter.readableName())
                                       ,
                                     }, new String[] {
                                                new String(method.selector),
                                                typesAsString(method.isVarargs(), method.parameters, true),
                                                new String(receiverType.shortReadableName()),
                                                typesAsString(false, arguments, true),
                                                new String(offendingArgument.shortReadableName()),
                                                new String(offendingParameter.shortReadableName())
                                                       ,
                                                     }, location.sourceStart, 
                        location.sourceEnd);
           }


Clone AbstractionParameter Count: 3Parameter Bindings

{
  this.handle(IProblem. [[#variablebcff5dc0]], new String[] {
                                                              new String( [[#variablebcff5d40]] [[#variablebb51c2c0]]),
                                                              typesAsString(method.isVarargs(), method.parameters, false),
                                                              new String(receiverType.readableName()),
                                                              typesAsString(false, arguments, false),
                                                              new String(offendingArgument.readableName()),
                                                              new String(offendingParameter.readableName())
                                                              ,
                                                            }, new String[] {
                                                                              new String( [[#variablebcff5d40]] [[#variablebb51c2c0]]),
                                                                              typesAsString(method.isVarargs(), method.parameters, true),
                                                                              new String(receiverType.shortReadableName()),
                                                                              typesAsString(false, arguments, true),
                                                                              new String(offendingArgument.shortReadableName()),
                                                                              new String(offendingParameter.shortReadableName())
                                                                              ,
                                                                            }, location.sourceStart, location.sourceEnd);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bcff5dc0]]
WildcardConstructorInvocation 
12[[#bcff5dc0]]
WildcardMethodInvocation 
21[[#bcff5d40]]
receiverType 
22[[#bcff5d40]]
method 
31[[#bb51c2c0]]
.sourceName() 
32[[#bb51c2c0]]
.selector