Set Field Value
class SetFieldValue(val className: String, val fieldName: String, val value: Int) : ReflectionChecker.ReflectionCheck
Set field value aims to try to assign the provided int value to a field in the class.
Set field value aims to try to assign the provided int value to a field in the class.