A DESCRIPTION OF THE PROBLEM :
The test case failed with StringIndexOutOfBoundsException
ACTUAL -
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.charAt(String.java:658)
at jdk.jfr.internal.Utils.formatDataAmount(Utils.java:109)
at jdk.jfr.internal.Utils.formatBitsPerSecond(Utils.java:151)
---------- BEGIN SOURCE ----------
@Test
public void test_parseType_1_2() throws ClassNotFoundException{
String string1 = "";
com.sun.codemodel.internal.JCodeModel jCodeModel0 = new com.sun.codemodel.internal.JCodeModel();
jCodeModel0.parseType(string1);
}
---------- END SOURCE ----------
FREQUENCY : occasionally
The test case failed with StringIndexOutOfBoundsException
ACTUAL -
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.charAt(String.java:658)
at jdk.jfr.internal.Utils.formatDataAmount(Utils.java:109)
at jdk.jfr.internal.Utils.formatBitsPerSecond(Utils.java:151)
---------- BEGIN SOURCE ----------
@Test
public void test_parseType_1_2() throws ClassNotFoundException{
String string1 = "";
com.sun.codemodel.internal.JCodeModel jCodeModel0 = new com.sun.codemodel.internal.JCodeModel();
jCodeModel0.parseType(string1);
}
---------- END SOURCE ----------
FREQUENCY : occasionally