Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.952 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 73 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/StandardCategoryURLGenerator.java |
2 | 7 | 71 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/TimeSeriesURLGenerator.java |
| |||||
/** Prefix to the URL */ private String prefix = "index.html"; /** Series parameter name to go in each URL */ private String seriesParameterName = "series"; /** Category parameter name to go in each URL */ private String categoryParameterName = "category"; |
| |||||
/** Prefix to the URL */ private String prefix = "index.html"; /** Name to use to identify the series */ private String seriesParameterName = "series"; /** Name to use to identify the item */ private String itemParameterName = "item"; |
| |||
/** Prefix to the URL */ private String prefix = "index.html"; /** Name to use to identify the series */ /** Series parameter name to go in each URL */ private String seriesParameterName = "series"; /** Name to use to identify the item */ /** Category parameter name to go in each URL */ private String [[#variable1a0c7620]]= [[#variable1a0c7aa0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0c7620]] | categoryParameterName |
1 | 2 | [[#1a0c7620]] | itemParameterName |
2 | 1 | [[#1a0c7aa0]] | "category" |
2 | 2 | [[#1a0c7aa0]] | "item" |