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

Fri, 24 Jan 2014 15:01:15 +0100Cloning of union works OK union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Fri, 24 Jan 2014 15:01:15 +0100] rev 493
Cloning of union works OK

Fri, 24 Jan 2014 14:48:36 +0100The type of an union is its associated enum constant union
Jaroslav Tulach <jaroslav.tulach@netbeans.org> [Fri, 24 Jan 2014 14:48:36 +0100] rev 492
The type of an union is its associated enum constant