-
New Feature
-
Resolution: Done
-
Normal
-
8.5.0
-
None
-
Security Level: Jimmy
-
None
Steps to Reproduce
check the source code
Current Result
most getters like getMessages, getKeyMessages return null when no message exists.
Callers have to check null case, if it returns an empty array, callers can just iterate the return object without checking null
Expected Result
return an empty array