Wed, 29 Jan 2014 15:00:53 +0100Include properties from the union classes into the main model union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Wed, 29 Jan 2014 15:00:53 +0100] rev 503
Include properties from the union classes into the main model

Tue, 28 Jan 2014 16:18:33 +0100More checks on dupl props union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Tue, 28 Jan 2014 16:18:33 +0100] rev 502
More checks on dupl props

Tue, 28 Jan 2014 15:14:14 +0100A bit of detection of duplicated properties union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Tue, 28 Jan 2014 15:14:14 +0100] rev 501
A bit of detection of duplicated properties

Tue, 28 Jan 2014 14:36:47 +0100Rather than using 5 strings next to each other, encapsulate the value into a struct union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Tue, 28 Jan 2014 14:36:47 +0100] rev 500
Rather than using 5 strings next to each other, encapsulate the value into a struct

Tue, 28 Jan 2014 09:03:10 +0100Adding javadoc and generating an error if the enum has not constants union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Tue, 28 Jan 2014 09:03:10 +0100] rev 499
Adding javadoc and generating an error if the enum has not constants

Tue, 28 Jan 2014 08:52:29 +0100It is probably more consistent to use constructors rather than factory methods union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Tue, 28 Jan 2014 08:52:29 +0100] rev 498
It is probably more consistent to use constructors rather than factory methods

Mon, 27 Jan 2014 18:09:00 +0100Be able to deserialize union classes from a JSON form union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Mon, 27 Jan 2014 18:09:00 +0100] rev 497
Be able to deserialize union classes from a JSON form

Fri, 24 Jan 2014 18:01:37 +0100Differentiate between the name of constant and the associated model class name union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Fri, 24 Jan 2014 18:01:37 +0100] rev 496
Differentiate between the name of constant and the associated model class name

Fri, 24 Jan 2014 17:23:27 +0100Implementation of toString on union types union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Fri, 24 Jan 2014 17:23:27 +0100] rev 495
Implementation of toString on union types

Fri, 24 Jan 2014 16:43:31 +0100Each model class needs to have default constructor union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Fri, 24 Jan 2014 16:43:31 +0100] rev 494
Each model class needs to have default constructor