svn commit: r1761530 - /commons/trunks-proper/

2016-09-19 Thread markt
Author: markt Date: Tue Sep 20 06:50:53 2016 New Revision: 1761530 URL: http://svn.apache.org/viewvc?rev=1761530&view=rev Log: Remove external for IO post Git move Modified: commons/trunks-proper/ (props changed) Propchange: commons/trunks-proper/ --

[07/10] [math] Remove redundant type arguments.

2016-09-19 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-math/blob/8b5f4535/src/main/java/org/apache/commons/math4/ode/nonstiff/AdamsFieldStepInterpolator.java -- diff --git a/src/main/java/org/apache/commons/math4/ode/nonstiff/AdamsFieldSt

[02/10] [math] Remove redundant type arguments.

2016-09-19 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-math/blob/8b5f4535/src/test/java/org/apache/commons/math4/ode/nonstiff/AbstractRungeKuttaFieldIntegratorTest.java -- diff --git a/src/test/java/org/apache/commons/math4/ode/nonstiff/A

[04/10] [math] Remove redundant type arguments.

2016-09-19 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-math/blob/8b5f4535/src/test/java/org/apache/commons/math4/linear/BlockFieldMatrixTest.java -- diff --git a/src/test/java/org/apache/commons/math4/linear/BlockFieldMatrixTest.java b/s

[08/10] [math] Remove redundant type arguments.

2016-09-19 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-math/blob/8b5f4535/src/main/java/org/apache/commons/math4/geometry/spherical/twod/SphericalPolygonsSet.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/spherical/t

[10/10] [math] Remove redundant type arguments.

2016-09-19 Thread ggregory
Remove redundant type arguments. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/8b5f4535 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/8b5f4535 Diff: http://git-wip-us.apache.org/repos/asf/common

[01/10] [math] Remove redundant type arguments.

2016-09-19 Thread ggregory
Repository: commons-math Updated Branches: refs/heads/master 598edc127 -> 8b5f4535e http://git-wip-us.apache.org/repos/asf/commons-math/blob/8b5f4535/src/test/java/org/apache/commons/math4/ode/nonstiff/ThreeEighthesFieldStepInterpolatorTest.java -

[05/10] [math] Remove redundant type arguments.

2016-09-19 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-math/blob/8b5f4535/src/test/java/org/apache/commons/math4/geometry/euclidean/threed/FieldVector3DTest.java -- diff --git a/src/test/java/org/apache/commons/math4/geometry/euclidean/th

[09/10] [math] Remove redundant type arguments.

2016-09-19 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-math/blob/8b5f4535/src/main/java/org/apache/commons/math4/geometry/euclidean/threed/FieldRotation.java -- diff --git a/src/main/java/org/apache/commons/math4/geometry/euclidean/threed

[06/10] [math] Remove redundant type arguments.

2016-09-19 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-math/blob/8b5f4535/src/test/java/org/apache/commons/math4/fitting/HarmonicCurveFitterTest.java -- diff --git a/src/test/java/org/apache/commons/math4/fitting/HarmonicCurveFitterTest.j

[03/10] [math] Remove redundant type arguments.

2016-09-19 Thread ggregory
http://git-wip-us.apache.org/repos/asf/commons-math/blob/8b5f4535/src/test/java/org/apache/commons/math4/linear/MatrixUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/math4/linear/MatrixUtilsTest.java b/src/test/jav

svn commit: r1761521 - in /commons/proper/vfs/trunk: examples/src/main/java/org/apache/commons/vfs2/example/ sandbox/src/main/java/org/apache/commons/vfs2/provider/mime/

2016-09-19 Thread ggregory
Author: ggregory Date: Tue Sep 20 05:43:24 2016 New Revision: 1761521 URL: http://svn.apache.org/viewvc?rev=1761521&view=rev Log: Remove redundant type arguments. Modified: commons/proper/vfs/trunk/examples/src/main/java/org/apache/commons/vfs2/example/Shell.java commons/proper/vfs/trun

commons-io git commit: Remove redundant type arguments.

2016-09-19 Thread ggregory
Repository: commons-io Updated Branches: refs/heads/master 9ba9b49af -> 822bd135f Remove redundant type arguments. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/822bd135 Tree: http://git-wip-us.apache.org/repos/

[1/2] [lang] Remove unused private fields

2016-09-19 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master d962a2b31 -> 9c5b6cdc7 Remove unused private fields Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/3421e6ad Tree: http://git-wip-us.apache.org/rep

[2/2] [lang] PMD: Remove useless parentheses

2016-09-19 Thread britter
PMD: Remove useless parentheses Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/9c5b6cdc Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/9c5b6cdc Diff: http://git-wip-us.apache.org/repos/asf/common

[2/2] [lang] Checkstyle: Convert tabs to spaces

2016-09-19 Thread britter
Checkstyle: Convert tabs to spaces Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/d962a2b3 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/d962a2b3 Diff: http://git-wip-us.apache.org/repos/asf/com

[1/2] [lang] Checkstyle: Add missing curly braces

2016-09-19 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master e6ad17215 -> d962a2b31 Checkstyle: Add missing curly braces Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/d58d64dd Tree: http://git-wip-us.apache

[lang] Add dependency tags to make it easier to copy past the dependency definition

2016-09-19 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master 0807eedad -> e6ad17215 Add dependency tags to make it easier to copy past the dependency definition Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit

[lang] Make JavaDoc lint happy

2016-09-19 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master 09686fad4 -> 0807eedad Make JavaDoc lint happy Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/0807eeda Tree: http://git-wip-us.apache.org/repos/as

[lang] Revert parts of LANG-1134 to polish the API after 3.5

2016-09-19 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master 64d820bff -> 09686fad4 Revert parts of LANG-1134 to polish the API after 3.5 Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/09686fad Tree: http://

[2/2] [lang] Gather issue related tests at the bottom

2016-09-19 Thread britter
Gather issue related tests at the bottom Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/64d820bf Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/64d820bf Diff: http://git-wip-us.apache.org/repos/a

[1/2] [lang] LANG-1267: Add test showing that XXX does work when specifing formats

2016-09-19 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master ff2672a57 -> 64d820bff LANG-1267: Add test showing that XXX does work when specifing formats Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/bdb074

[lang] Remove trailing white spaces

2016-09-19 Thread britter
Repository: commons-lang Updated Branches: refs/heads/master feb7ba551 -> ff2672a57 Remove trailing white spaces Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ff2672a5 Tree: http://git-wip-us.apache.org/rep