expression-language icon indicating copy to clipboard operation
expression-language copied to clipboard

Fix NPE when params is null

Open arjantijms opened this issue 1 year ago • 0 comments

Params is specified to allow for the null value, but if it's actually null this method will blow up with a null pointer exception.

CC @balusc @dmatej

arjantijms avatar Jul 12 '24 20:07 arjantijms