| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 2 | 0.979 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 72 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/MembersView.java |
| 2 | 4 | 1262 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaOutlinePage.java |
| 3 | 4 | 807 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/PackageExplorerPart.java |
| ||||
if (key == IShowInTargetList.class ) {
return new IShowInTargetList() {
public String[] getShowInTargetIds() {
return new String[] {
JavaUI.ID_PACKAGES
};
}
};
}
|
| ||||
if (key == IShowInTargetList.class ) {
return new IShowInTargetList() {
public String[] getShowInTargetIds() {
return new String[] {
JavaUI.ID_PACKAGES
};
}
};
}
|
| ||||
if (key == IShowInTargetList.class ) {
return new IShowInTargetList() {
public String[] getShowInTargetIds() {
return new String[] {
IPageLayout.ID_RES_NAV
};
}
};
}
|
| |||
if (key == IShowInTargetList.class ) {
return new IShowInTargetList() {
public String[] getShowInTargetIds() {
return new String[] {
[[#variable98ec1460]]. [[#variable98ec1400]]
};
}
};
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#98ec1460]] | JavaUI |
| 1 | 2 | [[#98ec1460]] | IPageLayout |
| 1 | 3 | [[#98ec1460]] | JavaUI |
| 2 | 1 | [[#98ec1400]] | ID_PACKAGES |
| 2 | 2 | [[#98ec1400]] | ID_RES_NAV |
| 2 | 3 | [[#98ec1400]] | ID_PACKAGES |