You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using Javalang version 0.13.0. I have encountered an issue where the parser seems to hang indefinitely when trying to parse the following incomplete Java code:
I believe this might be a bug as the parser is expected to handle such cases gracefully, either by throwing an error or by some other means, rather than getting stuck. This issue is causing considerable inconvenience in scenarios where parsing of potentially incomplete code is required.
I am looking forward to a resolution or any guidance on how to handle such cases with the current version of Javalang. Your assistance and any updates on this would be greatly appreciated.
Thank you for your time and effort in maintaining this important project.
The text was updated successfully, but these errors were encountered:
Hello,
I am currently using Javalang version 0.13.0. I have encountered an issue where the parser seems to hang indefinitely when trying to parse the following incomplete Java code:
I believe this might be a bug as the parser is expected to handle such cases gracefully, either by throwing an error or by some other means, rather than getting stuck. This issue is causing considerable inconvenience in scenarios where parsing of potentially incomplete code is required.
I am looking forward to a resolution or any guidance on how to handle such cases with the current version of Javalang. Your assistance and any updates on this would be greatly appreciated.
Thank you for your time and effort in maintaining this important project.
The text was updated successfully, but these errors were encountered: