"Crucible can only extract static methods" error from jvm_extract
#1029
Labels
regression
Something that used to work, but now doesn't
subsystem: crucible-jvm
Issues related to Java verification with crucible-jvm
tech debt
Issues that document or involve technical debt
type: bug
Issues reporting bugs or unexpected/unwanted behavior
Milestone
The
jvm_extract
command is more limited than thejava_extract
command that it is supposed to be replacing, because it only works for static methods. I believe it is also restricted to methods with argument and result types that are primitives, so it does not work with arrays either.We need to bring the capabilities of
jvm_extract
up to par withjava_extract
before removing the older one (see #1005).The text was updated successfully, but these errors were encountered: