The fixit generation always separates by ", " but if the original source does a line-break between long parameters the fixit will need editing before being committed.
Ideally we grab the text of a parameter from the start of the parameter up to the beginning of the next.
The fixit generation always separates by
", "but if the original source does a line-break between long parameters the fixit will need editing before being committed.Ideally we grab the text of a parameter from the start of the parameter up to the beginning of the next.