| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.978 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 169 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/LocationImpl.java |
| 2 | 2 | 176 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/LocationImpl.java |
| ||||
/**
* @see Location#sourceName(String)
*/
public String sourceName(String stratum) throws AbsentInformationException {
return fMethod.referenceTypeImpl().sourceName(fIndex, fMethod, stratum);
}
|
| ||||
/**
* @see Location#sourcePath(String)
*/
public String sourcePath(String stratum) throws AbsentInformationException {
return fMethod.referenceTypeImpl().sourcePath(fIndex, fMethod, stratum);
}
|
| |||
/**
* @see Location#sourceName(String)
*/
/**
* @see Location#sourcePath(String)
*/
public String [[#variable4d01f220]](String stratum) throws AbsentInformationException {
return fMethod.referenceTypeImpl(). [[#variable4d01f220]](fIndex, fMethod, stratum);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4d01f220]] | sourceName |
| 1 | 2 | [[#4d01f220]] | sourcePath |