j4me / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

TimeSeries receives the obsolete java.util.Date, using Calendar would be better #426

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have noticed that in org.achartengine.model.TimeSeries the add method uses 
java.util.Date, the object Date is obsolete and has many limits, use 
GregorianCalendar would be a better choice.

Original issue reported on code.google.com by maranosi...@gmail.com on 11 Aug 2014 at 7:21

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 16 Sep 2014 at 7:37