Skip to content

Commit f71cc7f

Browse files
Attach class name to method symbol
1 parent eb5ec24 commit f71cc7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/java_bytecode/java_bytecode_convert_method.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ void java_bytecode_convert_methodt::convert(
387387
// Obtain a std::vector of code_typet::parametert objects from the
388388
// (function) type of the symbol
389389
typet member_type=method_symbol.type;
390+
member_type.set(ID_C_class, class_symbol.name);
390391
code_typet &code_type=to_code_type(member_type);
391392
method_return_type=code_type.return_type();
392393
code_typet::parameterst &parameters=code_type.parameters();

0 commit comments

Comments
 (0)