Skip to content
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

DecimalFormatSymbols error #617

Open
rammuralidhar opened this issue Sep 5, 2021 · 0 comments
Open

DecimalFormatSymbols error #617

rammuralidhar opened this issue Sep 5, 2021 · 0 comments
Assignees
Labels

Comments

@rammuralidhar
Copy link

rammuralidhar commented Sep 5, 2021

package bytecodertest;

import java.text.DecimalFormat;
public class HelloWorld {
public static void main(String[] args) throws Exception{
float floatValue = new DecimalFormat("0.0#%").parse("aa").floatValue();
}
}

[ERROR] Failed to execute goal de.mirkosertic.bytecoder:bytecoder-mavenplugin:2021-07-23:compile (default) on project wasmtest: Error running bytecoder: Cannot find virtual method getPercentText in non-abstract class java/text/DecimalFormatSymbols with signature java.lang.String() -> [Help 1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants