CloneSet1487


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

                                      {
                this.handle(
                        IProblem.BytecodeExceeds64KLimitForConstructor, 
                        new String[] {
                                      new String(location.selector), typesAsString(method.isVarargs(), method.parameters, false)
                                     }, new String[] {
                                                      new String(location.selector), typesAsString(method.isVarargs(), method.parameters, true)
                                                     }, ProblemSeverities.Error|  ProblemSeverities.Abort|  ProblemSeverities.Fatal, location.sourceStart, location.sourceEnd);
                                      }


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

               {
                this.handle(
                        IProblem.BytecodeExceeds64KLimit, 
                        new String[] {
                                      new String(location.selector), typesAsString(method.isVarargs(), method.parameters, false)
                                     }, new String[] {
                                                      new String(location.selector), typesAsString(method.isVarargs(), method.parameters, true)
                                                     }, ProblemSeverities.Error|  ProblemSeverities.Abort|  ProblemSeverities.Fatal, location.sourceStart, location.sourceEnd);
               }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  this.handle(IProblem. [[#variable97554080]], new String[] {
                                                              new String(location.selector),
                                                              typesAsString(method.isVarargs(), method.parameters, false)
                                                            }, new String[] {
                                                                              new String(location.selector),
                                                                              typesAsString(method.isVarargs(), method.parameters, true)
                                                                            }, ProblemSeverities.Error|ProblemSeverities.Abort|ProblemSeverities.Fatal, location.sourceStart, location.sourceEnd);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#97554080]]
BytecodeExceeds64KLimitForConstructor 
12[[#97554080]]
BytecodeExceeds64KLimit