Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 175637 --- NPE when input parameter to document in ReportRunner.[0600]

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 175637 --- NPE when input parameter to document in ReportRunner.[0600]

- Summary:
Fix Bugzilla Bug 175637 --- NPE when input parameter to document in ReportRunner.[0600]

- Bugzilla Bug (s) Resolved:
175637

- Description:
When run command "-p xxxx" in run task, here "-p" means the parameters of the report design.

When run command "-p xxxx" in render task, here "-p" means the page number to be rendered in the render task.

for fix this bug, add try and catch to avoid the NPE exception is thrown and log the exception message.

- Tests Description  :
Manual Test


- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None


- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java"

- Files Added:
None

- Files Deleted
None

- Wei Wang
Actuate Software(Shanghai) Co.,Ltd



Back to the top