The reflection class Field
has a method named copyShallow()
that is intended to indicate whether or not that field is marked as copy=shallow
. However, it was actually returning a value that correlated to the field being copy=null
. As of 16.5, this has been corrected to return a value that matches the intented behavior.