Open
Description
The private static method convertToJavascriptString in class GeocoderComponentRestrictions does not correctly process the arguments to produce a valid string when there are nulls passed in.
Other classes correctly implement this, for example the GeocoderRequest class uses a boolean to determine whether or not to append a comma "," between arguments.