Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix Bugzilla Bug 116571,117244

-Summary:

Fix Bugzilla Bug 116571,117244

 

-Bugzilla Bug (s) Resolved:

bugzilla bug 116571,117244

 

-Description:

Both the bugs are caused by the introducing of namespace idea in model. We use “getQualifiedName” and “getAllDataSources” method instead of “getName” and “getDataSources” in the edited files to fix the problem.


-Tests Description:
None


-Files Edited:

"/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/NewDataSetAction.java"

"/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/odadatasource/wizards/DataSetBasePage.java"

"/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ResultSetPreviewPage.java"

"/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/ReportDesignHandleAdapter.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java"

 

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

- Notes to Documentation:

 


Back to the top