| I want to generate a HTML Report for the Integrator in which I report all issues of the changed files. I have a list of the changed files and want to filter the ResultAction.getResult().getIssues()-Object (of Type "Report") if filename is in the list of changed files. How can I do this easily? I saw that there's a filter method, but I don't get how to use it. Thanks!!! |