skills4testing / stock-portfolio-manager

Automatically exported from code.google.com/p/stock-portfolio-manager
0 stars 0 forks source link

Remove JFree DateTime dependencies #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Somehow, the wrong DateTime object was used (from JFree). All date used should 
be from standard Java API (Date, Calendar...).

JodaTime could be nice, but it is harder to combine it with Hibernate. Or then 
use JodaTime everywhere...

Original issue reported on code.google.com by alex.bel...@gmail.com on 5 Jul 2011 at 3:05

GoogleCodeExporter commented 8 years ago

Original comment by alex.bel...@gmail.com on 5 Jul 2011 at 3:35

GoogleCodeExporter commented 8 years ago
Every occurrence of JFree Year was changed for Calendar.getInstance and Date. 
The database was updated to store the integer year value instead of the JFree 
year object.

Original comment by alex.bel...@gmail.com on 22 Jun 2014 at 2:07