Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.959 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 557 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java |
2 | 3 | 371 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart.java |
| ||||
/** * Goes to the selected entry, without updating the order of history entries. */ public void gotoHistoryEntry(IMethod entry) { if (fMethodHistory.contains(entry)) { setMethod(entry); } } |
| ||||
/** * Goes to the selected entry, without updating the order of history entries. * @param entry The entry to open */ public void gotoHistoryEntry(IJavaElement entry) { if (fInputHistory.contains(entry)) { updateInput(entry); } } |
| |||
/** * Goes to the selected entry, without updating the order of history entries. * @param entry The entry to open */ /** * Goes to the selected entry, without updating the order of history entries. */ public void gotoHistoryEntry( [[#variable8f601fe0]] entry) { if ( [[#variable8f601f60]].contains(entry)) { [[#variable8f601ea0]](entry); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#8f601fe0]] | IJavaElement |
1 | 2 | [[#8f601fe0]] | IMethod |
2 | 1 | [[#8f601f60]] | fInputHistory |
2 | 2 | [[#8f601f60]] | fMethodHistory |
3 | 1 | [[#8f601ea0]] | updateInput |
3 | 2 | [[#8f601ea0]] | setMethod |