Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 117839 NPE thrown out when the cascading parameter reference an empty xml data set

-Summary:

Fix bugzilla bug 117839 NPE thrown out when the cascading parameter reference an empty xml data set.

 

-Bugzilla Bug (s) Resolved:

Bugzilla bug 117839

 

-Description:

The bug is caused by reference to an empty CachedResultSet: its getCurrentResult() method will return a null value, and lead to a NPE.


-Tests Description:
None


-Files Edited:

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

 

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

- Notes to Documentation:

 

 


Back to the top