AndersDJohnson / AndersDJohnson/findbugs-diff

Support multiple FindBugs files

Open
#2 1 comment 0 reactions 1 assignee Claimed by @AndersDJohnson View on GitHub
enhancement help wanted
Dominant language
XSLT
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.