groovy git commit: formatting

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 7d49e93e5 -> d3d75e514 formatting Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d3d75e51 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d3d75e51

groovy git commit: GROOVY-8211: pre-factor avoid AIOOBE with clearer message but real fix to come

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X ef659512a -> 61284355f GROOVY-8211: pre-factor avoid AIOOBE with clearer message but real fix to come Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/61284355

groovy git commit: GROOVY-8211: pre-factor avoid AIOOBE with clearer message but real fix to come

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/master bc254b19f -> 3f35148f9 GROOVY-8211: pre-factor avoid AIOOBE with clearer message but real fix to come Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/3f35148f Tree:

groovy git commit: GROOVY-8211: pre-factor avoid AIOOBE with clearer message but real fix to come

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X d98afbeb2 -> 7d49e93e5 GROOVY-8211: pre-factor avoid AIOOBE with clearer message but real fix to come Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/7d49e93e

[2/2] groovy git commit: formatting only

2018-04-11 Thread paulk
formatting only Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d98afbeb Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d98afbeb Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/d98afbeb Branch:

[1/2] groovy git commit: formatting only

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 15fc34835 -> d98afbeb2 http://git-wip-us.apache.org/repos/asf/groovy/blob/d98afbeb/src/main/java/org/codehaus/groovy/transform/stc/StaticTypeCheckingVisitor.java --

[1/2] groovy git commit: formatting only

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 49a1c02d8 -> ef659512a http://git-wip-us.apache.org/repos/asf/groovy/blob/ef659512/src/main/java/org/codehaus/groovy/transform/stc/StaticTypeCheckingVisitor.java --

[2/2] groovy git commit: formatting only

2018-04-11 Thread paulk
formatting only Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/ef659512 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/ef659512 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/ef659512 Branch:

groovy git commit: Support creating instances of non-static inner classes of Java style

2018-04-11 Thread sunlan
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 7c408bb99 -> 49a1c02d8 Support creating instances of non-static inner classes of Java style (cherry picked from commit bc254b1) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: Support creating instances of non-static inner classes of Java style

2018-04-11 Thread sunlan
Repository: groovy Updated Branches: refs/heads/master d033d1ce5 -> bc254b19f Support creating instances of non-static inner classes of Java style Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/bc254b19 Tree:

[1/2] groovy git commit: formatting only

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/master 4ada9e66c -> d033d1ce5 http://git-wip-us.apache.org/repos/asf/groovy/blob/d033d1ce/src/main/java/org/codehaus/groovy/transform/stc/StaticTypeCheckingVisitor.java -- diff

groovy git commit: fix serializable incompatibility with 2_4_X

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/master e6a0efdbf -> 4ada9e66c fix serializable incompatibility with 2_4_X Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/4ada9e66 Tree:

groovy git commit: fix serializable incompatibility with 2_4_X

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 40c7fcef1 -> 7c408bb99 fix serializable incompatibility with 2_4_X Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/7c408bb9 Tree:

groovy git commit: fix serializable incompatibility with 2_4_X

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X f333a58af -> 15fc34835 fix serializable incompatibility with 2_4_X Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/15fc3483 Tree:

[1/2] groovy git commit: Fixes issue GROOVY-8537

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X a4fd2e6e2 -> a4542b9ef Fixes issue GROOVY-8537 Ensures no combination is returned if any of the input iterables to GroovyCollections.combinations() is empty. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/2] groovy git commit: GROOVY-8537: GroovyCollections.combinations should return an empty list if one of the source collections is empty (closes #682)

2018-04-11 Thread paulk
GROOVY-8537: GroovyCollections.combinations should return an empty list if one of the source collections is empty (closes #682) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/a4542b9e Tree:

[1/2] groovy git commit: GROOVY-8537: GroovyCollections.combinations should return an empty list if one of the source collections is empty (closes #682)

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_5_X 79374d333 -> f333a58af GROOVY-8537: GroovyCollections.combinations should return an empty list if one of the source collections is empty (closes #682) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/2] groovy git commit: Fixes issue GROOVY-8537

2018-04-11 Thread paulk
Fixes issue GROOVY-8537 Ensures no combination is returned if any of the input iterables to GroovyCollections.combinations() is empty. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/c1eda75b Tree:

[1/2] groovy git commit: GROOVY-8537: GroovyCollections.combinations should return an empty list if one of the source collections is empty (closes #682)

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/GROOVY_2_6_X 83391ce60 -> 40c7fcef1 GROOVY-8537: GroovyCollections.combinations should return an empty list if one of the source collections is empty (closes #682) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/2] groovy git commit: Fixes issue GROOVY-8537

2018-04-11 Thread paulk
Fixes issue GROOVY-8537 Ensures no combination is returned if any of the input iterables to GroovyCollections.combinations() is empty. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/3f1f9259 Tree:

[1/2] groovy git commit: Fixes issue GROOVY-8537

2018-04-11 Thread paulk
Repository: groovy Updated Branches: refs/heads/master 297189289 -> e6a0efdbf Fixes issue GROOVY-8537 Ensures no combination is returned if any of the input iterables to GroovyCollections.combinations() is empty. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/2] groovy git commit: GROOVY-8537: GroovyCollections.combinations should return an empty list if one of the source collections is empty (closes #682)

2018-04-11 Thread paulk
GROOVY-8537: GroovyCollections.combinations should return an empty list if one of the source collections is empty (closes #682) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/e6a0efdb Tree: