Tue, 25 Aug 2015 22:32:18 +0200#253185: Emit a warning when there is a mishmash in actual and args parameter names
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 25 Aug 2015 22:32:18 +0200] rev 959
#253185: Emit a warning when there is a mishmash in actual and args parameter names

Tue, 25 Aug 2015 22:18:29 +0200Unused imports
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 25 Aug 2015 22:18:29 +0200] rev 958
Unused imports

Mon, 24 Aug 2015 23:02:20 +0200Ignore the tests on all JDK8 and add today's new one. Seems to be broken as well.
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 24 Aug 2015 23:02:20 +0200] rev 957
Ignore the tests on all JDK8 and add today's new one. Seems to be broken as well.

Mon, 24 Aug 2015 22:37:29 +0200#254670: Need to convert enums to strings before passing them to knockout.js
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 24 Aug 2015 22:37:29 +0200] rev 956
#254670: Need to convert enums to strings before passing them to knockout.js

Sun, 02 Aug 2015 10:03:54 +0200Return type of @ComputedProperty's write method has to be void
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 Aug 2015 10:03:54 +0200] rev 955
Return type of @ComputedProperty's write method has to be void

Sun, 02 Aug 2015 09:59:37 +0200Fixing the 1st argument of the write method, so we can really check the error in second argument
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 02 Aug 2015 09:59:37 +0200] rev 954
Fixing the 1st argument of the write method, so we can really check the error in second argument

Sun, 19 Jul 2015 14:04:03 +0200#252862: Remember state of FXWebView from previous application run
Jaroslav Tulach <jtulach@netbeans.org> [Sun, 19 Jul 2015 14:04:03 +0200] rev 953
#252862: Remember state of FXWebView from previous application run

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.