CloneSet1631


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11166
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/BlockResult.java
213148
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartRenderingInfo.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
66
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/BlockResult.java

/**
 * Returns the collection of entities from the block.
 * 
 * @return The entities.
 */
public EntityCollection getEntityCollection() {
  return this.entities;
}

/**
 * Sets the entities for the block.
 * 
 * @param entities  the entities.
 */
public void setEntityCollection(EntityCollection entities) {
  this.entities = entities;
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
148
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartRenderingInfo.java

/**
 * Returns the collection of entities maintained by this instance.
 *
 * @return The entity collection (possibly <code>null</code>).
 * 
 * @see #setEntityCollection(EntityCollection)
 */
public EntityCollection getEntityCollection() {
  return this.entities;
}

/**
 * Sets the entity collection.
 *
 * @param entities  the entity collection (<code>null</code> permitted).
 * 
 * @see #getEntityCollection()
 */
public void setEntityCollection(EntityCollection entities) {
  this.entities = entities;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns the collection of entities maintained by this instance.
     *
     * @return The entity collection (possibly <code>null</code>).
     * 
     * @see #setEntityCollection(EntityCollection)
     */
/**
     * Returns the collection of entities from the block.
     * 
     * @return The entities.
     */
public EntityCollection getEntityCollection() {
  return this.entities;
}

/**
     * Sets the entity collection.
     *
     * @param entities  the entity collection (<code>null</code> permitted).
     * 
     * @see #getEntityCollection()
     */
/**
     * Sets the entities for the block.
     * 
     * @param entities  the entities.
     */
public void setEntityCollection(EntityCollection entities) {
  this.entities = entities;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None