SetFieldValue

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.

Constructors

Link copied to clipboard
constructor(className: String, fieldName: String, value: Int)

Properties

Link copied to clipboard

the full class name in which the field exists.

Link copied to clipboard

the name of the field in that class to look up.

Link copied to clipboard
val value: Int

the value to try to assign to the field.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String