CloneSet2175


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.972block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1594
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/PaintMap.java
2592
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/StrokeMap.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
94
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/PaintMap.java

{
  if (key == null) {
    throw new IllegalArgumentException("Null \'key\' argument.");
  }
  return (Paint) this.store.get(key);
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
92
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/StrokeMap.java

{
  if (key == null) {
    throw new IllegalArgumentException("Null \'key\' argument.");
  }
  return (Stroke) this.store.get(key);
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (key == null) {
    throw new IllegalArgumentException("Null \'key\' argument.");
  }
  return ( [[#variable1a12ea20]]) this.store.get(key);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a12ea20]]
Paint 
12[[#1a12ea20]]
Stroke