Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Bugzilla#158527 - Exception was thrown when using genReport to run a design file

- Summary:
Exception was thrown when using genReport to run a design file

- Bugzilla Bug (s) Resolved:
158527

- Description:
Currently, if chart size is equal or less than zero, ChartException will be thrown for notification. This doesn't always mean error, so the exception only exists in log file.
Fixed by setting size is 1 point to avoid throwing exception from BufferedImage when size is zero, i.e. Display is NONE.

- 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.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java


- Files Added:

- Files Deleted

 

 


Back to the top