Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
17 | 2 | 3 | 0.950 | class_body_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 307 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java |
2 | 17 | 320 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java |
| |||||
/** Storage for the range axes. */ private ObjectList rangeAxes; /** Storage for the range axis locations. */ private ObjectList rangeAxisLocations; /** Storage for the datasets. */ private ObjectList datasets; /** Storage for keys that map datasets to domain axes. */ private ObjectList datasetToDomainAxisMap; /** Storage for keys that map datasets to range axes. */ private ObjectList datasetToRangeAxisMap; |
| |||||
/** The range axis (used for the y-values). */ private ObjectList rangeAxes; /** The range axis location. */ private ObjectList rangeAxisLocations; /** Storage for the datasets. */ private ObjectList datasets; /** Storage for the renderers. */ private ObjectList renderers; /** * Storage for keys that map datasets/renderers to domain axes. If the * map contains no entry for a dataset, it is assumed to map to the * primary domain axis (index = 0). */ private Map datasetToDomainAxisMap; |
| |||
/** The range axis (used for the y-values). */ /** Storage for the range axes. */ private ObjectList rangeAxes; /** The range axis location. */ /** Storage for the range axis locations. */ private ObjectList rangeAxisLocations; /** Storage for the datasets. */ private ObjectList datasets; /** Storage for the renderers. */ /** Storage for keys that map datasets to domain axes. */ private ObjectList [[#variable18f6c1e0]]; /** * Storage for keys that map datasets/renderers to domain axes. If the * map contains no entry for a dataset, it is assumed to map to the * primary domain axis (index = 0). */ /** Storage for keys that map datasets to range axes. */ private [[#variable18f6c200]] [[#variable18f74da0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f6c1e0]] | datasetToDomainAxisMap |
1 | 2 | [[#18f6c1e0]] | renderers |
2 | 1 | [[#18f6c200]] | ObjectList |
2 | 2 | [[#18f6c200]] | Map |
3 | 1 | [[#18f74da0]] | datasetToRangeAxisMap |
3 | 2 | [[#18f74da0]] | datasetToDomainAxisMap |