-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
possible issue #8
Comments
See if it will allow the following equivalent statement:
If so, let me know, and I will incorporate this into the next update. |
I forgot to mention, the example you sent, fails in 2 test cases. You can try this if you have the TestJsonReaderWriter.java file and run the tests there. The code is working fine for me in both Eclipse and Intellij. This sounds like a bug in NetBeans. It also works fine in both Java 1.6 / 1.7. |
After using your suggested variant, everything worked as expected - no Thank you for your time. On Sun, Mar 30, 2014 at 11:27 PM, John DeRegnaucourt <
|
I just committed the variant to the head of json-io. In the next release (2.5.3 or 2.6.0), it will be released. In the meantime, just use the line I sent you. |
Great ! Thank you very much and all the best !
|
In JsonWriter @ private void writeArray(Object array, boolean showType)
line 888:
For a reason I cannot explain due to my little knowledge of Java, the type verification for array appears invalid in Netbeans 7.4, Java 1.7, Win7
the particular error message is "lambda expression not expected here illegal start of expression ..."
I tried using
This seems to remove that error message, but since my knowledge of Java is limited, I was hoping you could check if this is correct, and if so, perhaps change the particular line of code.
Thanks for reading this,
Have a nice day!
P.S. If this is not applicable, please remove the issue, and if possible let me know.
The text was updated successfully, but these errors were encountered: