Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.997 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 718 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 8 | 726 | 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); } |
| ||||
{ 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); } |
| |||
{ 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97554080]] | BytecodeExceeds64KLimitForConstructor |
1 | 2 | [[#97554080]] | BytecodeExceeds64KLimit |