| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 14 | 2 | 0 | 1.000 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 14 | 773 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java |
| 2 | 14 | 1411 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java |
| ||||
List allLineLocations = null;
Map sourceNameAllLineLocations = null;
if (fStratumAllLineLocations == null) { // the stratum map doesn't exist, create it
fStratumAllLineLocations = new HashMap();
}
else {
// get the source name map
sourceNameAllLineLocations = (Map) fStratumAllLineLocations.get(stratum);
}
if (sourceNameAllLineLocations == null) { // the source name map doesn't exist, create it
sourceNameAllLineLocations = new HashMap();
fStratumAllLineLocations.put(stratum, sourceNameAllLineLocations);
}
else {
// get the line locations
allLineLocations = (List) sourceNameAllLineLocations.get(sourceName);
}
|
| ||||
List allLineLocations = null;
Map sourceNameAllLineLocations = null;
if (fStratumAllLineLocations == null) { // the stratum map doesn't exist, create it
fStratumAllLineLocations = new HashMap();
}
else {
// get the source name map
sourceNameAllLineLocations = (Map) fStratumAllLineLocations.get(stratum);
}
if (sourceNameAllLineLocations == null) { // the source name map doesn't exist, create it
sourceNameAllLineLocations = new HashMap();
fStratumAllLineLocations.put(stratum, sourceNameAllLineLocations);
}
else {
// get the line locations
allLineLocations = (List) sourceNameAllLineLocations.get(sourceName);
}
|
| |||
List allLineLocations = null;
Map sourceNameAllLineLocations = null;
if (fStratumAllLineLocations == null) { // the stratum map doesn't exist, create it
fStratumAllLineLocations = new HashMap();
}
else {
// get the source name map
sourceNameAllLineLocations = (Map) fStratumAllLineLocations.get(stratum);
}
if (sourceNameAllLineLocations == null) { // the source name map doesn't exist, create it
sourceNameAllLineLocations = new HashMap();
fStratumAllLineLocations.put(stratum, sourceNameAllLineLocations);
}
else {
// get the line locations
allLineLocations = (List) sourceNameAllLineLocations.get(sourceName);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||