[05/14] git commit: Code cleanup - It's better (for perfs) to use a chain of append() calls than a unique append with several Strings concatenations

2013-06-14 Thread aheritier
Code cleanup - It's better (for perfs) to use a chain of append() calls than a unique append with several Strings concatenations Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c8e94a5b Tree: http://git-wip-us.apache.org/repo

[11/14] git commit: Code cleanup -  Remove Redundant Cast(s)

2013-06-14 Thread aheritier
Code cleanup -  Remove Redundant Cast(s) Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/456268af Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/456268af Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/456268

[14/14] git commit: Use custom distribution name

2013-06-14 Thread aheritier
Use custom distribution name Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/bce345ea Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/bce345ea Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/bce345ea Branch: r

[04/14] git commit: Code cleanup - Remove useless .toString()

2013-06-14 Thread aheritier
Code cleanup - Remove useless .toString() Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c747fbe4 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c747fbe4 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c747fb

[13/14] git commit: Ported equivalent changes from logback branch.

2013-06-14 Thread aheritier
Ported equivalent changes from logback branch. - Should be the same as 7f9e280522379fc0f3ac09f4d81e8188cdb54192 only with log4j2 as the backing impl Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/7c95f804 Tree: http://git-w

[10/14] git commit: Code cleanup - Redundant array creation for calling varargs method

2013-06-14 Thread aheritier
Code cleanup - Redundant array creation for calling varargs method Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/da48cfff Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/da48cfff Diff: http://git-wip-us.apache.org/re

[09/14] git commit: Code cleanup - Maven requires Java 5+ : Replace for and while loops by for each

2013-06-14 Thread aheritier
Code cleanup - Maven requires Java 5+ : Replace for and while loops by for each Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d92746dc Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d92746dc Diff: http://git-wip-us.

[08/14] git commit: Code cleanup - Maven requires Java 5+ : Replace String.indexOf() by String.contains()

2013-06-14 Thread aheritier
Code cleanup - Maven requires Java 5+ : Replace String.indexOf() by String.contains() Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1f84f8f2 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1f84f8f2 Diff: http://git-

[06/14] git commit: Code cleanup - Remove useless semi-colons

2013-06-14 Thread aheritier
Code cleanup - Remove useless semi-colons Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/87a5532e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/87a5532e Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/87a553

[07/14] git commit: Code cleanup - Various code simplifications (tests, loops, …)

2013-06-14 Thread aheritier
Code cleanup - Various code simplifications (tests, loops, …) Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9e5183f0 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/9e5183f0 Diff: http://git-wip-us.apache.org/repos

[12/14] git commit: Revert "Code cleanup - It's better (for perfs) to use a chain of append() calls than a unique append with several Strings concatenations"

2013-06-14 Thread aheritier
Revert "Code cleanup - It's better (for perfs) to use a chain of append() calls than a unique append with several Strings concatenations" This reverts commit c8e94a5b085b1cb1543861d40db7a7a108bef499. Decreases too much the code readibility Project: http://git-wip-us.apache.org/repos/asf/maven/

[02/14] git commit: Code cleanup - Maven requires Java 5+ : Remove unnecessary boxing

2013-06-14 Thread aheritier
Code cleanup - Maven requires Java 5+ : Remove unnecessary boxing Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/96db1abb Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/96db1abb Diff: http://git-wip-us.apache.org/rep

[01/14] git commit: Fix misprint

2013-06-14 Thread aheritier
Updated Branches: refs/heads/slf4j-log4j2 f0eb05aef -> bce345ea4 (forced update) Fix misprint Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/143216f9 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/143216f9 Diff:

[03/14] git commit: Code cleanup - Maven requires Java 5+ : Remove unnecessary unboxing

2013-06-14 Thread aheritier
Code cleanup - Maven requires Java 5+ : Remove unnecessary unboxing Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/a2897f86 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/a2897f86 Diff: http://git-wip-us.apache.org/r

git commit: Revert "Code cleanup - It's better (for perfs) to use a chain of append() calls than a unique append with several Strings concatenations"

2013-06-14 Thread aheritier
Updated Branches: refs/heads/master 456268af6 -> 21907a74e Revert "Code cleanup - It's better (for perfs) to use a chain of append() calls than a unique append with several Strings concatenations" This reverts commit c8e94a5b085b1cb1543861d40db7a7a108bef499. Decreases too much the code readi

[02/10] git commit: Code cleanup - Maven requires Java 5+ : Remove unnecessary unboxing

2013-06-14 Thread aheritier
Code cleanup - Maven requires Java 5+ : Remove unnecessary unboxing Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/a2897f86 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/a2897f86 Diff: http://git-wip-us.apache.org/r

[05/10] git commit: Code cleanup - Remove useless semi-colons

2013-06-14 Thread aheritier
Code cleanup - Remove useless semi-colons Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/87a5532e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/87a5532e Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/87a553

[06/10] git commit: Code cleanup - Various code simplifications (tests, loops, …)

2013-06-14 Thread aheritier
Code cleanup - Various code simplifications (tests, loops, …) Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9e5183f0 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/9e5183f0 Diff: http://git-wip-us.apache.org/repos

[10/10] git commit: Code cleanup -  Remove Redundant Cast(s)

2013-06-14 Thread aheritier
Code cleanup -  Remove Redundant Cast(s) Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/456268af Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/456268af Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/456268

[04/10] git commit: Code cleanup - It's better (for perfs) to use a chain of append() calls than a unique append with several Strings concatenations

2013-06-14 Thread aheritier
Code cleanup - It's better (for perfs) to use a chain of append() calls than a unique append with several Strings concatenations Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c8e94a5b Tree: http://git-wip-us.apache.org/repo

[03/10] git commit: Code cleanup - Remove useless .toString()

2013-06-14 Thread aheritier
Code cleanup - Remove useless .toString() Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c747fbe4 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c747fbe4 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c747fb

[08/10] git commit: Code cleanup - Maven requires Java 5+ : Replace for and while loops by for each

2013-06-14 Thread aheritier
Code cleanup - Maven requires Java 5+ : Replace for and while loops by for each Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d92746dc Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d92746dc Diff: http://git-wip-us.

[07/10] git commit: Code cleanup - Maven requires Java 5+ : Replace String.indexOf() by String.contains()

2013-06-14 Thread aheritier
Code cleanup - Maven requires Java 5+ : Replace String.indexOf() by String.contains() Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1f84f8f2 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1f84f8f2 Diff: http://git-

[01/10] git commit: Code cleanup - Maven requires Java 5+ : Remove unnecessary boxing

2013-06-14 Thread aheritier
Updated Branches: refs/heads/master 143216f93 -> 456268af6 Code cleanup - Maven requires Java 5+ : Remove unnecessary boxing Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/96db1abb Tree: http://git-wip-us.apache.org/repos

[09/10] git commit: Code cleanup - Redundant array creation for calling varargs method

2013-06-14 Thread aheritier
Code cleanup - Redundant array creation for calling varargs method Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/da48cfff Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/da48cfff Diff: http://git-wip-us.apache.org/re