cat
cat copied to clipboard
A potential NPE bug
Hi all, our bug scanner has reported a NPE bug.
A possible call chain may be ApplicationEnvironment.java#L174 => Splitters.java#L116 => Splitters.java#L120. Since the method split() may return null at here, a NPE bug may take place at ApplicationEnvironment.java#L176 when the variable strs is null.
Thanks.