[1/3] groovy git commit: Remove jdk5 checks (closes #235)

2016-01-06 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 7bf008808 -> 0cd72fb22 Remove jdk5 checks (closes #235) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/0cd72fb2 Tree:

groovy git commit: Removed unused Local ClassInfo cache objects (ThreadLocalMapHandler and LocalMap) (closes #222)

2015-12-24 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 6622c6732 -> e96703922 Removed unused Local ClassInfo cache objects (ThreadLocalMapHandler and LocalMap) (closes #222) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: ReferenceManager.createThresholdedIdlingManager should delegate to callback manager after threshold is crossed (closes #224)

2015-12-26 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 95f3503ec -> 69bb9a3dd ReferenceManager.createThresholdedIdlingManager should delegate to callback manager after threshold is crossed (closes #224) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: GROOVY-7630 - JsonSlurper LAX and INDEX_OVERLAY parser with invalid number (closes #189)

2015-12-21 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 3c1f7d0e0 -> f1409fd27 GROOVY-7630 - JsonSlurper LAX and INDEX_OVERLAY parser with invalid number (closes #189) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: ConversionHandler minor improvements (closes #237)

2016-01-11 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master f2a2fc059 -> 606891d85 ConversionHandler minor improvements (closes #237) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/606891d8 Tree:

groovy git commit: GROOVY-7873 - Regression performance issue in string methods (closes #356)

2016-06-24 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 780d8281f -> c7ae32bed GROOVY-7873 - Regression performance issue in string methods (closes #356) In order to implement CharSequence the GString implementation must call toString each time a CharSequence method is invoked. This is

groovy git commit: GROOVY-7873 - Regression performance issue in string methods (closes #356)

2016-06-24 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master d1308e20b -> 9d94e2e4f GROOVY-7873 - Regression performance issue in string methods (closes #356) In order to implement CharSequence the GString implementation must call toString each time a CharSequence method is invoked. This is

groovy git commit: Fix finalizeReference method override for ManagedReference subclasses (closes #220)

2016-01-27 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X ce617b756 -> c8a077e2e Fix finalizeReference method override for ManagedReference subclasses (closes #220) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[1/3] groovy git commit: Remove Java 1.4 compatibility code (Integer.valueOf(int) was added in 1.5)

2016-01-31 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 67b774284 -> f7be98a08 Remove Java 1.4 compatibility code (Integer.valueOf(int) was added in 1.5) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/53ac431f Tree:

[2/3] groovy git commit: Remove Java 1.5 runtime checks for java.lang.annotation.Annotation from tests

2016-01-31 Thread jwagenleitner
Remove Java 1.5 runtime checks for java.lang.annotation.Annotation from tests Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/615cca5b Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/615cca5b Diff:

[2/2] groovy git commit: Fix groovydoc processPropertiesFromGetterSetter build exceptions

2016-01-25 Thread jwagenleitner
Fix groovydoc processPropertiesFromGetterSetter build exceptions Fixes StringIndexOutOfBoundsException if method name was exactly named [set/get/is] with no property name or NPE if classDoc was null. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: GROOVY-7723 - propertyMissing(String, Object) called for missing getter (closes #307)

2016-04-09 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X e2cd02dba -> 89240663c GROOVY-7723 - propertyMissing(String,Object) called for missing getter (closes #307) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: GROOVY-7723 - propertyMissing(String, Object) called for missing getter (closes #307)

2016-04-09 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master d7f4e9362 -> a8a73ee28 GROOVY-7723 - propertyMissing(String,Object) called for missing getter (closes #307) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: GROOVY-7781 - Cannot retrieve XML attribute with namespace (closes #302)

2016-04-09 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X ec5aec992 -> c64d3ee43 GROOVY-7781 - Cannot retrieve XML attribute with namespace (closes #302) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/c64d3ee4 Tree:

groovy git commit: GROOVY-7781 - Cannot retrieve XML attribute with namespace (closes #302)

2016-04-09 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 97de2e062 -> 66454f17a GROOVY-7781 - Cannot retrieve XML attribute with namespace (closes #302) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/66454f17 Tree:

[2/2] groovy git commit: GROOVY-7810 fix XmlSlurper default ctor doc (closes #305)

2016-04-05 Thread jwagenleitner
GROOVY-7810 fix XmlSlurper default ctor doc (closes #305) Javadoc for default constructor says it creates a non-namespace-aware slurper, when it creates a namespace-aware one. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[1/2] groovy git commit: GROOVY-7580 - ExpandoMetaClass append method does not throw an exception as per docs

2016-04-05 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master c04e4df42 -> d7f4e9362 GROOVY-7580 - ExpandoMetaClass append method does not throw an exception as per docs Added clarification that only public methods declared by the class or interface with the same name and parameter types would

[2/2] groovy git commit: GROOVY-7580 - ExpandoMetaClass append method does not throw an exception as per docs

2016-04-05 Thread jwagenleitner
GROOVY-7580 - ExpandoMetaClass append method does not throw an exception as per docs Added clarification that only public methods declared by the class or interface with the same name and parameter types would cause the append to throw an Exception. Methods added to the metaClass at runtime

[1/2] groovy git commit: GROOVY-7810 fix XmlSlurper default ctor doc (closes #305)

2016-04-05 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 6d360f623 -> e2cd02dba GROOVY-7810 fix XmlSlurper default ctor doc (closes #305) Javadoc for default constructor says it creates a non-namespace-aware slurper, when it creates a namespace-aware one. Project:

[1/2] groovy git commit: GROOVY-7798 - Sql.query methods pass java.sql.ResultSet to the closure, instead of GroovyResultSet (fixed javadoc)

2016-04-02 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X e669ecc46 -> e30c72c69 GROOVY-7798 - Sql.query methods pass java.sql.ResultSet to the closure, instead of GroovyResultSet (fixed javadoc) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/2] groovy git commit: Update junit javadoc links

2016-04-02 Thread jwagenleitner
Update junit javadoc links Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/5dc24ae9 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/5dc24ae9 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/5dc24ae9

[2/2] groovy git commit: Update junit javadoc links

2016-04-02 Thread jwagenleitner
Update junit javadoc links Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/e30c72c6 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/e30c72c6 Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/e30c72c6

groovy git commit: GROOVY-7806 - @interface has too-stringent requirement for newline (closes #301)

2016-04-02 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X bad63dbe4 -> e669ecc46 GROOVY-7806 - @interface has too-stringent requirement for newline (closes #301) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: GROOVY-7806 - @interface has too-stringent requirement for newline (closes #301)

2016-04-02 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 12ce32102 -> d538ac88f GROOVY-7806 - @interface has too-stringent requirement for newline (closes #301) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d538ac88

groovy git commit: Test for GROOVY-3948

2016-04-03 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X e30c72c69 -> 6d360f623 Test for GROOVY-3948 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/6d360f62 Tree:

groovy git commit: Test for GROOVY-3948

2016-04-03 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 5dc24ae94 -> c04e4df42 Test for GROOVY-3948 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/c04e4df4 Tree:

[3/3] groovy git commit: refactor(json): inline to eliminate unused Classes (closes #318)

2016-04-24 Thread jwagenleitner
refactor(json): inline to eliminate unused Classes (closes #318) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/2cdba2f0 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/2cdba2f0 Diff:

[2/3] groovy git commit: refactor(json): simplified expressions

2016-04-24 Thread jwagenleitner
refactor(json): simplified expressions Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/7d9af963 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/7d9af963 Diff:

[1/3] groovy git commit: refactor(json): remove final modifier from private methods

2016-04-24 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master e9f282fc4 -> 2cdba2f01 refactor(json): remove final modifier from private methods Since private methods cannot be meaningfully overridden, declaring them final is redundant and can be confusing to those reviewing the code. Project:

groovy git commit: Fixed a typo in groovy Documentation (closes #321)

2016-04-24 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 5b73f3289 -> e9f282fc4 Fixed a typo in groovy Documentation (closes #321) change from "run()" to "test()" Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/e9f282fc

[1/3] groovy git commit: refactor(json): inline to eliminate unused Classes (closes #318)

2016-04-24 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 13e5f597f -> fdfa6e775 refactor(json): inline to eliminate unused Classes (closes #318) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/fdfa6e77 Tree:

groovy git commit: GROOVY-7822 - Redundant computation in ObservableSet (closes #316)

2016-04-22 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 6f2a09585 -> 5b73f3289 GROOVY-7822 - Redundant computation in ObservableSet (closes #316) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/5b73f328 Tree:

[3/4] groovy git commit: make private methods static when they are plain functions (closes #290)

2016-04-27 Thread jwagenleitner
make private methods static when they are plain functions (closes #290) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d5d56e8d Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d5d56e8d Diff:

[2/4] groovy git commit: make private methods static when they are plain functions (closes #290)

2016-04-27 Thread jwagenleitner
http://git-wip-us.apache.org/repos/asf/groovy/blob/d5d56e8d/src/main/org/codehaus/groovy/control/SourceUnit.java -- diff --git a/src/main/org/codehaus/groovy/control/SourceUnit.java

[3/4] groovy git commit: make private methods static when they are plain functions (closes #290)

2016-04-27 Thread jwagenleitner
make private methods static when they are plain functions (closes #290) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/22c26f21 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/22c26f21 Diff:

[2/4] groovy git commit: make private methods static when they are plain functions (closes #290)

2016-04-27 Thread jwagenleitner
http://git-wip-us.apache.org/repos/asf/groovy/blob/22c26f21/src/main/org/codehaus/groovy/control/StaticImportVisitor.java -- diff --git a/src/main/org/codehaus/groovy/control/StaticImportVisitor.java

[1/4] groovy git commit: make private methods static when they are plain functions (closes #290)

2016-04-27 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X fdfa6e775 -> 3998f042d http://git-wip-us.apache.org/repos/asf/groovy/blob/22c26f21/subprojects/groovy-xml/src/main/java/groovy/util/XmlSlurper.java -- diff --git

groovy git commit: minor javadoc fixes

2016-04-30 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X fa8f8db79 -> 8ffef9a4a minor javadoc fixes Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/8ffef9a4 Tree:

groovy git commit: Add missing ':' in display command example (closes #337)

2016-05-23 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master f00f5a4e4 -> 7d9a54bb1 Add missing ':' in display command example (closes #337) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/7d9a54bb Tree:

groovy git commit: refactor(core): use uppercase L for long literal

2016-05-21 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 237d16ee3 -> ff2383816 refactor(core): use uppercase L for long literal Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/ff238381 Tree:

groovy git commit: refactor(core): use uppercase L for long literal

2016-05-21 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 31a98aeae -> d77e2bb2c refactor(core): use uppercase L for long literal Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d77e2bb2 Tree:

[1/3] groovy git commit: Guard against recursive calls to ReferenceManager#removeStallEntries that could cause a StackOverflowError. A ManagedReference#finalizeReference method may call ManagedReferen

2016-05-02 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 1dd15de8e -> 2a05758a5 Guard against recursive calls to ReferenceManager#removeStallEntries that could cause a StackOverflowError. A ManagedReference#finalizeReference method may call ManagedReference#clear on other references as

[2/3] groovy git commit: Fix for ManagedDoubleKeyMap when there are hash collisions and entry array must be expanded

2016-05-02 Thread jwagenleitner
Fix for ManagedDoubleKeyMap when there are hash collisions and entry array must be expanded The existing array was having the first element overwritten instead of using the newly allocated array. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/2] groovy git commit: GROOVY-7816 - ObservableList addAll method property change event index off by one (closes #313)

2016-04-17 Thread jwagenleitner
GROOVY-7816 - ObservableList addAll method property change event index off by one (closes #313) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d7cf6be5 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d7cf6be5

[1/2] groovy git commit: removed redundant null checks and some minor refactoring

2016-04-17 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X c64d3ee43 -> 82df2a6f9 removed redundant null checks and some minor refactoring Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/82df2a6f Tree:

[1/2] groovy git commit: GROOVY-7816 - ObservableList addAll method property change event index off by one (closes #313)

2016-04-17 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 05abc726f -> 178b8ffcb GROOVY-7816 - ObservableList addAll method property change event index off by one (closes #313) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/2] groovy git commit: removed redundant null checks and some minor refactoring

2016-04-17 Thread jwagenleitner
removed redundant null checks and some minor refactoring Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/178b8ffc Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/178b8ffc Diff:

groovy git commit: GROOVY-7783 - Redundant computation in ObservableList (closes #314)

2016-04-20 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 178b8ffcb -> fc19d5160 GROOVY-7783 - Redundant computation in ObservableList (closes #314) Patch provided thanks to Monika Dhok. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: GROOVY-7783 - Redundant computation in ObservableList (closes #314)

2016-04-20 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 82df2a6f9 -> 0a8655263 GROOVY-7783 - Redundant computation in ObservableList (closes #314) Patch provided thanks to Monika Dhok. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: GROOVY-5985 - Invalid hash key serialVersionUID (closes #365)

2016-07-22 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 9ff17a494 -> bd8242fb9 GROOVY-5985 - Invalid hash key serialVersionUID (closes #365) Using a map key with the same name as a read-only property on the Map class would throw a groovy.lang.ReadOnlyPropertyException. The fix for

groovy git commit: GROOVY-5985 - Invalid hash key serialVersionUID (closes #365)

2016-07-22 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 9159673d6 -> 2c226838e GROOVY-5985 - Invalid hash key serialVersionUID (closes #365) Using a map key with the same name as a read-only property on the Map class would throw a groovy.lang.ReadOnlyPropertyException. The fix for GROOVY-3471

[1/2] groovy git commit: test cleanup: remove println calls (closes #369)

2016-07-20 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 09cd95177 -> b1896fead http://git-wip-us.apache.org/repos/asf/groovy/blob/b1896fea/src/test/groovy/bugs/SubscriptOnStringArrayBug.groovy -- diff --git

[2/2] groovy git commit: test cleanup: remove println calls (closes #369)

2016-07-20 Thread jwagenleitner
test cleanup: remove println calls (closes #369) In many cases asserts were already in place to ensure the expected output. In places were asserts did not already exist, the println calls were replaced by asserts. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/2] groovy git commit: test cleanup: remove println calls (closes #369)

2016-07-20 Thread jwagenleitner
test cleanup: remove println calls (closes #369) In many cases asserts were already in place to ensure the expected output. In places were asserts did not already exist, the println calls were replaced by asserts. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/2] groovy git commit: Allow ScriptEngine to return same factory that created it

2016-06-28 Thread jwagenleitner
Allow ScriptEngine to return same factory that created it Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/941b3c57 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/941b3c57 Diff:

[1/2] groovy git commit: Allow ScriptEngine to return same factory that created it

2016-06-28 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 8725d926c -> 5785204c2 Allow ScriptEngine to return same factory that created it Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/5785204c Tree:

groovy git commit: Security Test fix - add permissions required to run under indy

2016-07-04 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master e21d6226b -> abec2cf90 Security Test fix - add permissions required to run under indy Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/abec2cf9 Tree:

groovy git commit: Travis CI - run with latest JDK8 (closes #364)

2016-07-09 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master a009d432a -> 80f102db8 Travis CI - run with latest JDK8 (closes #364) See https://github.com/travis-ci/travis-ci/issues/4042 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: minor cleanup: remove redundant conditional

2016-08-04 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 71b6107bb -> 2504a77f9 minor cleanup: remove redundant conditional Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/2504a77f Tree:

[1/3] groovy git commit: license comment shouldn't be javadoc comment

2016-08-04 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master b6a3a4d6f -> d96e370f4 license comment shouldn't be javadoc comment Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/9221c512 Tree:

[2/3] groovy git commit: minor cleanup: remove redundant conditional

2016-08-04 Thread jwagenleitner
minor cleanup: remove redundant conditional Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/bc6cc58b Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/bc6cc58b Diff:

[1/4] groovy git commit: GROOVY-7884: GroovyScriptEngineImpl usage of CompilerConfiguration can lead to memory leaks (closes #377)

2016-08-06 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master a1e97f17d -> ef86c2c4d GROOVY-7884: GroovyScriptEngineImpl usage of CompilerConfiguration can lead to memory leaks (closes #377) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[3/4] groovy git commit: minor cleanup: no need to import classes from java.lang

2016-08-06 Thread jwagenleitner
minor cleanup: no need to import classes from java.lang Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/6b7c9089 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/6b7c9089 Diff:

[2/4] groovy git commit: minor refactor: use enhanced for loop

2016-08-06 Thread jwagenleitner
minor refactor: use enhanced for loop Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/a82b86ef Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/a82b86ef Diff:

groovy git commit: Add tests for valid and invalid integer literals (closes #373)

2016-08-07 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master ef86c2c4d -> 584d4d405 Add tests for valid and invalid integer literals (closes #373) Some of these tests currently fail because of: https://issues.apache.org/jira/browse/GROOVY-7385 Project:

[3/4] groovy git commit: minor cleanup: no need to import classes from java.lang

2016-08-06 Thread jwagenleitner
minor cleanup: no need to import classes from java.lang Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/215e2658 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/215e2658 Diff:

groovy git commit: only include stress tests if property set

2017-02-18 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 93f703f53 -> b9a15285e only include stress tests if property set Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/b9a15285 Tree:

groovy git commit: add missing license header

2017-02-13 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X fb860818b -> 23dbe5a87 add missing license header Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/23dbe5a8 Tree:

groovy git commit: add missing license header

2017-02-13 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 1f6c48cc7 -> 1dd6ab70a add missing license header Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/1dd6ab70 Tree:

groovy git commit: GROOVY-8067: Possible deadlock when creating new ClassInfo entries in the cache (closes #489)

2017-02-11 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 75ceda4b2 -> beab89aff GROOVY-8067: Possible deadlock when creating new ClassInfo entries in the cache (closes #489) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: GROOVY-8067: Possible deadlock when creating new ClassInfo entries in the cache (closes #489)

2017-02-11 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X ba83e3b29 -> b18062a9e GROOVY-8067: Possible deadlock when creating new ClassInfo entries in the cache (closes #489) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: add tests

2017-02-12 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X b18062a9e -> fb860818b add tests Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/fb860818 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/fb860818

groovy git commit: GROOVY-8072: AstBrowser source view does not generate labels for statements (closes #490)

2017-02-12 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master d40a6400c -> 1f6c48cc7 GROOVY-8072: AstBrowser source view does not generate labels for statements (closes #490) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: add tests

2017-02-12 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master beab89aff -> d40a6400c add tests Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d40a6400 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d40a6400 Diff:

[1/2] groovy git commit: Fix mixed code snippet references. (closes #417)

2016-09-08 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 776ea2cdf -> fb7ede6e5 Fix mixed code snippet references. (closes #417) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/fb7ede6e Tree:

[2/2] groovy git commit: remove 1.7 checks from build files

2016-09-08 Thread jwagenleitner
remove 1.7 checks from build files Related to commit 06e5fc0, minimum build version now set to 1.7. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/1c10e347 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/1c10e347

[1/2] groovy git commit: minor refactor: deprecate method

2016-09-10 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 49d5dd159 -> 287b9ab5b minor refactor: deprecate method Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/287b9ab5 Tree:

groovy git commit: GROOVY-7683 - Memory leak when using Groovy as JSR-223 scripting language (closes #219)

2016-09-10 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 006b0ba12 -> a8fb77602 GROOVY-7683 - Memory leak when using Groovy as JSR-223 scripting language (closes #219) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

groovy git commit: GROOVY-7683 - Memory leak when using Groovy as JSR-223 scripting language (closes #219)

2016-09-10 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 287b9ab5b -> 9c6960978 GROOVY-7683 - Memory leak when using Groovy as JSR-223 scripting language (closes #219) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[1/2] groovy git commit: minor refactor: deprecate method

2016-09-10 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 84f6288b9 -> 006b0ba12 minor refactor: deprecate method Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/006b0ba1 Tree:

groovy git commit: GROOVY-7933: fix method selection for boolean and char primitives (closes #424)

2016-09-25 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 37161f95e -> 8cdf3a267 GROOVY-7933: fix method selection for boolean and char primitives (closes #424) boolean and char were not factored into the primitive distance tables which would cause methods with Object to be selected in

groovy git commit: GROOVY-7933: fix method selection for boolean and char primitives (closes #424)

2016-09-25 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X a98293833 -> e36835d58 GROOVY-7933: fix method selection for boolean and char primitives (closes #424) boolean and char were not factored into the primitive distance tables which would cause methods with Object to be selected in

[2/2] groovy git commit: cleanup examples: convert EOL from crlf to lf

2016-09-18 Thread jwagenleitner
cleanup examples: convert EOL from crlf to lf Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/0a6135b5 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/0a6135b5 Diff:

[1/2] groovy git commit: cleanup examples: convert EOL from crlf to lf

2016-09-18 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master e56a13056 -> 2fb0075b6 http://git-wip-us.apache.org/repos/asf/groovy/blob/2fb0075b/src/examples/swing/greet/TwitterAPI.groovy -- diff --git

groovy git commit: GROOVY-7940: @Lazy not generating "is" property accessor for booleans (closes #420)

2016-09-17 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 98b22a767 -> f38d48d87 GROOVY-7940: @Lazy not generating "is" property accessor for booleans (closes #420) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[1/2] groovy git commit: GROOVY-7922: Static type checking not strict enough in the presence of ambiguous method matching (closes #422)

2016-09-19 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 7ae9a12c6 -> 5b06149b9 GROOVY-7922: Static type checking not strict enough in the presence of ambiguous method matching (closes #422) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[1/2] groovy git commit: GROOVY-7935: fix style guide example for required parentheses

2016-09-21 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X ed85b205c -> a98293833 GROOVY-7935: fix style guide example for required parentheses Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/a9829383 Tree:

[2/2] groovy git commit: Compatibility with Gradle's classloader cleanup (closes #427)

2016-09-21 Thread jwagenleitner
Compatibility with Gradle's classloader cleanup (closes #427) Gradle has a cleanup mechanism in place that reflectively accesses the ClassInfo.klazz field. This change prevents an exception being thrown by the cleanup method. This workaround also means that the cleanup strategy will no longer

[1/2] groovy git commit: Compatibility with Gradle's classloader cleanup (closes #427)

2016-09-21 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master aad354ab6 -> 37161f95e Compatibility with Gradle's classloader cleanup (closes #427) Gradle has a cleanup mechanism in place that reflectively accesses the ClassInfo.klazz field. This change prevents an exception being thrown by the

groovy git commit: fix test helper so JDK detection doesn't fail when run on pre-JDK9 VMs

2016-09-07 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 71e6258c8 -> d1fdc38c2 fix test helper so JDK detection doesn't fail when run on pre-JDK9 VMs Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d1fdc38c Tree:

groovy git commit: ClassInfo cleanup

2016-08-27 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 895684334 -> daccd0b1c ClassInfo cleanup Backport commits 045936fa and e9670392 from master. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/daccd0b1 Tree:

groovy git commit: remove test dependency on javax.xml.ws package

2016-08-27 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 9a32ade31 -> e37394599 remove test dependency on javax.xml.ws package This caused problems on jdk9 since that package is no longer part of the java.se base image. The test itself did not require that class in order to test for the

[3/5] groovy git commit: findbugs: impossible instanceof

2016-08-22 Thread jwagenleitner
findbugs: impossible instanceof loop.getBooleanExpression() can't return a ConstantExpression and the if branch never executed. Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/2a8153b5 Tree:

[1/5] groovy git commit: GROOVY-7834: Calculating hashcode of IntRange by pairing function (closes #388)

2016-08-22 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X e15002555 -> 481d4e5e9 GROOVY-7834: Calculating hashcode of IntRange by pairing function (closes #388) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit:

[2/5] groovy git commit: findbugs: un-callable method in anonymous class (closes #389)

2016-08-22 Thread jwagenleitner
findbugs: un-callable method in anonymous class (closes #389) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/0a6789d0 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/0a6789d0 Diff:

[5/5] groovy git commit: Removed uncessery Integer Object creation

2016-08-22 Thread jwagenleitner
Removed uncessery Integer Object creation Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/b914a744 Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/b914a744 Diff:

groovy git commit: Added test cases for Collection .intersect() and .disjoint() (closes #402)

2016-08-28 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X daccd0b1c -> 0e50a796e Added test cases for Collection .intersect() and .disjoint() (closes #402) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/0e50a796

groovy git commit: Added test cases for Collection .intersect() and .disjoint() (closes #402)

2016-08-28 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master 3d3aa4ff0 -> 86eff312d Added test cases for Collection .intersect() and .disjoint() (closes #402) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/86eff312 Tree:

groovy git commit: GROOVY-7946 - allow writable values for StreamingJsonBuilder (closes #429)

2016-09-27 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X e36835d58 -> da30fa200 GROOVY-7946 - allow writable values for StreamingJsonBuilder (closes #429) Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/da30fa20

groovy git commit: Fix package lookup for jdk9 modular runtime

2016-10-02 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master f93cb30a4 -> 41fb27eb3 Fix package lookup for jdk9 modular runtime Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/41fb27eb Tree:

  1   2   3   4   >