Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.958 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 250 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java |
2 | 2 | 254 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java |
| ||||
protected final static Key getJDTCoreKey(String key) { return getKey(JavaCore.PLUGIN_ID, key); } |
| ||||
protected final static Key getJDTUIKey(String key) { return getKey(JavaUI.ID_PLUGIN, key); } |
| |||
protected final static Key [[#variablebad32960]](String key) { return getKey( [[#variablebad328e0]]. [[#variablebad32880]], key); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bad32960]] | getJDTCoreKey |
1 | 2 | [[#bad32960]] | getJDTUIKey |
2 | 1 | [[#bad328e0]] | JavaCore |
2 | 2 | [[#bad328e0]] | JavaUI |
3 | 1 | [[#bad32880]] | PLUGIN_ID |
3 | 2 | [[#bad32880]] | ID_PLUGIN |