Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 360 Bytes

MethodReturnsInternalArray.md

File metadata and controls

8 lines (6 loc) · 360 Bytes

MethodReturnsInternalArray

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.