CloneSet1879


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.966executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12367
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/DefaultIntervalXYDatasetTests.java
22376
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/DefaultIntervalXYDatasetTests.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
367
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/DefaultIntervalXYDatasetTests.java

// check that adding a series will overwrite the old series
d.addSeries("S1", new double[][] {
                                   {
                                     1.1
                                   },
                                   {
                                     0.6
                                   },
                                   {
                                     1.6
                                   },
                                   {
                                     2.1
                                   },
                                   {
                                     2.6
                                   },
                                   {
                                     1.6
                                   }
                                 } );


First
Previous
Clone Instance
2
Line Count
2
Source Line
376
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/DefaultIntervalXYDatasetTests.java

d.addSeries(null, new double[][] {
                                   {
                                     1.1
                                   },
                                   {
                                     0.6
                                   },
                                   {
                                     1.6
                                   },
                                   {
                                     2.1
                                   },
                                   {
                                     2.6
                                   },
                                   {
                                     1.6
                                   }
                                 } );


Clone AbstractionParameter Count: 1Parameter Bindings

// check that adding a series will overwrite the old series
d.addSeries( [[#variable1a093a40]], new double[][] {
                                                     {
                                                       1.1
                                                     },
                                                     {
                                                       0.6
                                                     },
                                                     {
                                                       1.6
                                                     },
                                                     {
                                                       2.1
                                                     },
                                                     {
                                                       2.6
                                                     },
                                                     {
                                                       1.6
                                                     }
                                                   } );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a093a40]]
"S1" 
12[[#1a093a40]]
null