[
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 135825
- Bugzilla Bug (s) Resolved:
Bugzilla 135825
- 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:
UI 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