On 9/28/11 2:43 PM, Jörn Kottmann wrote:
On 9/28/11 2:36 PM, Riccardo Tasso wrote:
Why is the POSModel a final class?
I guess because I thought that it is not a good idea to sub-class it when
I wrote it.
Any opinions about that?
If you look at the other model classes some or final and some are not.
These classes are not made to be sub-classed, but that is of course
necessary to
do things we did not "planned" people would do.
+1 to remove final from all model classes, because the current way of
doing it is
inconsistent, and people need to sub-class models to insert custom
resources.
We can do this change for our next release, do you want to take care of it?
Jörn