if (curr[0] == null) {
series = -((Integer) prev[0]).intValue();
}
else {
series = ((Integer) curr[0]).intValue();
if (series < 0) {
series = -((Integer) prev[0]).intValue();
if (curr[0] == null) {
series = -((Integer) prev[0]).intValue();
}
else {
series = ((Integer) curr[0]).intValue();
if (series < 0) {
series = -((Integer) prev[0]).intValue();
Clone fragments detected by clone detection tool
File path: /jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StackedBarRenderer3D.java
|
|
File path: /jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StackedBarRenderer3D.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | if (curr[0] == null) {↵ | | 1 | if (curr[0] == null) {↵
|
2 | series = -((Integer) prev[0]).intValue();↵ | | 2 | series = -((Integer) prev[0]).intValue();↵
|
3 | }↵ | | 3 | }↵
|
4 | else {↵ | | 4 | else {↵
|
5 | series = ((Integer) curr[0]).intValue();↵ | | 5 | series = ((Integer) curr[0]).intValue();↵
|
6 | if (series < 0) {↵ | | 6 | if (series < 0) {↵
|
7 | series = -((Integer) prev[0]).intValue();↵ | | 7 | series = -((Integer) prev[0]).intValue();↵
|
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 |