| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 3 | 1 | 0.978 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 188 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/BinaryBasedSourceGenerator.java |
| 2 | 6 | 327 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/BinaryBasedSourceGenerator.java |
| 3 | 6 | 351 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/BinaryBasedSourceGenerator.java |
| ||||
if (referenceType.isFinal()) {
source.append("final "); //$NON-NLS-1$
}
if (referenceType.isStatic()) {
source.append("static "); //$NON-NLS-1$
}
|
| ||||
if (field.isFinal()) {
source.append("final "); //$NON-NLS-1$
}
if (field.isStatic()) {
source.append("static "); //$NON-NLS-1$
}
|
| ||||
if (method.isFinal()) {
source.append("final "); //$NON-NLS-1$
}
if (method.isStatic()) {
source.append("static "); //$NON-NLS-1$
}
|
| |||
if ( [[#variableb10ecf20]].isFinal()) {
source.append("final "); //$NON-NLS-1$
}
if ( [[#variableb10ecf20]].isStatic()) {
source.append("static "); //$NON-NLS-1$
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b10ecf20]] | field |
| 1 | 2 | [[#b10ecf20]] | method |
| 1 | 3 | [[#b10ecf20]] | referenceType |