| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 8 | 3 | 0.970 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 765 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 2 | 8 | 774 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 3 | 8 | 871 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 4 | 8 | 1283 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 5 | 8 | 1292 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 6 | 8 | 5423 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 7 | 8 | 5752 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 8 | 8 | 5761 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
{
String[] arguments = new String[] {
new String(local.readableName())
};
this.handle(
IProblem.NonBlankFinalLocalAssignment,
arguments,
arguments,
nodeSourceStart(local, location),
nodeSourceEnd(local, location));
}
|
| ||||
{
String[] arguments = new String[] {
new String(local.readableName())
};
this.handle(
IProblem.FinalOuterLocalAssignment,
arguments,
arguments,
nodeSourceStart(local, location),
nodeSourceEnd(local, location));
}
|
| ||||
{
String[] arguments = new String[] {
new String(local.readableName())
};
this.handle(
IProblem.OuterLocalMustBeFinal,
arguments,
arguments,
nodeSourceStart(local, location),
nodeSourceEnd(local, location));
}
|
| ||||
{
String[] arguments = new String[] {
new String(field.readableName())
};
this.handle(
IProblem.DuplicateBlankFinalFieldInitialization,
arguments,
arguments,
nodeSourceStart(field, reference),
nodeSourceEnd(field, reference));
}
|
| ||||
{
String[] arguments = new String[] {
new String(local.readableName())
};
this.handle(
IProblem.DuplicateFinalLocalInitialization,
arguments,
arguments,
nodeSourceStart(local, location),
nodeSourceEnd(local, location));
}
|
| ||||
{
String[] arguments = new String[] {
new String(field.readableName())
};
this.handle(
IProblem.NonStaticFieldFromStaticInvocation,
arguments,
arguments,
nodeSourceStart(field, location),
nodeSourceEnd(field, location));
}
|
| ||||
{
String[] arguments = new String[] {
new String(field.readableName())
};
this.handle(
IProblem.UninitializedBlankFinalField,
arguments,
arguments,
nodeSourceStart(field, location),
nodeSourceEnd(field, location));
}
|
| ||||
{
String[] arguments = new String[] {
new String(binding.readableName())
};
this.handle(
IProblem.UninitializedLocalVariable,
arguments,
arguments,
nodeSourceStart(binding, location),
nodeSourceEnd(binding, location));
}
|
| |||
{
String[] arguments = new String[] {
new String( [[#variableba8265c0]].readableName())
};
this.handle(IProblem. [[#variableba826560]], arguments, arguments, nodeSourceStart( [[#variableba8265c0]], [[#variableba8264e0]]), nodeSourceEnd( [[#variableba8265c0]], [[#variableba8264e0]]));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#ba8265c0]] | local |
| 1 | 2 | [[#ba8265c0]] | field |
| 1 | 3 | [[#ba8265c0]] | binding |
| 1 | 4 | [[#ba8265c0]] | local |
| 1 | 5 | [[#ba8265c0]] | field |
| 1 | 6 | [[#ba8265c0]] | local |
| 1 | 7 | [[#ba8265c0]] | local |
| 1 | 8 | [[#ba8265c0]] | field |
| 2 | 1 | [[#ba826560]] | NonBlankFinalLocalAssignment |
| 2 | 2 | [[#ba826560]] | DuplicateBlankFinalFieldInitialization |
| 2 | 3 | [[#ba826560]] | UninitializedLocalVariable |
| 2 | 4 | [[#ba826560]] | FinalOuterLocalAssignment |
| 2 | 5 | [[#ba826560]] | NonStaticFieldFromStaticInvocation |
| 2 | 6 | [[#ba826560]] | DuplicateFinalLocalInitialization |
| 2 | 7 | [[#ba826560]] | OuterLocalMustBeFinal |
| 2 | 8 | [[#ba826560]] | UninitializedBlankFinalField |
| 3 | 1 | [[#ba8264e0]] | location |
| 3 | 2 | [[#ba8264e0]] | reference |
| 3 | 3 | [[#ba8264e0]] | location |
| 3 | 4 | [[#ba8264e0]] | location |
| 3 | 5 | [[#ba8264e0]] | location |
| 3 | 6 | [[#ba8264e0]] | location |
| 3 | 7 | [[#ba8264e0]] | location |
| 3 | 8 | [[#ba8264e0]] | location |