AndersDJohnson / AndersDJohnson/findbugs-diff
Support multiple FindBugs files
Đang mở
enhancement
help wanted
- Ngôn ngữ chính
- XSLT
- Star
- 2
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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`.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.