Skip to content

* fixed: java.lang.RuntimeException: No method void <init>() in class java.lang.StringBuilder #607

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

Merged

Conversation

dkimitsa
Copy link
Contributor

@dkimitsa dkimitsa commented Nov 9, 2021

Issue was reported in gitter and introduced by #558

This happens in StringConcat desugarer in case StringBuilder class was not processed yet. And getting reference will not provide any class information. The fix is to resolve this class to make all its information available.

… java.lang.StringBuilder

This happens in StringConcat desugarer in case StringBuilder class was not processed yet. And getting reference will not provide any class information. The fix is to resolve this class to make all its information available.
@Tom-Ski Tom-Ski merged commit fcd7309 into MobiVM:master Nov 9, 2021
@dkimitsa dkimitsa deleted the fix/init_not_found_in_string_builder branch November 9, 2021 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants