We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f62eef commit 49c1acfCopy full SHA for 49c1acf
src/java_bytecode/java_bytecode_parser.cpp
@@ -552,6 +552,7 @@ void java_bytecode_parsert::rconstant_pool()
552
{
553
symbol_typet string_type("java::java.lang.String");
554
exprt result(ID_java_string_literal, pointer_typet(string_type));
555
+ result.set(ID_value, pool_entry(it->ref1).s);
556
it->expr=result;
557
}
558
break;
0 commit comments