CloneSet238


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11910.982statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111211
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryMarkerTests.java
211102
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java
311126
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java
411224
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java
511248
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java
611272
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java
711296
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java
811321
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java
911346
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
211
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryMarkerTests.java

assertEquals(m, this.lastEvent.getMarker());
// check null argument...
try {
  m.setKey(null);
  fail("Expected an IllegalArgumentException for null.");
}
catch (IllegalArgumentException
       e) {
  assertTrue(true);
}


Next
Previous
Clone Instance
2
Line Count
11
Source Line
102
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java

assertEquals(m, this.lastEvent.getMarker());
// check null argument...
try {
  m.setPaint(null);
  fail("Expected an IllegalArgumentException for null.");
}
catch (IllegalArgumentException
       e) {
  assertTrue(true);
}


Next
Previous
Clone Instance
3
Line Count
11
Source Line
126
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java

assertEquals(m, this.lastEvent.getMarker());
// check null argument...
try {
  m.setStroke(null);
  fail("Expected an IllegalArgumentException for null.");
}
catch (IllegalArgumentException
       e) {
  assertTrue(true);
}


Next
Previous
Clone Instance
4
Line Count
11
Source Line
224
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java

assertEquals(m, this.lastEvent.getMarker());
// check null argument...
try {
  m.setLabelFont(null);
  fail("Expected an IllegalArgumentException for null.");
}
catch (IllegalArgumentException
       e) {
  assertTrue(true);
}


Next
Previous
Clone Instance
5
Line Count
11
Source Line
248
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java

assertEquals(m, this.lastEvent.getMarker());
// check null argument...
try {
  m.setLabelPaint(null);
  fail("Expected an IllegalArgumentException for null.");
}
catch (IllegalArgumentException
       e) {
  assertTrue(true);
}


Next
Previous
Clone Instance
6
Line Count
11
Source Line
272
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java

assertEquals(m, this.lastEvent.getMarker());
// check null argument...
try {
  m.setLabelAnchor(null);
  fail("Expected an IllegalArgumentException for null.");
}
catch (IllegalArgumentException
       e) {
  assertTrue(true);
}


Next
Previous
Clone Instance
7
Line Count
11
Source Line
296
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java

assertEquals(m, this.lastEvent.getMarker());
// check null argument...
try {
  m.setLabelOffset(null);
  fail("Expected an IllegalArgumentException for null.");
}
catch (IllegalArgumentException
       e) {
  assertTrue(true);
}


Next
Previous
Clone Instance
8
Line Count
11
Source Line
321
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java

assertEquals(m, this.lastEvent.getMarker());
// check null argument...
try {
  m.setLabelOffsetType(null);
  fail("Expected an IllegalArgumentException for null.");
}
catch (IllegalArgumentException
       e) {
  assertTrue(true);
}


First
Previous
Clone Instance
9
Line Count
11
Source Line
346
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MarkerTests.java

assertEquals(m, this.lastEvent.getMarker());
// check null argument...
try {
  m.setLabelTextAnchor(null);
  fail("Expected an IllegalArgumentException for null.");
}
catch (IllegalArgumentException
       e) {
  assertTrue(true);
}


Clone AbstractionParameter Count: 1Parameter Bindings

assertEquals(m, this.lastEvent.getMarker());
// check null argument...
try {
  m. [[#variable1a88c060]](null);
  fail("Expected an IllegalArgumentException for null.");
}
catch (IllegalArgumentException
       e) {
  assertTrue(true);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a88c060]]
setKey 
12[[#1a88c060]]
setPaint 
13[[#1a88c060]]
setStroke 
14[[#1a88c060]]
setLabelFont 
15[[#1a88c060]]
setLabelPaint 
16[[#1a88c060]]
setLabelAnchor 
17[[#1a88c060]]
setLabelOffset 
18[[#1a88c060]]
setLabelOffsetType 
19[[#1a88c060]]
setLabelTextAnchor