AndersDJohnson / AndersDJohnson/findbugs-diff

Support multiple FindBugs files

オープン
#2 コメント 1 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。