SubliteralPropertyVariableDeprecated.setValue does not clone array values Variable.getValue before modifying them passing them to setValue
The class directly modifies values returned by Variable.getValue
, which results in the DB query result cache value being changed directly. For immutable resources, like ontology-asserted values, this looks like corruption to users.