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 摘要。