Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 2 | 0.969 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 113 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/StandardCategoryURLGenerator.java |
2 | 13 | 114 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/StandardXYURLGenerator.java |
| |||||
if (prefix == null) { throw new IllegalArgumentException("Null \'prefix\' argument."); } if (seriesParameterName == null) { throw new IllegalArgumentException("Null \'seriesParameterName\' argument."); } if (categoryParameterName == null) { throw new IllegalArgumentException("Null \'categoryParameterName\' argument."); } this.prefix = prefix; this.seriesParameterName = seriesParameterName; |
| |||||
if (prefix == null) { throw new IllegalArgumentException("Null \'prefix\' argument."); } if (seriesParameterName == null) { throw new IllegalArgumentException("Null \'seriesParameterName\' argument."); } if (itemParameterName == null) { throw new IllegalArgumentException("Null \'itemParameterName\' argument."); } this.prefix = prefix; this.seriesParameterName = seriesParameterName; |
| |||
if (prefix == null) { throw new IllegalArgumentException("Null \'prefix\' argument."); } if (seriesParameterName == null) { throw new IllegalArgumentException("Null \'seriesParameterName\' argument."); } if ( [[#variable18f1c4e0]]== null) { throw new IllegalArgumentException( [[#variable18f1cc00]]); } this.prefix = prefix; this.seriesParameterName = seriesParameterName; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f1c4e0]] | categoryParameterName |
1 | 2 | [[#18f1c4e0]] | itemParameterName |
2 | 1 | [[#18f1cc00]] | "Null \'categoryParameterName\' argument." |
2 | 2 | [[#18f1cc00]] | "Null \'itemParameterName\' argument." |