Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
30 | 2 | 6 | 0.969 | class_body_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 30 | 102 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MockupPreferenceStore.java |
2 | 30 | 137 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MockupPreferenceStore.java |
| ||||
/** * {@inheritDoc} */ public float getDefaultFloat(String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public int getDefaultInt(String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public long getDefaultLong(String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public String getDefaultString(String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public double getDouble(String name) { throw new UnsupportedOperationException(); } |
| ||||
/** * {@inheritDoc} */ public float getFloat(String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public int getInt(String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public long getLong(String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public String getString(String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public boolean isDefault(String name) { throw new UnsupportedOperationException(); } |
| |||
/** * {@inheritDoc} */ public float [[#variablea054a300]](String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public int [[#variablea054a220]](String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public long [[#variablea054a160]](String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public String [[#variableb2b10c80]](String name) { throw new UnsupportedOperationException(); } /** * {@inheritDoc} */ public [[#variablea054a180]] [[#variable9aee1a60]](String name) { throw new UnsupportedOperationException(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a054a300]] | getFloat |
1 | 2 | [[#a054a300]] | getDefaultFloat |
2 | 1 | [[#a054a220]] | getInt |
2 | 2 | [[#a054a220]] | getDefaultInt |
3 | 1 | [[#a054a160]] | getLong |
3 | 2 | [[#a054a160]] | getDefaultLong |
4 | 1 | [[#b2b10c80]] | getString |
4 | 2 | [[#b2b10c80]] | getDefaultString |
5 | 1 | [[#a054a180]] | boolean |
5 | 2 | [[#a054a180]] | double |
6 | 1 | [[#9aee1a60]] | isDefault |
6 | 2 | [[#9aee1a60]] | getDouble |