Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 4 | 0.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 94 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BooleanLiteral.java |
2 | 10 | 158 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ImportDeclaration.java |
| ||||
if (property == BOOLEAN_VALUE_PROPERTY) { if (get) { return booleanValue(); } else { setBooleanValue(newValue); return false; } } // allow default implementation to flag the error return super.internalGetSetBooleanProperty(property, get, newValue); |
| ||||
if (property == STATIC_PROPERTY) { if (get) { return isStatic(); } else { setStatic(value); return false; } } // allow default implementation to flag the error return super.internalGetSetBooleanProperty(property, get, value); |
| |||
if (property == [[#variable573995e0]]) { if (get) { return [[#variable573995c0]](); } else { [[#variable97b61840]]( [[#variable57399520]]); return false; } } // allow default implementation to flag the error return super.internalGetSetBooleanProperty(property, get, [[#variable57399520]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#573995e0]] | BOOLEAN_VALUE_PROPERTY |
1 | 2 | [[#573995e0]] | STATIC_PROPERTY |
2 | 1 | [[#573995c0]] | booleanValue |
2 | 2 | [[#573995c0]] | isStatic |
3 | 1 | [[#97b61840]] | setBooleanValue |
3 | 2 | [[#97b61840]] | setStatic |
4 | 1 | [[#57399520]] | newValue |
4 | 2 | [[#57399520]] | value |