bkiers / Liqp

An ANTLR based 'Liquid Template' parser and rendering engine.
MIT License
165 stars 94 forks source link

Slice filter: Fix "Potential null pointer access" error #238

Closed kohlschuetter closed 1 year ago

kohlschuetter commented 1 year ago

Eclipse complains about this. Probably a false positive but it is marked as an error.

Check for null string and return an empty one instead.