EntityCollection entities = null;
if (info != null) {
entities = info.getOwner().getEntityCollection();
}
drawSecondaryPass(g2, plot, dataset, pass, series, item,
domainAxis, dataArea, rangeAxis, crosshairState, entities);
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 | EntityCollection entities = null;↵ | | 1 | EntityCollection entities = null;↵
|
2 | if (info != null) {↵ | | 2 | if (info != null) {↵
|
3 | entities = info.getOwner().getEntityCollection();↵ | | 3 | entities = info.getOwner().getEntityCollection();↵
|
4 | }↵ | | 4 | }↵
|
|
5 | drawSecondaryPass(g2, plot, dataset, pass, series, item,↵ | | 5 | drawSecondaryPass(g2, plot, dataset, pass, series, item,↵
|
6 | domainAxis, dataArea, rangeAxis, crosshairState, entities);↵ | | 6 | domainAxis, dataArea, rangeAxis, crosshairState, entities);↵
|
7 | | | 7 |
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |