Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fixed bugzilla 180190 Some unnecessary error log is shown in charting

- Summary:
fixed bugzilla 180190 Some unnecessary error log is shown in charting


- Bugzilla Bug (s) Resolved:
180190


- Description:
When a chart in a report has no data, or there is no SWT interactivity notifier  hooked to the engine, an warning or error are logged. Those are normal  conditions of execution and should only log with a INFO level.

 

Use the new IRowSet.isEmpty() check and decreased logging to INFO for those cases.


- Tests Description :
Visual tests


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

- Files Edited:

 

"/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java"

"/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java"


- Files Added:


- Files Deleted

 


Back to the top