| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 3 | 2 | 0.958 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 49 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CallHierarchy.java |
| 2 | 6 | 38 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/callhierarchy/Implementors.java |
| 3 | 6 | 67 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java |
| ||||
public static CallHierarchy getDefault() {
if (fgInstance == null) {
fgInstance = new CallHierarchy();
}
return fgInstance;
}
|
| ||||
/**
* Returns the shared instance.
*/
public static Implementors getInstance() {
if (fgInstance == null) {
fgInstance = new Implementors();
}
return fgInstance;
}
|
| ||||
public static CallHierarchyUI getDefault() {
if (fgInstance == null) {
fgInstance = new CallHierarchyUI();
}
return fgInstance;
}
|
| |||
/**
* Returns the shared instance.
*/
public static [[#variable53f5d320]] [[#variable53f5d4c0]]() {
if (fgInstance == null) {
fgInstance = new [[#variable53f5d320]]();
}
return fgInstance;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#53f5d320]] | CallHierarchyUI |
| 1 | 2 | [[#53f5d320]] | Implementors |
| 1 | 3 | [[#53f5d320]] | CallHierarchy |
| 2 | 1 | [[#53f5d4c0]] | getDefault |
| 2 | 2 | [[#53f5d4c0]] | getInstance |
| 2 | 3 | [[#53f5d4c0]] | getDefault |