Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix a bug found from bug126248: Chart error with Scripted Data Source

- Summary:
Fix a bug found from bug126248: Chart error with Scripted Data Source


- Bugzilla Bug (s) Resolved:
N/A


- Description:
Actually bug126248 is not a bug, since it is caused by incorrect configure of POJO file in report design time when using Scripted Data Source. But in investigating it, I find an exception will be thrown when the row count of data set is 0 if using data set in Chart Builder. The bug is fixed by this check-in.


- Tests Description:
Junit Test, Manual Test


- Files Edited:
/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/dscache/DataSetResultCache.java


- Files Added:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top