Sat, 02 Aug 2014 07:54:15 +0200Deep checking of @ComputedProperties is now default if one depends on another model class DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 02 Aug 2014 07:54:15 +0200] rev 788
Deep checking of @ComputedProperties is now default if one depends on another model class

Sat, 02 Aug 2014 07:28:37 +0200Moving the ability to control whether the value change is transitive or not out from the public API. Will make it default. DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 02 Aug 2014 07:28:37 +0200] rev 787
Moving the ability to control whether the value change is transitive or not out from the public API. Will make it default.

Sat, 02 Aug 2014 07:13:47 +0200Documenting newly added Proto object mehtods DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 02 Aug 2014 07:13:47 +0200] rev 786
Documenting newly added Proto object mehtods

Sat, 02 Aug 2014 07:01:20 +0200Only access the observer field under the GLOBAL lock DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 02 Aug 2014 07:01:20 +0200] rev 785
Only access the observer field under the GLOBAL lock

Sat, 02 Aug 2014 06:45:55 +0200Don't initialize observers when the watched property is not known DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 02 Aug 2014 06:45:55 +0200] rev 784
Don't initialize observers when the watched property is not known

Sat, 02 Aug 2014 06:41:59 +0200Encapsulating all logic into Observers top level class DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 02 Aug 2014 06:41:59 +0200] rev 783
Encapsulating all logic into Observers top level class

Sat, 02 Aug 2014 06:25:53 +0200Using classical java.util classes minimizes the chance I will do mistake when coding linked list myself DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 02 Aug 2014 06:25:53 +0200] rev 782
Using classical java.util classes minimizes the chance I will do mistake when coding linked list myself

Fri, 01 Aug 2014 17:13:23 +0200Adding the original test that motivated these changes. The Angular's ToDo sample. DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 01 Aug 2014 17:13:23 +0200] rev 781
Adding the original test that motivated these changes. The Angular's ToDo sample.

Fri, 01 Aug 2014 17:02:15 +0200Additional tests DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 01 Aug 2014 17:02:15 +0200] rev 780
Additional tests

Fri, 01 Aug 2014 16:02:10 +0200Don't duplicate head of the linked list DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 01 Aug 2014 16:02:10 +0200] rev 779
Don't duplicate head of the linked list