Remove java dependency in string solver#1872
Remove java dependency in string solver#1872romainbrenguier wants to merge 4 commits intodiffblue:developfrom
Conversation
This makes the function more robust and avoid dependencies on java types.
There was a problem hiding this comment.
Thanks. That's a good start!
What about the following:
- https://github.com/diffblue/cbmc/blob/develop/src/solvers/refinement/string_constraint_generator.h#L391
- https://github.com/diffblue/cbmc/blob/develop/src/solvers/refinement/string_constraint_generator_format.cpp#L421
- https://github.com/diffblue/cbmc/blob/develop/src/solvers/refinement/string_refinement.cpp#L1126
Are they generic enough to remove the word "java"?
|
The CMake failure highlights that there is a problem in Having a single user of |
martin-cs
left a comment
There was a problem hiding this comment.
Fine once the other issues have been addressed.
|
Cherry-picked two commits to make this move. |
|
closing as the changes are in develop now |
This removes the dependencies on java_bytecode from the solver (see #1869)