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
Fuzzer can create an object with empty public constructor (created explicitly or implicitly), but it is useless because it doesn't change it's state with public setters. Idea is to find all fields that can be changed by public setters (probably that have corresponding getter) and change it.
Description
Fuzzer can create an object with empty public constructor (created explicitly or implicitly), but it is useless because it doesn't change it's state with public setters. Idea is to find all fields that can be changed by public setters (probably that have corresponding getter) and change it.
Expected behavior
Fuzzer should try change objects like this:
Potential alternatives
Some classes has public fields. We can change them also.
Context
This task is a part of general task for generating complex object created by fuzzer.
The text was updated successfully, but these errors were encountered: