The method `CheckRun#findComment` currently has a parameter `List<Comment> comments` which is redundancy. Because this information can be got from the `CheckRun` object by using `this.comments`.
I find this when working onSKARA-1199, but I don't think it is good to refactor the code there. So I file this as a follow-up issue.
I find this when working on