CloneSet2390


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.968executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111003
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java
2289
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/urls/junit/TimeSeriesURLGeneratorTests.java
Next
Last
Clone Instance
1
Line Count
1
Source Line
1003
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java

dataset.addSeries("Series 1", new double[][] {
                                               {
                                                 1.0,
                                                 2.0
                                               },
                                               {
                                                 3.0,
                                                 4.0
                                               }
                                             } );


First
Previous
Clone Instance
2
Line Count
2
Source Line
89
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/urls/junit/TimeSeriesURLGeneratorTests.java

dataset.addSeries("Series \'1\'", new double[][] {
                                                   {
                                                     1.0,
                                                     2.0
                                                   },
                                                   {
                                                     3.0,
                                                     4.0
                                                   }
                                                 } );


Clone AbstractionParameter Count: 1Parameter Bindings

dataset.addSeries( [[#variable1a18f140]], new double[][] {
                                                           {
                                                             1.0,
                                                             2.0
                                                           },
                                                           {
                                                             3.0,
                                                             4.0
                                                           }
                                                         } );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a18f140]]
"Series 1" 
12[[#1a18f140]]
"Series \'1\'"