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 efae909 commit 5524078Copy full SHA for 5524078
src/java_bytecode/java_object_factory.cpp
@@ -554,7 +554,7 @@ codet initialize_nondet_string_struct(
554
555
// `obj` is `*expr`
556
const struct_typet &struct_type = to_struct_type(ns.follow(obj.type()));
557
- const irep_idt &class_id = struct_type.get_tag();
+ const irep_idt &class_id = "java::" + id2string(struct_type.get_tag());
558
559
// @clsid = String and @lock = false:
560
const symbol_typet jlo_symbol("java::java.lang.Object");
0 commit comments