commit | 3304965840c139dae7b8c01e1779a806641a0159 | [log] [tgz] |
---|---|---|
author | Allon Mureinik <amureini@redhat.com> | Sat Apr 01 11:44:39 2017 +0300 |
committer | pascalschumacher <pascalschumacher@gmx.net> | Wed Apr 19 18:24:57 2017 +0200 |
tree | 3ac790bab6342af07eeca05c18e498621146f7e5 | |
parent | 5a52446090a67b9b04b67a0b7aec94e73bd21930 [diff] |
FindBugs exclude filter for StringUtils Exclude ES_COMPARING_PARAMETER_STRING_WITH_EQ FindBugs warnings from StringUtils methods compare(String, String, boolean) and compareIgnoreCase(String, String, boolean). The usages of the == operator seem to be intentional optimizations similar to the usage in indexOfDifference. If this reasoning is ever overruled, this suppression should be removed.
Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
More information can be found on the homepage. The JavaDoc can be browsed. Questions related to the usage of Apache Commons Lang should be posted to the user mailing list.
You can download source and binaries from our download page.
Alternatively you can pull it from the central Maven repositories:
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.5</version> </dependency>
We accept PRs via github. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:
mvn clean test
.If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.
Code is under the Apache Licence v2.
You like Apache Commons Lang? Then donate back to the ASF to support the development.