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

Mon, 26 Jan 2015 19:56:12 +0100Additional test for #249545
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 26 Jan 2015 19:56:12 +0100] rev 928
Additional test for #249545

Mon, 26 Jan 2015 19:28:18 +0100#249545: Only call fillContext once per registered implementation class
Jaroslav Tulach <jtulach@netbeans.org> [Mon, 26 Jan 2015 19:28:18 +0100] rev 927
#249545: Only call fillContext once per registered implementation class

Tue, 13 Jan 2015 16:41:10 +0100#249690: Use getQualifiedName rather than getBinaryName to avoid obtaining $ for innerclasses
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 13 Jan 2015 16:41:10 +0100] rev 926
#249690: Use getQualifiedName rather than getBinaryName to avoid obtaining $ for innerclasses
Task #249690 - No error on wrong types in @Model on innerclass