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.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 153 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/help/HelpManager.java |
2 | 2 | 160 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/help/HelpManager.java |
| |||||
/** * Associate button with topic ID. * * Topic ID's are listed in jhelpmap.jhm in package lib/usermanual.jar * * @param c * component * @param helpID * helpID */ public void enableHelpOnButton(Component c, String helpID) { getHelpBroker().enableHelpOnButton(c, helpID, hs); } |
| |||||
/** * Enables the F1 help key on components. */ public void enableHelpKey(Component c, String helpID) { getHelpBroker().enableHelpKey(c, helpID, hs); } |
| |||
/** * Enables the F1 help key on components. */ /** * Associate button with topic ID. * * Topic ID's are listed in jhelpmap.jhm in package lib/usermanual.jar * * @param c * component * @param helpID * helpID */ public void [[#variable1319a7c0]](Component c, String helpID) { getHelpBroker(). [[#variable1319a7c0]](c, helpID, hs); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1319a7c0]] | enableHelpOnButton |
1 | 2 | [[#1319a7c0]] | enableHelpKey |