Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 156477 --- Viewing a report in Webviewer causes an "java.lang.ClassCastException" thrown

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 156477 --- Viewing a report in Webviewer causes an "java.lang.ClassCastException" thrown

- Summary:
Remove the assert in checking the value _expression_ of drillthrough to be String.

- Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 156477 --- Viewing a report in Webviewer causes an "java.lang.ClassCastException" thrown

- Description:
The value _expression_ of drillthrough is null, while checking it be a String or not, the assert return false and "java.lang.ClassCastException" be thrown.


- Tests Description  :
Manual Test


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  
 
- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"

- Files Added:

- Files Deleted


-Wei Zhao( Shanghai )



Back to the top