Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Bugzilla 121974: Can't evaluate global expressions when ResultIterator is not in the iteration loop

- Summary:

 

 

- Bugzilla Bug(s) Resolved:

Bugzilla 121974:  Can't evaluate global expressions when ResultIterator is not in the iteration loop

 

- Description:

Removed an unnecessary check in DtE’s ResultIterator class, which prevented certain valid expressions to be evaluated when the iterator cursor has no current row.

Added a unit test case for this bug

 

- Tests Description:

DtE JUnit Test

 

- Files Edited:

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExpressionProcessor.java"

"/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/api/FeaturesTest.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedQuery.java"

"/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/AggregateCalculator.java"

 

- Files Added:

 

 

- Notes to Build Team:

 

 

- Notes to Developers:

 

 

- Notes to QA:

 

 

- Notes to Documentation:

 

 

 


Back to the top