You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If invalid value is set for a property in settings.properties, default value should be applied.
Currently: the following line is added to settings.properties: useFuzzing=trueeee
and Fuzzing is disabled on UI
To Reproduce
Install one of the latest plugin's builds from main, build used
Add the following line to settings.properties:
useFuzzing=trueeee
Restart IDEA
Run the 'UTBotJava' project
Open File -> Settings -> Tools -> UnitTestBot
Expected behavior
useFuzzing is true by default
So Fuzzing-Symbolic slider should be enabled