Obtain fuzzing constants from method annotations #2490
Labels
comp-fuzzing
Issue is related to the fuzzing
comp-spring
Issue is related to Spring projects support
ctg-enhancement
New feature, improvement or change request
Description
Current implementation of Fuzzer allows to collect constants that can be found in Jimple body only. However, there are some additional sources of useful values, that can not be found in Soot - for example, method annotations.
Expected behaviour
Consider the following code snippet:
The constant
test
should be collected for further test generation.Context
Maxim says we can collect this constants not only from
ExceptionalUnitGraph
, this is ok for him.The text was updated successfully, but these errors were encountered: