We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552eb51 commit 963213bCopy full SHA for 963213b
src/java_bytecode/java_string_library_preprocess.cpp
@@ -1938,6 +1938,9 @@ void java_string_library_preprocesst::initialize_conversion_table()
1938
cprover_equivalent_to_java_function
1939
["java::java.lang.Integer.parseInt:(Ljava/lang/String;)I"]=
1940
ID_cprover_string_parse_int_func;
1941
+ cprover_equivalent_to_java_function
1942
+ ["java::java.lang.Integer.parseInt:(Ljava/lang/String;I)I"]=
1943
+ ID_cprover_string_parse_int_func;
1944
cprover_equivalent_to_java_string_returning_function
1945
["java::java.lang.Integer.toHexString:(I)Ljava/lang/String;"]=
1946
ID_cprover_string_of_int_hex_func;
0 commit comments