AndersDJohnson / AndersDJohnson/findbugs-diff

Support multiple FindBugs files

未关闭
#2 1 条评论 0 个 reaction 已指派 1 人 已被 @AndersDJohnson 认领 在 GitHub 查看
enhancement help wanted
主要语言
XSLT
星标
2
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

Support multiple "before" and "after" files. They will be read together and their `instanceHash`'s merged together into the internal map for diffing.

Perhaps implement as an additive CLI options:

```
--before "pre-1.xml" --before "pre-2.xml" --after "post-1.xml" --after "post-2.xml"
```

and/or

```
--before "pre-1.xml" "pre-2.xml" --after "post-1.xml" "post-2.xml"
```

http://java.dzone.com/articles/groovy-multiple-values-single

Also think about wildcard support, e.g. using `AntBuilder`'s `fileScanner`.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。