CloneSet1587


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.951statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14205
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryMarkerTests.java
24227
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryMarkerTests.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
205
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryMarkerTests.java

CategoryMarker m = new CategoryMarker("X");
m.addChangeListener(this );
this.lastEvent = null;
assertEquals("X", m.getKey());


First
Previous
Clone Instance
2
Line Count
4
Source Line
227
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryMarkerTests.java

CategoryMarker m = new CategoryMarker("X");
m.addChangeListener(this );
this.lastEvent = null;
assertEquals(false, m.getDrawAsLine());


Clone AbstractionParameter Count: 2Parameter Bindings

CategoryMarker m = new CategoryMarker("X");
m.addChangeListener(this );
this.lastEvent = null;
assertEquals( [[#variable18fea820]], m. [[#variable18fea800]]());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fea820]]
"X" 
12[[#18fea820]]
false 
21[[#18fea800]]
getKey 
22[[#18fea800]]
getDrawAsLine