| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 37 | 2 | 2 | 0.974 | class_body_declarations[6] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 37 | 186 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MockupPreferenceStore.java |
| 2 | 37 | 235 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MockupPreferenceStore.java |
| ||||
/**
* {@inheritDoc}
*/
public void setDefault(String name, double value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void setDefault(String name, float value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void setDefault(String name, int value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void setDefault(String name, long value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void setDefault(String name, String defaultObject) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void setDefault(String name, boolean value) {
throw new UnsupportedOperationException();
}
|
| ||||
/**
* {@inheritDoc}
*/
public void setValue(String name, double value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void setValue(String name, float value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void setValue(String name, int value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void setValue(String name, long value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void setValue(String name, String value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void setValue(String name, boolean value) {
throw new UnsupportedOperationException();
}
|
| |||
/**
* {@inheritDoc}
*/
public void [[#variable56016e60]](String name, double value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void [[#variable56016e60]](String name, float value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void [[#variable56016e60]](String name, int value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void [[#variable56016e60]](String name, long value) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void [[#variable56016e60]](String name, String [[#variable56016e80]]) {
throw new UnsupportedOperationException();
}
/**
* {@inheritDoc}
*/
public void [[#variable56016e60]](String name, boolean value) {
throw new UnsupportedOperationException();
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#56016e60]] | setValue |
| 1 | 2 | [[#56016e60]] | setDefault |
| 2 | 1 | [[#56016e80]] | value |
| 2 | 2 | [[#56016e80]] | defaultObject |