Contribution summary: Added null check to prevent potential NullPointerException in visitIndexedArgumentValues method.
Comment From: sbrannen
The map supplied to visitIndexedArgumentValues()
cannot be null
.
Thus the change in this PR is invalid.
Please refrain from introducing @Nullable
where it is not applicable.
In light of that, I am closing this PR.