else if (isItemPass(pass)) { // setup for collecting optional entity info... EntityCollection entities = null; if (info != null) { entities = info.getOwner().getEntityCollection(); } drawSecondaryPass(g2, plot, dataset, pass, series, item, domainAxis, dataArea, rangeAxis, crosshairState, entities);
else if (isItemPass(pass)) { // setup for collecting optional entity info... EntityCollection entities = null; if (info != null) { entities = info.getOwner().getEntityCollection(); } drawSecondaryPass(g2, plot, dataset, pass, series, item, domainAxis, dataArea, rangeAxis, crosshairState, entities);
Clone fragments detected by clone detection tool
File path: /jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/DeviationRenderer.java File path: /jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
else if (isItemPass(pass)) {
1
else if (isItemPass(pass)) {
2
            // setup for collecting optional entity info...
2
            // setup for collecting optional entity info...
3
            EntityCollection entities = null;
3
            EntityCollection entities = null;
4
            if (info != null) {
4
            if (info != null) {
5
                entities = info.getOwner().getEntityCollection();
5
                entities = info.getOwner().getEntityCollection();
6
            }
6
            }
7
            drawSecondaryPass(g2, plot, dataset, pass, series, item,
7
            drawSecondaryPass(g2, plot, dataset, pass, series, item,
8
                    domainAxis, dataArea, rangeAxis, crosshairState, entities);
8
                    domainAxis, dataArea, rangeAxis, crosshairState, entities);
9
        
9
        
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 location
Number of node comparisons0