Search Type: Posts; User: aruille
Search: Search took 0.01 seconds.
-
12 Apr 2011 1:23 AM
Jump to post Thread: [FNR] Bug with SummaryType.MAX by aruille
- Replies
- 1
- Views
- 1,480
Hi,
SummaryType.MAX is not valid with only negatives values.
initialization of the variable max is incorrect with only negatives values :
Double max = (Double) data.get(field + "max");
if... -
11 Apr 2011 2:15 AM
- Replies
- 1
- Views
- 589
sorry only for SummaryType.MAX
initialization of the variable max is incorrect with only negatives values
Double max = (Double) data.get(field + "max");
if (max == null) {
max = new... -
11 Apr 2011 2:03 AM
- Replies
- 1
- Views
- 589
Hi,
SummaryType.MAX and SummaryType.MIN are not valid with only negatives values.
Antoine
Results 1 to 3 of 3
