Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 141710 report cannot be rendered if drill through link contains a parameter with empty value

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 141710 report cannot be rendered if drill through link contains a parameter with empty value

- Summary:

- Bugzilla Bug (s) Resolved:
141710 report cannot be rendered if drill through link contains a parameter with empty value
- Description:

Engine espect that all paramter bindings have both paramter name and prameter value. If a drill through link contains a parameter with empty value, the paramter binding only has paramter name and the paramter value _expression_ is empty. That cause the enging throws out an NullPointException.

Handle this case in handling the drillthrough.

- Tests Description  :
Manual Test


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  
No API changes.

- Files Edited:
cvs ci -m "handle the empty value _expression_ in hyperlink." -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top