-
Notifications
You must be signed in to change notification settings - Fork 34
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
Extra semicolon when returning lambda #53
Comments
You are using version 2.8.6 or 3.0.0 SNAPSHOT? |
Thank you for the (impressive) responsiveness! I'm on 2.8.6 from Maven Central, but if you have a snapshot repository I'll try 3.0.0 right away. |
NP. 3.0.0 requires Java 8 - is this a problem? |
Absolutely not, the project's 1.8 -> 1.8. Does 3.0.0 already address this? |
I'm not sure :) Just want to know whether I potentially need a backport or whether I can check in the latest only :) - give me a few minutes.... |
I managed to test it with current 3.0.0 and the output is the same: extra semicolon. |
I saw it. There are multiple issues to address... Stay tuned |
Sorry - no solution today :( I don't have too much time right now, but will address it asap |
Well I proved myself wrong - now working. Please cross check - Travis build should be available soon |
Awesome, it works! Hope to see the fix on a Maven release soon. Thank you very much! |
I don't know if this is a bug or I'm doing something wrong, but I can't find examples for lambdas so this is it:
This produces:
with the extra
;
resulting in an "Unreachable code" error in Eclipse. How can I avoid the extra semicolon?The text was updated successfully, but these errors were encountered: