AndersDJohnson / AndersDJohnson/findbugs-diff
Support multiple FindBugs files
Aperta
enhancement
help wanted
- Lingua principale
- XSLT
- Stelle
- 2
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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`.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.