Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bugzilla bug 145683[Regression]Exception is thrown out when previewing results

Title: CheckIn:Fix bugzilla bug 145683[Regression]Exception is thrown out when previewing results

- Summary:
Fix bugzilla bug
145683[Regression] Exception is thrown out when previewing results

- Bugzilla Bug (s) Resolved:
145683

- Description:
This bug caused by dummy resultset we created when there is no resultset returned. We do not change the tableViewers input until there is real result set returned. Fix it!

- Tests Description:
UI Feature

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

- Files Edited:
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetPreviewPage.java
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputParameterPreviewPage.java

- Files Added:

- Files Deleted


Back to the top