You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Commented] (GROOVY-7950) AST transforms referencing properties on a class not detecting Trait-mixed in properties - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/01 06:46:20 UTC, 1 replies.
- [jira] [Comment Edited] (GROOVY-7950) AST transforms referencing properties on a class not detecting Trait-mixed in properties - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/01 06:47:20 UTC, 1 replies.
- [jira] [Closed] (GROOVY-3008) Superclass can access field declared in subclass - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/01 22:40:20 UTC, 0 replies.
- [GitHub] groovy pull request #434: GROOVY-6584: Cannot use memoize() to cache metacla... - posted by jwagenleitner <gi...@git.apache.org> on 2016/10/02 20:01:49 UTC, 1 replies.
- [jira] [Commented] (GROOVY-6584) Cannot use memoize() to cache metaclass method call - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/02 20:02:20 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7935) Right side of assignment - remove parens or not? - posted by "tinne (JIRA)" <ji...@apache.org> on 2016/10/03 20:13:20 UTC, 1 replies.
- [jira] [Commented] (GROOVY-6738) Type checking considers extension methods but not extension properties - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/04 00:50:20 UTC, 0 replies.
- [jira] [Created] (GROOVY-7952) Property expressions for extension methods starting with 'is' fail STC - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/04 01:03:20 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-7952) Property expressions for extension methods starting with 'is' fail STC - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/04 01:05:20 UTC, 0 replies.
- [jira] [Created] (GROOVY-7953) Property expressions for extension methods on primitives fail STC - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/04 01:14:21 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7953) Property expressions for extension methods on primitives fail STC - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/04 01:15:21 UTC, 1 replies.
- [jira] [Created] (GROOVY-7954) Equal Operator for Classes implementing Comparable not Working on Interfaces - posted by "Josef (JIRA)" <ji...@apache.org> on 2016/10/04 11:30:20 UTC, 0 replies.
- [jira] [Created] (GROOVY-7955) Groovydoc fails to parse Java source files containing the diamond operator - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/04 11:49:20 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7955) Groovydoc fails to parse Java source files containing the diamond operator - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/04 11:51:21 UTC, 0 replies.
- [GitHub] groovy pull request #435: GROOVY-7955: Groovydoc fails to parse Java source ... - posted by paulk-asert <gi...@git.apache.org> on 2016/10/04 12:21:39 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7955) Groovydoc fails to parse Java source files containing the diamond operator - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/04 12:22:20 UTC, 1 replies.
- [jira] [Created] (GROOVY-7956) Allow @DelegatesTo on named arguments - posted by "Graeme Rocher (JIRA)" <ji...@apache.org> on 2016/10/04 12:52:20 UTC, 0 replies.
- [jira] [Created] (GROOVY-7957) Allow static compilation of builders that implement methodMissing / propertyMissing - posted by "Graeme Rocher (JIRA)" <ji...@apache.org> on 2016/10/04 14:29:20 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-6738) Type checking considers extension methods but not extension properties - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/04 19:18:20 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7957) Allow static compilation of builders that implement methodMissing / propertyMissing - posted by "Jason Winnebeck (JIRA)" <ji...@apache.org> on 2016/10/04 19:30:22 UTC, 3 replies.
- [jira] [Commented] (GROOVY-7956) Allow @DelegatesTo on named arguments - posted by "Jason Winnebeck (JIRA)" <ji...@apache.org> on 2016/10/04 19:40:20 UTC, 10 replies.
- [jira] [Resolved] (GROOVY-7935) Right side of assignment - remove parens or not? - posted by "tinne (JIRA)" <ji...@apache.org> on 2016/10/04 20:18:22 UTC, 0 replies.
- [GitHub] groovy pull request #436: GROOVY-7952: Property expressions for extension me... - posted by shils <gi...@git.apache.org> on 2016/10/04 21:15:43 UTC, 2 replies.
- [jira] [Commented] (GROOVY-7952) Property expressions for extension methods starting with 'is' fail STC - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/04 21:16:20 UTC, 2 replies.
- [jira] [Resolved] (GROOVY-7955) Groovydoc fails to parse Java source files containing the diamond operator - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/05 01:11:20 UTC, 0 replies.
- [jira] [Created] (GROOVY-7958) Incorrect parsing of comma-separated variable declaration as single statement after if/while/for - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/05 07:32:20 UTC, 0 replies.
- [GitHub] groovy pull request #437: GROOVY-7958: Incorrect parsing of comma-separated ... - posted by paulk-asert <gi...@git.apache.org> on 2016/10/05 08:12:01 UTC, 2 replies.
- [jira] [Commented] (GROOVY-7958) Incorrect parsing of comma-separated variable declaration as single statement after if/while/for - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/05 08:12:20 UTC, 2 replies.
- [jira] [Created] (GROOVY-7959) ResourceBundle.getBundle(String, Locale) fails inside Groovy constructor (MissingResourceException) - posted by "Jonas Havers (JIRA)" <ji...@apache.org> on 2016/10/05 09:26:21 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7954) Equal Operator for Classes implementing Comparable not Working on Interfaces - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/05 11:09:20 UTC, 1 replies.
- [jira] [Resolved] (GROOVY-7959) ResourceBundle.getBundle(String, Locale) fails inside Groovy constructor (MissingResourceException) - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2016/10/05 12:15:20 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7541) GroovyBugError in TypeTransformer.addTransformer - posted by "Dan Nimick (JIRA)" <ji...@apache.org> on 2016/10/05 13:03:20 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7541) GroovyBugError in TypeTransformer.addTransformer - posted by "Dan Nimick (JIRA)" <ji...@apache.org> on 2016/10/05 13:04:20 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7959) ResourceBundle.getBundle(String, Locale) fails inside Groovy constructor (MissingResourceException) - posted by "Jonas Havers (JIRA)" <ji...@apache.org> on 2016/10/05 13:31:20 UTC, 0 replies.
- [GitHub] groovy pull request #438: GROOVY-7948: fix completion of static imports in g... - posted by heenenee <gi...@git.apache.org> on 2016/10/05 18:45:30 UTC, 3 replies.
- [jira] [Commented] (GROOVY-7948) tab completion for static imports in groovysh does not work - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/05 18:46:20 UTC, 3 replies.
- [jira] [Created] (GROOVY-7960) IntRange iterator returns null instead of NoSuchElementException - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/05 18:53:20 UTC, 0 replies.
- [jira] [Created] (GROOVY-7961) ObjectRange iterator returns null instead of NoSuchElementException - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/05 18:59:20 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7960) IntRange iterator returns null instead of NoSuchElementException - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/05 19:06:20 UTC, 1 replies.
- [jira] [Created] (GROOVY-7962) ObjectRange should throw an Exception intead of return null - posted by "John Tompkins (JIRA)" <ji...@apache.org> on 2016/10/05 20:11:21 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7962) ObjectRange should throw an Exception intead of return null - posted by "John Tompkins (JIRA)" <ji...@apache.org> on 2016/10/05 20:19:21 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7958) Incorrect parsing of comma-separated variable declaration as single statement after if/while/for - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/05 23:05:20 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-7958) Incorrect parsing of comma-separated variable declaration as single statement after if/while/for - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/05 23:06:20 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7960) IntRange iterator returns null instead of NoSuchElementException - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/05 23:26:21 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-7960) IntRange iterator returns null instead of NoSuchElementException - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/05 23:27:21 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7952) Property expressions for extension methods starting with 'is' fail STC - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/06 03:06:20 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7952) Property expressions for extension methods starting with 'is' fail STC - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/06 03:17:20 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7954) Equal Operator for Classes implementing Comparable not Working on Interfaces - posted by "Josef (JIRA)" <ji...@apache.org> on 2016/10/06 07:27:21 UTC, 0 replies.
- [GitHub] groovy pull request #439: WIP Add groovy-macro docs - posted by mariogarcia <gi...@git.apache.org> on 2016/10/06 09:00:08 UTC, 74 replies.
- [jira] [Comment Edited] (GROOVY-7957) Allow static compilation of builders that implement methodMissing / propertyMissing - posted by "Graeme Rocher (JIRA)" <ji...@apache.org> on 2016/10/06 10:03:20 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-7956) Allow @DelegatesTo on named arguments - posted by "Cédric Champeau (JIRA)" <ji...@apache.org> on 2016/10/06 12:11:22 UTC, 2 replies.
- [jira] [Closed] (GROOVY-7962) ObjectRange should throw an Exception intead of return null - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/06 18:51:20 UTC, 0 replies.
- [jira] [Commented] (GROOVY-6351) Static type checking error when accessing static members of a primitive type - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/06 21:58:20 UTC, 0 replies.
- [jira] [Commented] (GROOVY-6349) Static type checking error when accessing class of a primitive type - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/06 22:03:20 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-6349) Static type checking error when accessing class of a primitive type - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/06 22:51:20 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-6351) Static type checking error when accessing static members of a primitive type - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/06 22:52:20 UTC, 0 replies.
- [jira] [Closed] (GROOVY-6351) Static type checking error when accessing static members of a primitive type - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/06 22:52:20 UTC, 0 replies.
- [GitHub] groovy pull request #440: Groovy-7961 : NoSuchElementException - posted by jt1796 <gi...@git.apache.org> on 2016/10/06 23:56:59 UTC, 3 replies.
- [jira] [Commented] (GROOVY-7961) ObjectRange iterator returns null instead of NoSuchElementException - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/06 23:57:20 UTC, 2 replies.
- [GitHub] groovy pull request #412: throw NoSuchElementException instead of returning ... - posted by asfgit <gi...@git.apache.org> on 2016/10/07 04:02:11 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-6584) Cannot use memoize() to cache metaclass method call - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/07 04:04:21 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7961) ObjectRange iterator returns null instead of NoSuchElementException - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/07 04:08:20 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7960) IntRange iterator returns null instead of NoSuchElementException - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/07 04:08:20 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7961) ObjectRange iterator returns null instead of NoSuchElementException - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/07 05:06:20 UTC, 0 replies.
- [GitHub] groovy pull request #371: Serialization options for JsonOutput - posted by paulk-asert <gi...@git.apache.org> on 2016/10/07 07:32:24 UTC, 6 replies.
- [GitHub] groovy pull request #441: GROOVY-7951: MethodCallExpression.transformExpress... - posted by jwagenleitner <gi...@git.apache.org> on 2016/10/07 14:47:24 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7951) MethodCallExpression.transformExpression does not copy generic types - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/07 14:48:20 UTC, 3 replies.
- [GitHub] groovy pull request #432: GROOVY-7909 Calling parents method from trait usin... - posted by jwagenleitner <gi...@git.apache.org> on 2016/10/07 15:04:08 UTC, 2 replies.
- [jira] [Commented] (GROOVY-7909) Calling parents method from trait using Parent.super.method() fail depending on trait declaration order - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/07 15:04:20 UTC, 2 replies.
- [GitHub] groovy pull request #442: GROOVY-7953: property expressions for extension me... - posted by shils <gi...@git.apache.org> on 2016/10/08 16:44:58 UTC, 3 replies.
- [jira] [Commented] (GROOVY-7953) Property expressions for extension methods on primitives fail STC - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/08 16:45:20 UTC, 3 replies.
- [GitHub] groovy pull request #443: Simplify MacroGroovy substitutions' implementation... - posted by bsideup <gi...@git.apache.org> on 2016/10/08 17:05:56 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7932) Cannot call private constructor from closures with @CompileStatic - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/08 20:11:20 UTC, 3 replies.
- [jira] [Resolved] (GROOVY-7953) Property expressions for extension methods on primitives fail STC - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/09 17:04:20 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-7932) Cannot call private constructor from closures with @CompileStatic - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/09 20:59:21 UTC, 0 replies.
- [GitHub] groovy pull request #366: GROOVY-7877: The Range abstraction could support n... - posted by asfgit <gi...@git.apache.org> on 2016/10/10 06:17:19 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7877) The Range abstraction could support numeric ranges where the items in the range differ by some step size different to 1 - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/10 06:17:20 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7877) The Range abstraction could support numeric ranges where the items in the range differ by some step size different to 1 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/10 06:24:20 UTC, 0 replies.
- [GitHub] groovy pull request #444: GROOVY-7646: allow classes to be removed from the ... - posted by jochenberger <gi...@git.apache.org> on 2016/10/10 09:18:08 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7646) Classes generated by Eval() never collected from Permgen/Metaspace - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/10 09:18:20 UTC, 6 replies.
- [GitHub] groovy pull request #445: GROOVY-7646: remove classes via InvokerHelper when... - posted by jochenberger <gi...@git.apache.org> on 2016/10/10 09:43:56 UTC, 4 replies.
- [GitHub] groovy pull request #446: GROOVY-7291 Declaration of double variable without... - posted by blindpirate <gi...@git.apache.org> on 2016/10/10 10:05:21 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7291) Declaration of double variable without value assignment referrenced in closure - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/10 10:06:20 UTC, 10 replies.
- [jira] [Created] (GROOVY-7963) TimeDuration fields can overflow int resulting in negative duration - posted by "Josef Sustacek (JIRA)" <ji...@apache.org> on 2016/10/10 12:21:20 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7963) TimeDuration fields can overflow int resulting in negative duration - posted by "Josef Sustacek (JIRA)" <ji...@apache.org> on 2016/10/10 12:24:20 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7964) TimeCategory incorrectly counts days difference between two dates - posted by "Los Pejos (JIRA)" <ji...@apache.org> on 2016/10/10 12:40:22 UTC, 6 replies.
- [jira] [Created] (GROOVY-7964) TimeCategory incorrectly counts days difference between two dates - posted by "Los Pejos (JIRA)" <ji...@apache.org> on 2016/10/10 12:40:22 UTC, 0 replies.
- [jira] [Created] (GROOVY-7965) Old method called after class is redefined - posted by "David Maciver (JIRA)" <ji...@apache.org> on 2016/10/10 17:07:21 UTC, 0 replies.
- [jira] [Created] (GROOVY-7966) Change in source order changes output in Java+Groovy joint compilation - posted by "Lóránt Pintér (JIRA)" <ji...@apache.org> on 2016/10/10 22:45:20 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7966) Change in source order changes output in Java+Groovy joint compilation - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2016/10/10 23:40:20 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7964) TimeCategory incorrectly counts days difference between two dates - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/11 00:38:21 UTC, 4 replies.
- [jira] [Created] (GROOVY-7967) AstNodeToScriptAdapter should output source using the recommended modifier order - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/11 10:01:20 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7967) AstNodeToScriptAdapter should output source using the recommended modifier order - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/11 10:09:20 UTC, 1 replies.
- [jira] [Created] (GROOVY-7968) A field and a property with the same name aren't flagged as a duplicate - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/11 10:18:20 UTC, 0 replies.
- [GitHub] groovy pull request #447: GROOVY-7967: AstNodeToScriptAdapter should output ... - posted by paulk-asert <gi...@git.apache.org> on 2016/10/11 10:53:19 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7967) AstNodeToScriptAdapter should output source using the recommended modifier order - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/11 10:53:20 UTC, 1 replies.
- [jira] [Created] (GROOVY-7969) Incorrect modifers on setter for volatile property with @Bindable/@Vetoable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/11 11:54:21 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7969) Incorrect modifers on setter for volatile property with @Bindable/@Vetoable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/11 11:57:20 UTC, 0 replies.
- [GitHub] groovy pull request #448: GROOVY-7969: Incorrect modifers on setter for vola... - posted by paulk-asert <gi...@git.apache.org> on 2016/10/12 11:44:03 UTC, 2 replies.
- [jira] [Commented] (GROOVY-7969) Incorrect modifers on setter for volatile property with @Bindable/@Vetoable - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/12 11:44:20 UTC, 2 replies.
- [jira] [Resolved] (GROOVY-7951) MethodCallExpression.transformExpression does not copy generic types - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/13 05:15:21 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7969) Incorrect modifers on setter for volatile property with @Bindable/@Vetoable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/13 07:30:20 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7967) AstNodeToScriptAdapter should output source using the recommended modifier order - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/13 07:35:20 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-7964) TimeCategory incorrectly counts days difference between two dates - posted by "Los Pejos (JIRA)" <ji...@apache.org> on 2016/10/13 22:21:20 UTC, 1 replies.
- [jira] [Created] (GROOVY-7970) Can't call private method from outer class when using inner classes and @CS - posted by "Graeme Rocher (JIRA)" <ji...@apache.org> on 2016/10/14 07:41:20 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7970) Can't call private method from outer class when using anonymous inner classes and @CS - posted by "Graeme Rocher (JIRA)" <ji...@apache.org> on 2016/10/14 07:45:21 UTC, 1 replies.
- [jira] [Created] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime - posted by "Graeme Rocher (JIRA)" <ji...@apache.org> on 2016/10/14 08:01:20 UTC, 0 replies.
- [GitHub] groovy pull request #439: Add groovy-macro docs - posted by asfgit <gi...@git.apache.org> on 2016/10/14 10:54:33 UTC, 0 replies.
- [jira] [Created] (GROOVY-7972) Strange compilation error with an "as" cast and a nested generics map - posted by "Maik Igloffstein (JIRA)" <ji...@apache.org> on 2016/10/14 13:42:20 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2016/10/14 16:34:20 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7970) Can't call private method from outer class when using anonymous inner classes and @CS - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/14 19:59:20 UTC, 4 replies.
- [jira] [Comment Edited] (GROOVY-7970) Can't call private method from outer class when using anonymous inner classes and @CS - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/14 19:59:20 UTC, 6 replies.
- [jira] [Updated] (GROOVY-3976) Improve "with" by ending with implied "return delegate" - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/14 20:18:20 UTC, 0 replies.
- [GitHub] groovy pull request #449: GROOVY-7932: generate bridge methods for private c... - posted by shils <gi...@git.apache.org> on 2016/10/15 17:59:50 UTC, 1 replies.
- [jira] [Assigned] (GROOVY-7948) tab completion for static imports in groovysh does not work - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/16 05:34:21 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7948) tab completion for static imports in groovysh does not work - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/16 05:58:20 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7291) Declaration of double variable without value assignment referrenced in closure - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/16 06:36:21 UTC, 1 replies.
- [jira] [Reopened] (GROOVY-7291) Declaration of double variable without value assignment referrenced in closure - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/16 07:04:20 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7291) Declaration of double variable without value assignment referrenced in closure - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/16 07:56:21 UTC, 0 replies.
- [GitHub] groovy pull request #: - posted by jwagenleitner <gi...@git.apache.org> on 2016/10/16 14:27:19 UTC, 2 replies.
- [jira] [Commented] (GROOVY-7972) Strange compilation error with an "as" cast and a nested generics map - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/16 16:53:20 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7469) ClassCastException in groovy 2.3.10. See description section for more information - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/20 18:48:59 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7244) Cannot Pipe Standard Input to Groovy Script - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/21 00:14:59 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7274) Improve type inference for hash map -> Map - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/21 00:32:59 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-7291) Declaration of double variable without value assignment referrenced in closure - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2016/10/21 09:11:59 UTC, 1 replies.
- [jira] [Updated] (GROOVY-7291) Incorrect references within closures to primitive variables with no initial value expression - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/21 11:55:58 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7291) Primitive variables with no initial value expression not given default value when referenced within a closure - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/21 11:57:58 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7291) Primitive variables with no initial value expression not given default value when referenced within a closure - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/21 11:59:58 UTC, 3 replies.
- [jira] [Issue Comment Deleted] (GROOVY-7291) Primitive variables with no initial value expression not given default value when referenced within a closure - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/21 12:01:02 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7450) List contains String and GString - posted by "Will Erickson (JIRA)" <ji...@apache.org> on 2016/10/21 21:09:58 UTC, 2 replies.
- [GitHub] groovy pull request #132: GROOVY-7502: Add IOGroovyMethods.getText(ByteArray... - posted by PascalSchumacher <gi...@git.apache.org> on 2016/10/22 19:18:30 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7502) Add org.codehaus.groovy.runtime.IOGroovyMethods.getText(ByteArrayOutputStream) - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/22 19:18:58 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-6468) Unable to call private method/constructor from static inner class with @CompileStatic - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/22 21:17:58 UTC, 0 replies.
- [jira] [Closed] (GROOVY-6468) Unable to call private method/constructor from static inner class with @CompileStatic - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/22 21:19:59 UTC, 0 replies.
- [jira] [Updated] (GROOVY-6468) Unable to call private method/constructor from static inner class with @CompileStatic - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/22 21:30:58 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7932) Cannot call private constructor from closures with @CompileStatic - posted by "Shil Sinha (JIRA)" <ji...@apache.org> on 2016/10/22 21:31:59 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7968) A field and a property with the same name aren't flagged as a duplicate - posted by "zhb (JIRA)" <ji...@apache.org> on 2016/10/23 14:29:58 UTC, 2 replies.
- [jira] [Updated] (GROOVY-7968) A field and a property with the same name aren't flagged as a duplicate - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/23 22:12:58 UTC, 0 replies.
- [GitHub] groovy pull request #433: Make json output configurable to not write entries... - posted by asfgit <gi...@git.apache.org> on 2016/10/23 23:48:26 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7858) Make JsonBuilder configurable to not write entries with null values - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/23 23:48:58 UTC, 0 replies.
- [jira] [Created] (GROOVY-7973) Class.this not evaluated correctly within a closure within an inner class - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/24 13:16:58 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7973) Class.this not evaluated correctly within a closure within an inner class - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/24 13:17:58 UTC, 4 replies.
- [jira] [Commented] (GROOVY-5438) Private field inaccessible in closure when using a subclass - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2016/10/24 14:29:58 UTC, 0 replies.
- [GitHub] groovy pull request #450: GROOVY-7089: Base64 URL Safe encoder - posted by jwagenleitner <gi...@git.apache.org> on 2016/10/25 01:25:30 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7089) Base64 URL Safe encoder - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/25 01:25:58 UTC, 0 replies.
- [jira] [Created] (GROOVY-7974) Null operation in addition fails with Ambiguous method overloading despite cast - posted by "Lucian Chirita (JIRA)" <ji...@apache.org> on 2016/10/25 10:11:59 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7974) Null operation in addition fails with Ambiguous method overloading despite cast - posted by "Lucian Chirita (JIRA)" <ji...@apache.org> on 2016/10/25 10:13:59 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7974) Null operation in addition fails with Ambiguous method overloading despite cast - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2016/10/25 11:47:59 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-6975) Provide an option to deactivate escaping in JSON serialization - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/25 16:30:58 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7780) JSONBuilder/JSONSlurper: Option to Only Include NonNull values - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/25 16:39:58 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-6854) JsonOutput should be configurable with ISO 8601 UTC time zone instead of GMT - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/25 16:58:58 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7682) JsonBuilder or JsonOutput incompatible with JodaTime - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/25 17:15:58 UTC, 3 replies.
- [jira] [Commented] (GROOVY-6699) JSON slurper ability to ignore propertie/field names - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/25 17:17:58 UTC, 0 replies.
- [jira] [Created] (GROOVY-7975) Use of static final field in an annotation element causes compile errors - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2016/10/25 21:55:58 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7975) Use of static final field in an annotation element causes compile errors - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2016/10/25 21:57:58 UTC, 2 replies.
- [jira] [Commented] (GROOVY-7975) Use of static final field in an annotation element causes compile errors - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/25 22:18:58 UTC, 0 replies.
- [jira] [Created] (GROOVY-7976) Sort methods that accept a comparator should allow Comparator - posted by "Mauro Molinari (JIRA)" <ji...@apache.org> on 2016/10/26 14:51:58 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7976) Sort methods that accept a comparator should accept Comparator - posted by "Mauro Molinari (JIRA)" <ji...@apache.org> on 2016/10/26 14:52:58 UTC, 0 replies.
- [GitHub] groovy pull request #451: GROOVY-7973: Class.this not evaluated correctly wi... - posted by paulk-asert <gi...@git.apache.org> on 2016/10/27 10:53:49 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7973) Class.this not evaluated correctly within a closure within an inner class - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/27 10:53:58 UTC, 1 replies.
- [jira] [Assigned] (GROOVY-7973) Class.this not evaluated correctly within a closure within an inner class - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/27 11:05:58 UTC, 0 replies.
- [jira] [Created] (GROOVY-7977) Refine the implementation of LRUCache - posted by "Daniel.Sun (JIRA)" <ji...@apache.org> on 2016/10/27 16:22:59 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7977) Refine the implementation of LRUCache - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2016/10/27 16:54:58 UTC, 6 replies.
- [jira] [Updated] (GROOVY-7977) Refine the implementation of LRUCache - posted by "Daniel.Sun (JIRA)" <ji...@apache.org> on 2016/10/27 19:39:59 UTC, 7 replies.
- [jira] [Resolved] (GROOVY-7973) Class.this not evaluated correctly within a closure within an inner class - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/28 04:18:58 UTC, 0 replies.
- [GitHub] groovy pull request #452: GROOVY-7970: Can't call private method from outer ... - posted by paulk-asert <gi...@git.apache.org> on 2016/10/28 11:30:02 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-7970) Can't call private method from outer class when using anonymous inner classes and @CS - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/28 11:30:58 UTC, 0 replies.
- [jira] [Created] (GROOVY-7978) Code containing post-decrement in an assert can cause a VerifyError on instantiation - posted by "Nick Stokoe (JIRA)" <ji...@apache.org> on 2016/10/28 13:19:58 UTC, 0 replies.
- [jira] [Created] (GROOVY-7979) JsonSlurper parses a single minus character as a number - posted by "John Wagenleitner (JIRA)" <ji...@apache.org> on 2016/10/28 21:10:59 UTC, 0 replies.
- [jira] [Created] (GROOVY-7980) Exception when using grab annotation with system classloader and ScriptEngine - posted by "David Maciver (JIRA)" <ji...@apache.org> on 2016/10/28 23:29:58 UTC, 0 replies.
- [jira] [Created] (GROOVY-7981) Not public constructors for groovy.transform.Immutable anotated class - posted by "Dominik Przybysz (JIRA)" <ji...@apache.org> on 2016/10/29 16:45:59 UTC, 0 replies.
- [GitHub] groovy pull request #453: [GROOVY-7981] Set access level for constructors cr... - posted by alien11689 <gi...@git.apache.org> on 2016/10/29 16:49:19 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7981) Not public constructors for groovy.transform.Immutable anotated class - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/29 16:49:59 UTC, 0 replies.
- [jira] [Created] (GROOVY-7982) CompileStatic causes GroovyCastException when calling static methods on a Java class - posted by "Daniel Perano (JIRA)" <ji...@apache.org> on 2016/10/30 08:42:58 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7982) CompileStatic causes GroovyCastException when calling static methods on a Java class - posted by "Daniel Perano (JIRA)" <ji...@apache.org> on 2016/10/30 08:46:58 UTC, 1 replies.
- [jira] [Created] (GROOVY-7983) An issue about comparing arrays - posted by "Daniel.Sun (JIRA)" <ji...@apache.org> on 2016/10/30 10:47:58 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7983) An issue about comparing arrays - posted by "Daniel.Sun (JIRA)" <ji...@apache.org> on 2016/10/30 10:54:58 UTC, 1 replies.
- [jira] [Created] (GROOVY-7984) @SelfType does not allow trait to be added dynamically - posted by "Denis Jouvin (JIRA)" <ji...@apache.org> on 2016/10/30 11:32:58 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7978) Code containing post-decrement in an assert can cause a VerifyError on instantiation - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/31 03:40:58 UTC, 3 replies.
- [jira] [Commented] (GROOVY-7982) CompileStatic causes GroovyCastException when calling static methods on a Java class - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/31 05:47:58 UTC, 3 replies.
- [GitHub] groovy pull request #454: GROOVY-7976: Sort methods that accept a comparator... - posted by paulk-asert <gi...@git.apache.org> on 2016/10/31 08:11:36 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7976) Sort methods that accept a comparator should accept Comparator - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/31 08:11:58 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-7978) Code containing post-decrement in an assert can cause a VerifyError on instantiation - posted by "Paul King (JIRA)" <ji...@apache.org> on 2016/10/31 12:08:58 UTC, 2 replies.
- [jira] [Created] (GROOVY-7985) Wrong "incompatible generic type" error - posted by "Mauro Molinari (JIRA)" <ji...@apache.org> on 2016/10/31 16:49:58 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-7982) CompileStatic causes GroovyCastException when calling static methods on a Java class - posted by "Daniel Perano (JIRA)" <ji...@apache.org> on 2016/10/31 19:35:58 UTC, 0 replies.