CloneSet1987


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

CategoryPlot plot = new CategoryPlot(null, domainAxis1, rangeAxis1, null);
assertEquals(0, plot.getDomainAxisIndex(domainAxis1));


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

CategoryPlot plot = new CategoryPlot(null, domainAxis1, rangeAxis1, null);
assertEquals(0, plot.getRangeAxisIndex(rangeAxis1));


Clone AbstractionParameter Count: 2Parameter Bindings

CategoryPlot plot = new CategoryPlot(null, domainAxis1, rangeAxis1, null);
assertEquals(0, plot. [[#variable1a0d6820]]( [[#variable1a0d67e0]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0d6820]]
getDomainAxisIndex 
12[[#1a0d6820]]
getRangeAxisIndex 
21[[#1a0d67e0]]
domainAxis1 
22[[#1a0d67e0]]
rangeAxis1