| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 3 | 0 | 1.000 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 111 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIClassType.java |
| 2 | 7 | 56 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIObjectValue.java |
| 3 | 7 | 89 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIObjectValue.java |
| ||||
List arguments = null;
if (args == null) {
arguments = Collections.EMPTY_LIST;
}
else {
arguments = new ArrayList(args.length);
for (int i = 0; i < args.length; i++) {
arguments.add(((JDIValue) args[i]).getUnderlyingValue());
}
}
|
| ||||
List arguments = null;
if (args == null) {
arguments = Collections.EMPTY_LIST;
}
else {
arguments = new ArrayList(args.length);
for (int i = 0; i < args.length; i++) {
arguments.add(((JDIValue) args[i]).getUnderlyingValue());
}
}
|
| ||||
List arguments = null;
if (args == null) {
arguments = Collections.EMPTY_LIST;
}
else {
arguments = new ArrayList(args.length);
for (int i = 0; i < args.length; i++) {
arguments.add(((JDIValue) args[i]).getUnderlyingValue());
}
}
|
| |||
List arguments = null;
if (args == null) {
arguments = Collections.EMPTY_LIST;
}
else {
arguments = new ArrayList(args.length);
for (int i = 0; i < args.length; i++) {
arguments.add(((JDIValue) args[i]).getUnderlyingValue());
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||