Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix bugzilla bug 135825Chart bind join data set, NPE will thrown out.

Title: CheckIn: Fix bugzilla bug 135825Chart bind join data set, NPE will thrown out.

- Summary:
Fix bugzilla bug 135
825

- Bugzilla Bug (s) Resolved:

Bugzilla 135
825

- Description:

The jointDataSetHandle is a special case in ChartDataSetManager, because it has no dataSourceHandle, and when defining it in DataEngine, its two sub-DataSetHandles must be defined firstly. 

- Tests 
Description:
U
I Feature

- Files Added:


- Files Edited:

/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartDataSetManager.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSetCacheManager.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceAndDataSet.java


- Files Deleted:


- 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