Wed, 20 May 2015 06:27:27 +0200Removing trailing spaces and ensuring that if a URL parameter is used multiple times, it generates just a single method parameter
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 20 May 2015 06:27:27 +0200] rev 938
Removing trailing spaces and ensuring that if a URL parameter is used multiple times, it generates just a single method parameter

Wed, 13 May 2015 10:21:37 +0300Describing the importance of specifying the correct signature
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 13 May 2015 10:21:37 +0300] rev 937
Describing the importance of specifying the correct signature

Tue, 12 May 2015 21:58:37 +0300More newlines for easier debugging
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 12 May 2015 21:58:37 +0300] rev 936
More newlines for easier debugging

Tue, 12 May 2015 21:56:39 +0300More of semicolons and newlines
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 12 May 2015 21:56:39 +0300] rev 935
More of semicolons and newlines

Wed, 15 Apr 2015 10:39:20 +0200#251119: Replacing assert with real assertXYZ method makes it certain the check is really performed in all situations
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 15 Apr 2015 10:39:20 +0200] rev 934
#251119: Replacing assert with real assertXYZ method makes it certain the check is really performed in all situations

Sat, 11 Apr 2015 07:41:04 +0200Ensure callback can be made to Java method with innerclass type parameters
Jaroslav Tulach <jtulach@netbeans.org> [Sat, 11 Apr 2015 07:41:04 +0200] rev 933
Ensure callback can be made to Java method with innerclass type parameters

Tue, 31 Mar 2015 15:40:22 +0200#251105: Move all asm related functionality to FnUtils and reference it only via reflection to make transitive closure of necessary API classes smaller.
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 31 Mar 2015 15:40:22 +0200] rev 932
#251105: Move all asm related functionality to FnUtils and reference it only via reflection to make transitive closure of necessary API classes smaller.
Task #251105 - Elminite warnings about missing Asm classes

Tue, 10 Mar 2015 15:22:39 +0100Ensuring different primitive types lead to valid JSON format
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 10 Mar 2015 15:22:39 +0100] rev 931
Ensuring different primitive types lead to valid JSON format

Tue, 10 Mar 2015 15:14:30 +0100Allow all primitive types in @Function method parameters
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 10 Mar 2015 15:14:30 +0100] rev 930
Allow all primitive types in @Function method parameters

Wed, 18 Feb 2015 19:14:14 +0100#250503: Make sure the String format of a message is still available even if the text forms a valid version of JSON
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 18 Feb 2015 19:14:14 +0100] rev 929
#250503: Make sure the String format of a message is still available even if the text forms a valid version of JSON