if (state.getProcessVisibleItemsOnly()) { int[] itemBounds = RendererUtilities.findLiveItems( dataset, series, xAxis.getLowerBound(), xAxis.getUpperBound()); firstItem = itemBounds[0]; lastItem = itemBounds[1]; }
if (state.getProcessVisibleItemsOnly()) { int[] itemBounds = RendererUtilities.findLiveItems( dataset, series, xAxis.getLowerBound(), xAxis.getUpperBound()); firstItem = itemBounds[0]; lastItem = itemBounds[1]; }
Clone fragments detected by clone detection tool
File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
if (state.getProcessVisibleItemsOnly()) {
1
if (state.getProcessVisibleItemsOnly()) {
2
                            int[] itemBounds = RendererUtilities.findLiveItems(
2
                            int[] itemBounds = RendererUtilities.findLiveItems(
3
                                    dataset, series, xAxis.getLowerBound(),
3
                                    dataset, series, xAxis.getLowerBound(),
4
                                    xAxis.getUpperBound());
4
                                    xAxis.getUpperBound());
5
                            firstItem = itemBounds[0];
5
                            firstItem = itemBounds[0];
6
                            lastItem = itemBounds[1];
6
                            lastItem = itemBounds[1];
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 location
Number of node comparisons0