snd297 / penn-ppod

Automatically exported from code.google.com/p/penn-ppod
Apache License 2.0
0 stars 0 forks source link

CharacterStateCell needs to have getStates called after unmarshalling #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CharacterStateCell must have getStates() called on it after unmarshalling in 
order to populate the states field. The states field must be populated before a 
CharacterStateCell is committed to the database. It would be nice if this was 
not necessary - maybe using an IVisitor?

Original issue reported on code.google.com by snd...@gmail.com on 24 Nov 2009 at 4:22

GoogleCodeExporter commented 9 years ago

Original comment by snd...@gmail.com on 13 Jan 2010 at 3:54

GoogleCodeExporter commented 9 years ago
Using AfterUnmarshalVisitor to handle this.

Original comment by snd...@gmail.com on 10 Feb 2010 at 8:32

GoogleCodeExporter commented 9 years ago
This is now taken care of with edu.upenn.cis.ppod.util.IAfterUnmarshalVisitor + 
edu.upenn.cis.ppod.util.AfterUnmarshalVisitor

Original comment by snd...@gmail.com on 15 Apr 2010 at 5:49