We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9078d15 commit 5ff94deCopy full SHA for 5ff94de
src/analyses/goto_check.cpp
@@ -1703,7 +1703,7 @@ void goto_checkt::goto_check(
1703
if(!it->source_location.get_column().empty())
1704
i_it->source_location.set_column(it->source_location.get_column());
1705
1706
- if(it->source_location.get_java_bytecode_index()!=irep_idt())
+ if(!it->source_location.get_java_bytecode_index().empty())
1707
i_it->source_location.set_java_bytecode_index(
1708
it->source_location.get_java_bytecode_index());
1709
}
0 commit comments