AndersDJohnson / AndersDJohnson/findbugs-diff
Support multiple FindBugs files
未關閉
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 還沒有評估資料。