GitHub user mureinik opened a pull request:
https://github.com/apache/commons-lang/pull/287
Clean up findbugs exclusions for old XYZRange classes
Commit 56e830a removed all the old `XYZRange` classes from
org.apache.lang3.math, and left only the generic `Range<T>` class.
This patch removes the left-over findbugs exclusions for those
classes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mureinik/commons-lang findbugs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/287.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #287
----
commit f0c83f0d3440b9b6f918703dae918dc442ecb2c6
Author: Allon Mureinik <[email protected]>
Date: 2017-09-20T16:52:03Z
Clean up findbugs exclusions for old XYZRange classes
Commit 56e830a removed all the old XYZRange classes from
org.apache.lang3.math, and left only the generic Range<T> class.
This patch removes the left-over findbugs exclusions for those
classes.
----
---