CloneSet4661


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10240.967statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11094
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BooleanLiteral.java
210158
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ImportDeclaration.java
Clone Instance
1
Line Count
10
Source Line
94
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BooleanLiteral.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);


Clone Instance
2
Line Count
10
Source Line
158
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ImportDeclaration.java

                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);


Clone AbstractionParameter Count: 4Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#573995e0]]
BOOLEAN_VALUE_PROPERTY 
12[[#573995e0]]
STATIC_PROPERTY 
21[[#573995c0]]
booleanValue 
22[[#573995c0]]
isStatic 
31[[#97b61840]]
setBooleanValue 
32[[#97b61840]]
setStatic 
41[[#57399520]]
newValue 
42[[#57399520]]
value