json/src/main/java/org/netbeans/html/json/impl/ModelProcessor.java
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Thu, 30 Jan 2014 11:36:32 +0100 Property changes are delivered when in-a union property changes
Wed, 29 Jan 2014 15:49:48 +0100 Testing onChange behavior in union classes
Wed, 29 Jan 2014 15:41:16 +0100 Fixing typos
Wed, 29 Jan 2014 15:00:53 +0100 Include properties from the union classes into the main model
Tue, 28 Jan 2014 16:18:33 +0100 More checks on dupl props
Tue, 28 Jan 2014 15:14:14 +0100 A bit of detection of duplicated properties
Tue, 28 Jan 2014 14:36:47 +0100 Rather than using 5 strings next to each other, encapsulate the value into a struct
Tue, 28 Jan 2014 09:03:10 +0100 Adding javadoc and generating an error if the enum has not constants
Tue, 28 Jan 2014 08:52:29 +0100 It is probably more consistent to use constructors rather than factory methods
Mon, 27 Jan 2014 18:09:00 +0100 Be able to deserialize union classes from a JSON form
Fri, 24 Jan 2014 18:01:37 +0100 Differentiate between the name of constant and the associated model class name
Fri, 24 Jan 2014 17:23:27 +0100 Implementation of toString on union types
Fri, 24 Jan 2014 16:43:31 +0100 Each model class needs to have default constructor
Fri, 24 Jan 2014 15:01:15 +0100 Cloning of union works OK
Fri, 24 Jan 2014 14:48:36 +0100 The type of an union is its associated enum constant
Fri, 24 Jan 2014 14:44:02 +0100 Can create non-null instances of unions
Fri, 24 Jan 2014 13:15:30 +0100 Generating skeleton for union classes that compiles OK
Mon, 06 Jan 2014 08:37:00 +0100 Every method should have only one meaning: making those that have to be implemented protected abstract.
Sun, 05 Jan 2014 23:20:14 +0100 Renaming proto factory method
Sun, 05 Jan 2014 23:09:49 +0100 Documenting all methods of the Proto class
Sun, 05 Jan 2014 21:36:33 +0100 Cleaning the javadoc a bit. Renaming the check method to verifyUnlocked
Sun, 05 Jan 2014 08:07:06 +0100 Need to return before throwing UnsupportedOpEx
Fri, 03 Jan 2014 10:03:04 +0100 WebSocket communication works without dependencies on the implementation
Fri, 03 Jan 2014 08:16:39 +0100 Making JSON calls work without references to non-public packages
Thu, 26 Dec 2013 22:42:01 +0100 read and extract moved to Proto
Tue, 24 Dec 2013 13:43:31 +0100 No need for WrapperObject.equals trick
Tue, 24 Dec 2013 08:21:48 +0100 Exporting access to JSONList
Mon, 23 Dec 2013 20:44:23 +0100 More usage of the TYPE variable
Mon, 23 Dec 2013 20:39:24 +0100 Exposing some conversion methods through the Proto.Type interfaces
Mon, 23 Dec 2013 16:41:47 +0100 Fully functional (except still using non-exported packages in OSGi mode)
Mon, 23 Dec 2013 16:33:28 +0100 JSON model tests pass OK
Mon, 23 Dec 2013 15:06:51 +0100 Compiles and most of the tests pass OK
Mon, 23 Dec 2013 09:30:10 +0100 Replacing direct access to Bindings behind Proto.Type
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
Mon, 16 Dec 2013 16:59:43 +0100 Moving implementation classes into org.netbeans.html namespace