commons-io git commit: IO-442: Javadoc contradictory for FileFilterUtils.ageFileFilter(cutoff) and the filter it constructs: AgeFileFilter(cutoff)

2017-04-23 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 872c74469 -> 156653ea5 IO-442: Javadoc contradictory for FileFilterUtils.ageFileFilter(cutoff) and the filter it constructs: AgeFileFilter(cutoff) correct FileFilterUtils.ageFileFilter(cutoff) javadoc Project: http://git-wip-us.apac

[02/12] commons-numbers git commit: NUMBERS-15: Fix overflow in "BigFraction".

2017-04-23 Thread ericbarnhill
NUMBERS-15: Fix overflow in "BigFraction". Thanks to Sergey Ushakov. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/b37c9f19 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/b37c9f19 Diff

[12/12] commons-numbers git commit: merge master and eb-test branches into commons-dev branch. I was mistakenly still making edits to eb-test branch.

2017-04-23 Thread ericbarnhill
merge master and eb-test branches into commons-dev branch. I was mistakenly still making edits to eb-test branch. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/410abd7f Tree: http://git-wip-us.apache.org

[05/12] commons-numbers git commit: Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException.

2017-04-23 Thread ericbarnhill
Port ContinuedFraction from commons math. Converted exceptions to ArithmeticException. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/9602e36b Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/t

[03/12] commons-numbers git commit: added a comma to Complex.java . this is a test to see if I have sorted out pushing to a branch.

2017-04-23 Thread ericbarnhill
added a comma to Complex.java . this is a test to see if I have sorted out pushing to a branch. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/8c4026ad Tree: http://git-wip-us.apache.org/repos/asf/commons

[08/12] commons-numbers git commit: NUMBERS-23: add --allow-script-in-comments and fix logo URL

2017-04-23 Thread ericbarnhill
NUMBERS-23: add --allow-script-in-comments and fix logo URL Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/193b4f93 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/193b4f93 Diff: http://g

[06/12] commons-numbers git commit: Remove unnecessary default constructor

2017-04-23 Thread ericbarnhill
Remove unnecessary default constructor Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/e3399d1b Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/e3399d1b Diff: http://git-wip-us.apache.org/

[11/12] commons-numbers git commit: partial work on ISO C test class

2017-04-23 Thread ericbarnhill
partial work on ISO C test class Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/ec66bced Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/ec66bced Diff: http://git-wip-us.apache.org/repos/

[09/12] commons-numbers git commit: Javadoc.

2017-04-23 Thread ericbarnhill
Javadoc. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1e4947b7 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/1e4947b7 Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff

[01/12] commons-numbers git commit: Revert large commit with many changes that should have been reviewed in a separate branch.

2017-04-23 Thread ericbarnhill
Repository: commons-numbers Updated Branches: refs/heads/complex-dev e2668df11 -> 410abd7fa Revert large commit with many changes that should have been reviewed in a separate branch. This reverts commit 857033738c5f470289f3ff4ea325e5b7f6adae52. Project: http://git-wip-us.apache.org/repos/as

[10/12] commons-numbers git commit: Merge branch 'master' into eb-test

2017-04-23 Thread ericbarnhill
Merge branch 'master' into eb-test Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/608307bc Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/608307bc Diff: http://git-wip-us.apache.org/repo

[04/12] commons-numbers git commit: Establish baseline of files copied from commons-math. (Will not build.)

2017-04-23 Thread ericbarnhill
Establish baseline of files copied from commons-math. (Will not build.) Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/4e1339ee Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/4e1339ee D

[07/12] commons-numbers git commit: NUMBERS-12: Merge branch 'feature-NUMBERS-12'

2017-04-23 Thread ericbarnhill
NUMBERS-12: Merge branch 'feature-NUMBERS-12' Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/48c9522d Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/48c9522d Diff: http://git-wip-us.apac

[1/3] commons-io git commit: use java 8 compatible clirr version and run clirr on travis

2017-04-23 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 8826617e8 -> 872c74469 use java 8 compatible clirr version and run clirr on travis Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/cdc90d71 Tree: http://

[3/3] commons-io git commit: Update checkstyle plugin version and remove no longer supported checkstyle module "RedundantThrows".

2017-04-23 Thread pascalschumacher
Update checkstyle plugin version and remove no longer supported checkstyle module "RedundantThrows". Make checkstyle run outside of the maven site lifecyle use checkstyle.xml. Enable checkstyle on travis-ci. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip

[2/3] commons-io git commit: fix checkstyle violations by adding javadoc

2017-04-23 Thread pascalschumacher
fix checkstyle violations by adding javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/d357d9d5 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/d357d9d5 Diff: http://git-wip-us.apache.org/repos/asf/

commons-io git commit: update commons-parent version to 42

2017-04-23 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 419ad3e4a -> 8826617e8 update commons-parent version to 42 Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/8826617e Tree: http://git-wip-us.apache.org/re

commons-io git commit: Use temporary dir that can be fully deleted

2017-04-23 Thread sebb
Repository: commons-io Updated Branches: refs/heads/master 31e141019 -> 419ad3e4a Use temporary dir that can be fully deleted Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/419ad3e4 Tree: http://git-wip-us.apache

commons-io git commit: IO-534 FileUtilTestCase.testForceDeleteDir() should not delete testDirectory parent

2017-04-23 Thread sebb
Repository: commons-io Updated Branches: refs/heads/master 5411db017 -> 31e141019 IO-534 FileUtilTestCase.testForceDeleteDir() should not delete testDirectory parent Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit

commons-io git commit: TailerTest: clean-up is done in tearDown so remove clean-up from individual test methods

2017-04-23 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 722a5af4f -> 5411db017 TailerTest: clean-up is done in tearDown so remove clean-up from individual test methods Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io

commons-io git commit: TrailerTest: replace usages of IOUtils#closeQuietly with try-with-resources statements

2017-04-23 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master f5c46b9fc -> 722a5af4f TrailerTest: replace usages of IOUtils#closeQuietly with try-with-resources statements (side effects: close #7, close #21, close #20) Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: htt

[commons-numbers] Git Push Summary

2017-04-23 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/feature-NUMBERS-20 [deleted] 9e54e498d

[2/4] commons-numbers git commit: NUMBERS-20: Port classes to new package. Replace [math] exceptions with IllegalArgumentException. Simplify exception detection in unit tests.

2017-04-23 Thread raydecampo
NUMBERS-20: Port classes to new package. Replace [math] exceptions with IllegalArgumentException. Simplify exception detection in unit tests. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/09dc0163 Tree: h

[3/4] commons-numbers git commit: NUMBERS-20: Add unit tests for SmallPrimes.

2017-04-23 Thread raydecampo
NUMBERS-20: Add unit tests for SmallPrimes. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/9e54e498 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/9e54e498 Diff: http://git-wip-us.apache

[1/4] commons-numbers git commit: NUMBERS-20: Establish baseline of files copied from [math].

2017-04-23 Thread raydecampo
Repository: commons-numbers Updated Branches: refs/heads/master eed94bfe8 -> 1eaba643f NUMBERS-20: Establish baseline of files copied from [math]. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/996a3a4

[4/4] commons-numbers git commit: NUMBERS-20: Merge branch 'feature-NUMBERS-20'

2017-04-23 Thread raydecampo
NUMBERS-20: Merge branch 'feature-NUMBERS-20' Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/1eaba643 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/1eaba643 Diff: http://git-wip-us.apac

commons-io git commit: FileUtilsTestCase: test directory is delete in tear down method, so remove clean up in individual tests

2017-04-23 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 46fc59ff1 -> f5c46b9fc FileUtilsTestCase: test directory is delete in tear down method, so remove clean up in individual tests Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos

commons-io git commit: run javadoc on travis

2017-04-23 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master b5a2c343d -> 46fc59ff1 run javadoc on travis Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/46fc59ff Tree: http://git-wip-us.apache.org/repos/asf/common

commons-io git commit: FileUtils#listFiles: fix javadoc warnings

2017-04-23 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master d675cd136 -> b5a2c343d FileUtils#listFiles: fix javadoc warnings Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/b5a2c343 Tree: http://git-wip-us.apache.

commons-io git commit: FileUtilsTestCase: usage of IOUtils#closeQuietly with try-with-resources statements

2017-04-23 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master f44180b97 -> d675cd136 FileUtilsTestCase: usage of IOUtils#closeQuietly with try-with-resources statements Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/comm

[1/2] commons-io git commit: IO-528: fix Tailer.run race condition runaway logging (closes #29)

2017-04-23 Thread pascalschumacher
Repository: commons-io Updated Branches: refs/heads/master 4b5fa7d8d -> f44180b97 IO-528: fix Tailer.run race condition runaway logging (closes #29) Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/45fbfb82 Tree:

[2/2] commons-io git commit: IO-528: fix Tailer.run race condition runaway logging

2017-04-23 Thread pascalschumacher
IO-528: fix Tailer.run race condition runaway logging add changes.xml entry Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/f44180b9 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/f44180b9 Diff: http:/