Turns out the issue wasn't with an empty string returning an empty array, but a string with just `,`. ``` jshell> ",".split(",") $1 ==> String[0] { } ``` A non-intuitive edge case in my opinion. |
||
---|---|---|
.. | ||
agent-bootstrap | ||
agent-jmxfetch | ||
agent-profiling | ||
agent-tooling | ||
benchmark | ||
benchmark-integration | ||
instrumentation | ||
load-generator | ||
src | ||
testing | ||
README.md | ||
dd-java-agent.gradle |