commons-numbers git commit: NUMBERS-24: remove math.gif and update changes.xml

2017-04-22 Thread kinow
Repository: commons-numbers Updated Branches: refs/heads/master c7c9ccfbb -> eed94bfe8 NUMBERS-24: remove math.gif and update changes.xml Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/eed94bfe Tree:

[2/2] [lang] use Assert#assertFalse instead of Assert#assertTrue with a negated condition

2017-04-22 Thread pascalschumacher
use Assert#assertFalse instead of Assert#assertTrue with a negated condition Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/a060733e Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/a060733e Diff:

[1/2] [lang] Use String#contains where possible (closes #263)

2017-04-22 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 8cafd87c8 -> a060733e6 Use String#contains where possible (closes #263) Since the project defines a JDK 7 source compatibility, it's safe to use JDK 5's features. This patch replaces usages of String#indexOf with String#contains

commons-numbers git commit: NUMBERS-24: Web site logo.

2017-04-22 Thread erans
Repository: commons-numbers Updated Branches: refs/heads/master 1e4947b72 -> c7c9ccfbb NUMBERS-24: Web site logo. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/c7c9ccfb Tree:

[text] run findbugs on travis-ci

2017-04-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 0b8532b5b -> c5863f4f9 run findbugs on travis-ci Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c5863f4f Tree:

[text] revert b0027e18d2e634e2a822962f6fbd3d296c82e722 "StrTokenizer#clone: add super.clone() call to fix findbug warning"

2017-04-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master b0027e18d -> 0b8532b5b revert b0027e18d2e634e2a822962f6fbd3d296c82e722 "StrTokenizer#clone: add super.clone() call to fix findbug warning" use findbug version from commons-parent use fb-excludes when findbugs is run outside the

[text] StrTokenizer#clone: add super.clone() call to fix findbug warning

2017-04-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 43b249b20 -> b0027e18d StrTokenizer#clone: add super.clone() call to fix findbug warning Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/b0027e18

[text] AlphabetConverter#createConverterFromMap: remove unused local variable

2017-04-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master c9fd6cc68 -> 43b249b20 AlphabetConverter#createConverterFromMap: remove unused local variable Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: