Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 116 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/renderer/junit/OutlierTests.java |
2 | 3 | 124 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/renderer/junit/OutlierTests.java |
| |||||
/** * Confirm that cloning is not implemented. */ public void testCloning() { Outlier out1 = new Outlier(1.0, 2.0, 3.0); assertFalse(out1 instanceof Cloneable); } |
| |||||
/** * Confirm that serialization is not implemented. */ public void testSerialization() { Outlier out1 = new Outlier(1.0, 2.0, 3.0); assertFalse(out1 instanceof Serializable); } |
| |||
/** * Confirm that serialization is not implemented. */ /** * Confirm that cloning is not implemented. */ public void [[#variable1a067b00]]() { Outlier out1 = new Outlier(1.0, 2.0, 3.0); assertFalse(out1 instanceof [[#variable1a067a80]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a067b00]] | testCloning |
1 | 2 | [[#1a067b00]] | testSerialization |
2 | 1 | [[#1a067a80]] | Cloneable |
2 | 2 | [[#1a067a80]] | Serializable |