CloneSet111


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12720.965block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112485
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java
212504
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java
312522
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java
412634
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java
512653
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java
612674
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java
712692
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
485
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java

{
  anchor = isInverted() ? TextAnchor.TOP_RIGHT: TextAnchor.BOTTOM_RIGHT;
  result.remove(result.size() - 1);
  result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
  this.internalMarkerWhenTicksOverlap = true;
  anchor = isInverted() ? TextAnchor.BOTTOM_RIGHT: TextAnchor.TOP_RIGHT;
}


Next
Previous
Clone Instance
2
Line Count
12
Source Line
504
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java

{
  anchor = isInverted() ? TextAnchor.BOTTOM_LEFT: TextAnchor.BOTTOM_RIGHT;
  result.remove(result.size() - 1);
  result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
  this.internalMarkerWhenTicksOverlap = true;
  anchor = isInverted() ? TextAnchor.BOTTOM_RIGHT: TextAnchor.BOTTOM_LEFT;
}


Next
Previous
Clone Instance
3
Line Count
12
Source Line
522
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java

{
  anchor = isInverted() ? TextAnchor.TOP_LEFT: TextAnchor.TOP_RIGHT;
  result.remove(result.size() - 1);
  result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
  this.internalMarkerWhenTicksOverlap = true;
  anchor = isInverted() ? TextAnchor.TOP_RIGHT: TextAnchor.TOP_LEFT;
}


Next
Previous
Clone Instance
4
Line Count
12
Source Line
634
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java

{
  anchor = isInverted() ? TextAnchor.BOTTOM_LEFT: TextAnchor.BOTTOM_RIGHT;
  result.remove(result.size() - 1);
  result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
  this.internalMarkerWhenTicksOverlap = true;
  anchor = isInverted() ? TextAnchor.BOTTOM_RIGHT: TextAnchor.BOTTOM_LEFT;
}


Next
Previous
Clone Instance
5
Line Count
12
Source Line
653
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java

{
  anchor = isInverted() ? TextAnchor.BOTTOM_RIGHT: TextAnchor.BOTTOM_LEFT;
  result.remove(result.size() - 1);
  result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
  this.internalMarkerWhenTicksOverlap = true;
  anchor = isInverted() ? TextAnchor.BOTTOM_LEFT: TextAnchor.BOTTOM_RIGHT;
}


Next
Previous
Clone Instance
6
Line Count
12
Source Line
674
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java

{
  anchor = isInverted() ? TextAnchor.BOTTOM_RIGHT: TextAnchor.TOP_RIGHT;
  result.remove(result.size() - 1);
  result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
  this.internalMarkerWhenTicksOverlap = true;
  anchor = isInverted() ? TextAnchor.TOP_RIGHT: TextAnchor.BOTTOM_RIGHT;
}


First
Previous
Clone Instance
7
Line Count
12
Source Line
692
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java

{
  anchor = isInverted() ? TextAnchor.BOTTOM_LEFT: TextAnchor.TOP_LEFT;
  result.remove(result.size() - 1);
  result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
  this.internalMarkerWhenTicksOverlap = true;
  anchor = isInverted() ? TextAnchor.TOP_LEFT: TextAnchor.BOTTOM_LEFT;
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
  anchor = isInverted() ? TextAnchor. [[#variable1ab20aa0]]: TextAnchor. [[#variable1ab20ae0]];
  result.remove(result.size() - 1);
  result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
  this.internalMarkerWhenTicksOverlap = true;
  anchor = isInverted() ? TextAnchor. [[#variable1ab20ae0]]: TextAnchor. [[#variable1ab20aa0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ab20aa0]]
TOP_RIGHT 
12[[#1ab20aa0]]
BOTTOM_LEFT 
13[[#1ab20aa0]]
TOP_LEFT 
14[[#1ab20aa0]]
BOTTOM_LEFT 
15[[#1ab20aa0]]
BOTTOM_RIGHT 
16[[#1ab20aa0]]
BOTTOM_RIGHT 
17[[#1ab20aa0]]
BOTTOM_LEFT 
21[[#1ab20ae0]]
BOTTOM_RIGHT 
22[[#1ab20ae0]]
BOTTOM_RIGHT 
23[[#1ab20ae0]]
TOP_RIGHT 
24[[#1ab20ae0]]
BOTTOM_RIGHT 
25[[#1ab20ae0]]
BOTTOM_LEFT 
26[[#1ab20ae0]]
TOP_RIGHT 
27[[#1ab20ae0]]
TOP_LEFT