for (int i = 0; i < this.subplots.size(); i++) { CategoryPlot subplot = (CategoryPlot) this.subplots.get(i); PlotRenderingInfo subplotInfo = info.getSubplotInfo(i); subplot.handleClick(x, y, subplotInfo); }
for (int i = 0; i < this.renderers.size(); i++) { XYItemRenderer renderer2 = (XYItemRenderer) this.renderers.get(i); if (renderer2 instanceof PublicCloneable) { PublicCloneable pc = (PublicCloneable) renderer2; clone.renderers.set(i, pc.clone()); } }
Clone fragments detected by clone detection tool
File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeCategoryPlot.java File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Method name: void handleClick(int, int, PlotRenderingInfo) Method name: Object clone()
Number of AST nodes: 4 Number of AST nodes: 5
1
for (int i = 0; i < this.subplots.size(); i++) {
1
for (int i = 0; i < this.renderers.size(); i++) {
2
                CategoryPlot subplot = (CategoryPlot) this.subplots.get(i);
2
            XYItemRenderer renderer2 = (XYItemRenderer) this.renderers.get(i);
3
                PlotRenderingInfo subplotInfo = info.getSubplotInfo(i)
3
            if (renderer2 instanceof PublicCloneable) {
4
;
4
                PublicCloneable pc = (PublicCloneable) renderer2;
5
                subplot.handleClick(x, y, subplotInfo);
5
                clone.renderers.set(i, pc.clone());
6
    
6
            }
7
        }
7
        }
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are in different classes having the same super class
Number of node comparisons1