ijingshan / gwt-charts

Automatically exported from code.google.com/p/gwt-charts
0 stars 0 forks source link

TreeMap redeclares chartObject causing exception on clearChart() invocation #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a TreeMap object 
2. call clearChart() on it - null pointer exception happens
3. debug mode shows 2 chartObjects, 1 null, the other not null

What is the expected output? What do you see instead?
Expect the clearChart to run without exception being thrown

What operating system, browser and version are you using?
N/A

I have worked around this by copying the TreeMap class and omitting the 
ChartObject declaration.

Original issue reported on code.google.com by hilarypm...@gmail.com on 21 Oct 2013 at 2:19

GoogleCodeExporter commented 9 years ago
Problem also applied to com.googlecode.gwt.charts.client.table.Table
Fix committed and scheduled for next release.

Original comment by rglafo...@gmail.com on 20 Aug 2014 at 4:27

GoogleCodeExporter commented 9 years ago

Original comment by rglafo...@gmail.com on 3 Sep 2014 at 11:07