Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 314070 - [Automation][Regression]NPE is thrown out when Y value set to string type in bubble chart
Summary: [Automation][Regression]NPE is thrown out when Y value set to string type in ...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.6.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.6.0 RC2   Edit
Assignee: Yi Wang CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-24 04:31 EDT by Yong Jiang CLA
Modified: 2010-05-24 22:59 EDT (History)
1 user (show)

See Also:


Attachments
test report (44.69 KB, text/xml)
2010-05-24 04:31 EDT, Yong Jiang CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yong Jiang CLA 2010-05-24 04:31:09 EDT
Created attachment 169641 [details]
test report

Description:
  NPE is thrown out when Y value set to string type in bubble chart

Test Build:
BIRT2.6.0 v20100524-1222

Step to reproduce:

1. Use the report attached
2. Preview it

Expect result:
report can preview 

Actual result:
NEP is thrown out

error message:
Caused by: java.lang.NullPointerException
	at org.eclipse.birt.chart.extension.datafeed.BubbleDataSetProcessorImpl.populate(BubbleDataSetProcessorImpl.java:287)
	at org.eclipse.birt.chart.internal.datafeed.DataProcessor.fillSeriesDataSet(DataProcessor.java:1350)
	at org.eclipse.birt.chart.internal.datafeed.DataProcessor.generateRuntimeSeries(DataProcessor.java:813)
	at org.eclipse.birt.chart.internal.datafeed.DataProcessor.generateRuntimeSeries(DataProcessor.java:1450)
	at org.eclipse.birt.chart.internal.datafeed.DataProcessor.generateRuntimeSeries(DataProcessor.java:507)
	at org.eclipse.birt.chart.factory.Generator.bindData(Generator.java:652)
	at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationBase.bindData(ChartReportItemPresentationBase.java:683)
	at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationBase.onRowSets(ChartReportItemPresentationBase.java:797)
	... 41 more
Comment 1 Yi Wang CLA 2010-05-24 05:33:38 EDT
Fixed a NPE issue in ubbleDataSetProcessorImpl.
Comment 2 Yong Jiang CLA 2010-05-24 22:59:28 EDT
verified in daily build v20100525-0630