Use "internalSet" instead of normal setter. [SPR-16809] #21349
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: waiting-for-triage
An issue we've not yet triaged or decided on
Zhang Jie opened SPR-16809 and commented
Using "internalSet" instead of normal setter can avoid checking int param, because if constants.asNumber() works as expected and does't throw exception, the param checking in normal setter will never fail.
Affects: 5.0.6
Referenced from: pull request #1825
The text was updated successfully, but these errors were encountered: