CloneSet747


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5420.962statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15791
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartFactory.java
26863
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartFactory.java
351105
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartFactory.java
451160
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartFactory.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
791
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartFactory.java

if (orientation == null) {
  throw new IllegalArgumentException("Null \'orientation\' argument.");
}
CategoryAxis categoryAxis = new CategoryAxis(categoryAxisLabel);
ValueAxis valueAxis = new NumberAxis(valueAxisLabel);


Next
Previous
Clone Instance
2
Line Count
6
Source Line
863
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartFactory.java

if (orientation == null) {
  throw new IllegalArgumentException("Null \'orientation\' argument.");
}
CategoryAxis categoryAxis = new CategoryAxis(domainAxisLabel);
ValueAxis valueAxis = new NumberAxis(rangeAxisLabel);


Next
Previous
Clone Instance
3
Line Count
5
Source Line
1105
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartFactory.java

if (orientation == null) {
  throw new IllegalArgumentException("Null \'orientation\' argument.");
}
CategoryAxis categoryAxis = new CategoryAxis(categoryAxisLabel);
ValueAxis valueAxis = new NumberAxis(valueAxisLabel);


First
Previous
Clone Instance
4
Line Count
5
Source Line
1160
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartFactory.java

if (orientation == null) {
  throw new IllegalArgumentException("Null \'orientation\' argument.");
}
CategoryAxis categoryAxis = new CategoryAxis(categoryAxisLabel);
ValueAxis valueAxis = new NumberAxis(valueAxisLabel);


Clone AbstractionParameter Count: 2Parameter Bindings

if (orientation == null) {
  throw new IllegalArgumentException("Null \'orientation\' argument.");
}
CategoryAxis categoryAxis = new CategoryAxis( [[#variable18d3f880]]);
ValueAxis valueAxis = new NumberAxis( [[#variable18d3a640]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d3f880]]
categoryAxisLabel 
12[[#18d3f880]]
domainAxisLabel 
13[[#18d3f880]]
categoryAxisLabel 
14[[#18d3f880]]
categoryAxisLabel 
21[[#18d3a640]]
valueAxisLabel 
22[[#18d3a640]]
rangeAxisLabel 
23[[#18d3a640]]
valueAxisLabel 
24[[#18d3a640]]
valueAxisLabel