Category: pmd
Rule Key: pmd:MethodReturnsInternalArray
⚠️ This rule is deprecated in favour of S2384.
Exposing internal arrays directly allows the user to modify some code that could be critical. It is safer to return a copy of the array.
Category: pmd
Rule Key: pmd:MethodReturnsInternalArray
⚠️ This rule is deprecated in favour of S2384.
Exposing internal arrays directly allows the user to modify some code that could be critical. It is safer to return a copy of the array.