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

Fri, 01 Aug 2014 15:24:57 +0200Preventing re-entrant access to the same model object, but otherwise one is free to however anywhere. DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 01 Aug 2014 15:24:57 +0200] rev 778
Preventing re-entrant access to the same model object, but otherwise one is free to however anywhere.

Fri, 01 Aug 2014 14:16:19 +0200Ensuring deep changes work OK with arrays DeepWatch
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 01 Aug 2014 14:16:19 +0200] rev 777
Ensuring deep changes work OK with arrays