Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 124629,124448

-Summary:

Fix bugzilla bug 124629 Use Top/Bottom n in a field containing null value inside will cause DataException.

And bugzilla bug 124448 when input a long value such as '36555667' in the input field of 'Top N', throw out an exception.

 

 

-Bugzilla Bug (s) Resolved:

Bugzilla bug 124629,124448

 

-Description:

Two bugs are fixed here.

Bug 124629: We give an up-limit of number can be accepted as argument of Top/Bottom filters, which is 100000.The out-of-memory problem is fixed by then.

Bug 124448: We improve the algorithm in NEvaluator so that the null vaules are proceeded correctly.

 


-Tests Description:
N/A


-Files Edited:

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/Messages.properties" "/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java" "/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java"

 

- Notes to Build Team:
- Notes to Developers:
- Notes to QA: 
 

- Notes to Documentation:

 


Back to the top