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;
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;
Clone fragments detected by clone detection tool
File path: /jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java File path: /jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java
Method name: List refreshTicksHorizontal(Graphics2D, Rectangle2D, RectangleEdge) Method name: List refreshVerticalTicks(Graphics2D, Rectangle2D, RectangleEdge)
Number of AST nodes: 5 Number of AST nodes: 5
1
anchor = isInverted() 
1
anchor = isInverted() 
2
                        ? TextAnchor.TOP_RIGHT : TextAnchor.BOTTOM_RIGHT;
2
                            ? TextAnchor.BOTTOM_RIGHT : TextAnchor.TOP_RIGHT;
3
                    result.remove(result.size() - 1);
3
                        result.remove(result.size() - 1);
4
                    result.add(new CycleBoundTick(
4
                        result.add(new CycleBoundTick(
5
                        this.boundMappedToLastCycle, lastTick.getNumber(), 
5
                            this.boundMappedToLastCycle, lastTick.getNumber(),
6
                        lastTick.getText(), anchor, anchor, 
6
                            lastTick.getText(), anchor, anchor, 
7
                        lastTick.getAngle())
7
                            lastTick.getAngle())
8
                    );
8
                    
9
    );
9
                    this.internalMarkerWhenTicksOverlap = true;
10
                        this.internalMarkerWhenTicksOverlap = true;
10
                    anchor = isInverted() 
11
                        anchor = isInverted() 
11
                        ? TextAnchor.BOTTOM_RIGHT : TextAnchor.TOP_RIGHT;
12
                            ? TextAnchor.TOP_RIGHT : TextAnchor.BOTTOM_RIGHT;
Summary
Number of common nesting structure subtrees1
Number of refactorable cases1
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are declared in the same class
Number of node comparisons18
  1. {Refactorable}
    Mapping Summary
    Number of mapped statements5
    Number of unmapped statements in the first code fragment0
    Number of unmapped statements in the second code fragment0
    Time elapsed for statement mapping (ms)0.0
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
    39
    anchor = isInverted() ? TextAnchor.TOP_RIGHT : TextAnchor.BOTTOM_RIGHT;
    39
    anchor = isInverted() ? TextAnchor.TOP_RIGHT : TextAnchor.BOTTOM_RIGHT;
    57
    anchor = isInverted() ? TextAnchor.BOTTOM_RIGHT : TextAnchor.TOP_RIGHT;
    Differences
    Expression1Expression2Difference
    TOP_RIGHTBOTTOM_RIGHTVARIABLE_NAME_MISMATCH
    BOTTOM_RIGHTTOP_RIGHTVARIABLE_NAME_MISMATCH
    57
    anchor = isInverted() ? TextAnchor.BOTTOM_RIGHT : TextAnchor.TOP_RIGHT;
    40
    result.remove(result.size() - 1);
    58
    result.remove(result.size() - 1);
    41
    result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
    41
    result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
    59
    result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
    Differences
    Expression1Expression2Difference
    org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTickorg.jfree.chart.axis.NumberTickSUBCLASS_TYPE_MISMATCH
    org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTickorg.jfree.chart.axis.NumberTickSUBCLASS_TYPE_MISMATCH
    org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTickorg.jfree.chart.axis.NumberTickSUBCLASS_TYPE_MISMATCH
    59
    result.add(new CycleBoundTick(this.boundMappedToLastCycle, lastTick.getNumber(), lastTick.getText(), anchor, anchor, lastTick.getAngle()));
    42
    this.internalMarkerWhenTicksOverlap = true;
    60
    this.internalMarkerWhenTicksOverlap = true;
    43
    anchor = isInverted() ? TextAnchor.BOTTOM_RIGHT : TextAnchor.TOP_RIGHT;
    43
    anchor = isInverted() ? TextAnchor.BOTTOM_RIGHT : TextAnchor.TOP_RIGHT;
    61
    anchor = isInverted() ? TextAnchor.TOP_RIGHT : TextAnchor.BOTTOM_RIGHT;
    Differences
    Expression1Expression2Difference
    BOTTOM_RIGHTTOP_RIGHTVARIABLE_NAME_MISMATCH
    TOP_RIGHTBOTTOM_RIGHTVARIABLE_NAME_MISMATCH
    61
    anchor = isInverted() ? TextAnchor.TOP_RIGHT : TextAnchor.BOTTOM_RIGHT;
    Precondition Violations (0)
    Row Violation