if (zNumber[k] != null) {
g2.setPaint(colorBar.getPaint(zNumber[k].doubleValue()));
g2.fill(rect);
}
else if (this.missingPaint != null) {
g2.setPaint(this.missingPaint);
g2.fill(rect);
if (zNumber[k] != null) {
g2.setPaint(colorBar.getPaint(zNumber[k].doubleValue()));
g2.fill(rect);
}
else if (this.missingPaint != null) {
g2.setPaint(this.missingPaint);
g2.fill(rect);
Clone fragments detected by clone detection tool
File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/ContourPlot.java
|
|
File path: /jfreechart-1.0.10/src/org/jfree/chart/plot/ContourPlot.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | if (zNumber[k] != null) {↵ | | 1 | if (zNumber[k] != null) {↵
|
2 | g2.setPaint(colorBar.getPaint(zNumber[k].doubleValue()));↵ | | 2 | g2.setPaint(colorBar.getPaint(zNumber[k].doubleValue()));↵
|
3 | g2.fill(rect);↵ | | 3 | g2.fill(rect);↵
|
4 | }↵ | | 4 | }↵
|
5 | else if (this.missingPaint != null) {↵ | | 5 | else if (this.missingPaint != null) {↵
|
6 | g2.setPaint(this.missingPaint);↵ | | 6 | g2.setPaint(this.missingPaint);↵
|
7 | g2.fill(rect);↵ | | 7 | g2.fill(rect);↵
|
8 | | | 8 |
|
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 |