Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fixed bugzilla entry 117479: NPE when rendering option is set to null

- Summary:
NPE when rendering option is set to null

 

- Bugzilla Bug (s) Resolved:

117479

 

- Description:
Rendring option is required in a render task. This is because the output file name or stream is specified there, so does the output format. Engine currently does not check whether the rendering option object passed in is null. This checkin makes such a check, and throws EngineException if the object is null.

 

- Tests Description:
Engine unit test

- Files Removed:

 

- Files Edited:

org.eclipse.birt.report.engine.api/impl/RenderTask.java

- Files Added:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA: 
 
- Notes to Documentation:  

 

 

 

 

 

 

 

 

 

Stanley Wang

Actuate Corporation

Tel: 650-837-2279

 

 


Back to the top