Sun, 19 Jul 2015 13:09:06 +0200Moving the initial window position computation into separate method
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 19 Jul 2015 13:09:06 +0200] rev 952
Moving the initial window position computation into separate method

Wed, 15 Jul 2015 22:06:19 +0200#250450: Support for writable @ComputedProperty
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 15 Jul 2015 22:06:19 +0200] rev 951
#250450: Support for writable @ComputedProperty

Sat, 04 Jul 2015 22:41:17 +0200Replacing model really needs to change the reference, as they are usually mutable and even if they are equal at a moment, they may start to be different in the future.
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 04 Jul 2015 22:41:17 +0200] rev 950
Replacing model really needs to change the reference, as they are usually mutable and even if they are equal at a moment, they may start to be different in the future.

Fri, 03 Jul 2015 18:27:00 +0200Cloning should record its usage of all model's properties, so it can be used in @ComputedProperty methods.
Jaroslav Tulach <jtulach@netbeans.org> [Fri, 03 Jul 2015 18:27:00 +0200] rev 949
Cloning should record its usage of all model's properties, so it can be used in @ComputedProperty methods.

Thu, 02 Jul 2015 08:27:47 +0200WebSocket transport without data() attribute is an error
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 02 Jul 2015 08:27:47 +0200] rev 948
WebSocket transport without data() attribute is an error

Thu, 02 Jul 2015 08:19:25 +0200Verify number of opening braces is the same as number of closing braces
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 02 Jul 2015 08:19:25 +0200] rev 947
Verify number of opening braces is the same as number of closing braces

Wed, 01 Jul 2015 23:21:56 +0200More usage of inPckName
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 01 Jul 2015 23:21:56 +0200] rev 946
More usage of inPckName

Wed, 24 Jun 2015 23:51:08 +0200Replace access to null field with a call to method that doesn't throw any exception.
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 24 Jun 2015 23:51:08 +0200] rev 945
Replace access to null field with a call to method that doesn't throw any exception.

Wed, 24 Jun 2015 22:42:35 +0200It is more effective to properly concatenate the string than to wrap streams in SequenceInputStream
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 24 Jun 2015 22:42:35 +0200] rev 944
It is more effective to properly concatenate the string than to wrap streams in SequenceInputStream

Sun, 14 Jun 2015 22:11:56 +0200#252987: Turn singleton into array when requested.
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 14 Jun 2015 22:11:56 +0200] rev 943
#252987: Turn singleton into array when requested.