The entry is read-only in Recaf for right now. I don't plan on making any more 1.X.X releases unless absolutely necessary, but in 2.0.0 this value will be modifiable.
EDIT: Also, the field value is an attribute of the field and is not guaranteed to be used. You will typically find this being used for constant values, such as public static final long SECOND = 1000L where the value is 1000L.
Activity
[-]field edit form: value textbox is useless[/-][+]field edit form: value textbox is disabled[/+]Col-E commentedon Jul 25, 2019
A majority of fields do not use this entry, but there are cases where it is used.
The entry is read-only in Recaf for right now. I don't plan on making any more
1.X.Xreleases unless absolutely necessary, but in2.0.0this value will be modifiable.EDIT: Also, the field value is an attribute of the field and is not guaranteed to be used. You will typically find this being used for constant values, such as
public static final long SECOND = 1000Lwhere the value is1000L.Col-E commentedon May 16, 2020
Going to close as the value is modifiable in
2.0.0