Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 132770 --- NPE throwed when I render a report with a textitem(no content)

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 132770 --- NPE throwed when I render a report with a textitem(no content)

Summary 
Deal with the null input textitem.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 132770 --- NPE throwed when I render a report with a textitem(no content)

Description:
Why:
Old code didn't specially deal with the null input textitem.
So when the input textitem is null, the method java.io.StringReader( ) will throw out NullPointerException.

Fix:
Fixed!
 
Test Description:
Manual Test
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/template/TemplateParser.java#3 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao





Back to the top