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
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: