Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 66 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/BlockResult.java |
2 | 13 | 148 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartRenderingInfo.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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |