commons-collections git commit: Javadoc: Add missing @param tags for generics.

2017-12-28 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master 36d33722c -> 6044892b8 Javadoc: Add missing @param tags for generics. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/6044892b

commons-collections git commit: Javadoc: Add missing @param tags for generics.

2017-12-28 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master 5d756cebd -> 36d33722c Javadoc: Add missing @param tags for generics. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/36d33722

commons-collections git commit: Javadoc: Add missing @param tags for generics.

2017-12-28 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master 8e09f5f53 -> 5d756cebd Javadoc: Add missing @param tags for generics. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/5d756ceb

commons-collections git commit: Javadoc: Add missing @param tags for generics.

2017-12-28 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master 8b66a577f -> 8e09f5f53 Javadoc: Add missing @param tags for generics. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/8e09f5f5

commons-collections git commit: No need to nest in an else clause.

2017-12-28 Thread ggregory
Repository: commons-collections Updated Branches: refs/heads/master 92c5e6f1e -> 8b66a577f No need to nest in an else clause. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/8b66a577 Tree: http:

svn commit: r1819437 - in /commons/proper/beanutils/trunk/src: changes/ main/java/org/apache/commons/beanutils2/

2017-12-28 Thread ggregory
Author: ggregory Date: Thu Dec 28 18:31:10 2017 New Revision: 1819437 URL: http://svn.apache.org/viewvc?rev=1819437&view=rev Log: [BEANUTILS-505] Add missing serialVersionUID to Serializable classes. Modified: commons/proper/beanutils/trunk/src/changes/changes.xml commons/proper/beanutil

commons-compress git commit: COMPRESS-424 add array bounds checks, detect corrupted input

2017-12-28 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/COMPRESS-424 [created] ccf4ce767 COMPRESS-424 add array bounds checks, detect corrupted input Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/

[1/4] commons-compress git commit: mention ZSTANDARD as supported format in factory's javadoc

2017-12-28 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 6ae716d45 -> 34b75c6f0 mention ZSTANDARD as supported format in factory's javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/79c17

[3/4] commons-compress git commit: bad extension in example

2017-12-28 Thread bodewig
bad extension in example Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/9190a2de Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/9190a2de Diff: http://git-wip-us.apache.org/repos/asf/c

[4/4] commons-compress git commit: add write support for Zstandard

2017-12-28 Thread bodewig
add write support for Zstandard Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/34b75c6f Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/34b75c6f Diff: http://git-wip-us.apache.org/repo

[2/4] commons-compress git commit: use the more conventional "zstd" as abbreviation of Zstandard

2017-12-28 Thread bodewig
use the more conventional "zstd" as abbreviation of Zstandard Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/810ba6f2 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/810ba6f2 Diff: htt

commons-imaging git commit: IMAGING-123: remove duplicated lines found via CPD reports. Thanks to Jens Kapitza

2017-12-28 Thread kinow
Repository: commons-imaging Updated Branches: refs/heads/master 40ab2ccf4 -> c5ca63fe3 IMAGING-123: remove duplicated lines found via CPD reports. Thanks to Jens Kapitza Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/common

svn commit: r1819412 - /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils2/BeanMap.java

2017-12-28 Thread dbrosius
Author: dbrosius Date: Thu Dec 28 09:52:09 2017 New Revision: 1819412 URL: http://svn.apache.org/viewvc?rev=1819412&view=rev Log: remove unnecessary field masking from local variables Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils2/BeanMap.java Modified: