You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [groovy] paulk-asert opened a new pull request #917: GROOVY-9086: @CompileStatic of closure calls with OWNER_FIRST fail at… - posted by GitBox <gi...@apache.org> on 2019/05/01 07:01:03 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #905: GROOVY-8339: Fix warning "An illegal reflective access operation has … - posted by GitBox <gi...@apache.org> on 2019/05/01 11:52:21 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on issue #905: GROOVY-8339: Fix warning "An illegal reflective access operation has … - posted by GitBox <gi...@apache.org> on 2019/05/01 11:53:47 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-8339) Fix warning "An illegal reflective access operation has occurred" - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/01 12:34:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8339) Fix warning "An illegal reflective access operation has occurred" - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/01 12:37:01 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8339) Fix warning "An illegal reflective access operation has occurred" - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/01 12:38:00 UTC, 9 replies.
- [GitHub] [groovy] asfgit merged pull request #917: GROOVY-9086: @CompileStatic of closure calls with OWNER_FIRST fail at… - posted by GitBox <gi...@apache.org> on 2019/05/01 12:40:42 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on issue #917: GROOVY-9086: @CompileStatic of closure calls with OWNER_FIRST fail at… - posted by GitBox <gi...@apache.org> on 2019/05/01 12:40:59 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9086) @CompileStatic of closure calls with OWNER_FIRST fail at runtime with ClassCastException - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/01 13:37:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9086) @CompileStatic of closure calls with OWNER_FIRST fail at runtime with ClassCastException - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/01 13:37:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9007) Getting java.lang.NoSuchFieldError with groovy version 2.5.6 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/01 14:00:00 UTC, 3 replies.
- [jira] [Commented] (GROOVY-8603) @CompileStatic: matching method check limited to 30 super classes - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/01 14:14:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-9094) Coercion to primitive double from primitive integer produces different results in dynamic and static compilation - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/01 15:26:00 UTC, 1 replies.
- [jira] [Comment Edited] (GROOVY-9094) Coercion to primitive double from primitive integer produces different results in dynamic and static compilation - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/01 15:34:00 UTC, 2 replies.
- [jira] [Updated] (GROOVY-9081) CLONE - Fix warning "An illegal reflective access operation has occurred" - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/01 15:43:00 UTC, 36 replies.
- [jira] [Commented] (GROOVY-8955) VerifyError when AIC with @CS can't be detected as not valid - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/01 16:43:00 UTC, 2 replies.
- [jira] [Comment Edited] (GROOVY-8955) VerifyError when AIC with @CS can't be detected as not valid - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/01 16:48:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-8946) @CompileStatic ignores declared type and forces a cast when inside a closure - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/01 17:03:00 UTC, 3 replies.
- [jira] [Commented] (GROOVY-9089) STC: owner qualifier produces error for nested closures - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/01 18:43:00 UTC, 9 replies.
- [jira] [Comment Edited] (GROOVY-9089) STC: owner qualifier produces error for nested closures - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/01 19:01:00 UTC, 5 replies.
- [jira] [Updated] (GROOVY-9101) GroovyConsole should have a right-click context menu - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/01 22:28:00 UTC, 5 replies.
- [jira] [Commented] (GROOVY-9043) Access to package-scoped static field is forbidden for inner class in static compilation mode - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/02 06:39:00 UTC, 4 replies.
- [jira] [Comment Edited] (GROOVY-9043) Access to package-scoped static field is forbidden for inner class in static compilation mode - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/02 06:42:00 UTC, 10 replies.
- [jira] [Commented] (GROOVY-9101) GroovyConsole should have a right-click context menu - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/02 06:46:00 UTC, 2 replies.
- [jira] [Created] (GROOVY-9102) Groovy could consider supporting an annotation for the Flogger library - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/02 06:55:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9007) Getting java.lang.NoSuchFieldError with groovy version 2.5.6 - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/02 16:17:00 UTC, 1 replies.
- [GitHub] [groovy] aalmiray opened a new pull request #918: Add context menus to Console's input & output areas - posted by GitBox <gi...@apache.org> on 2019/05/02 19:19:32 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9101) GroovyConsole should have a right-click context menu - posted by "Andres Almiray (JIRA)" <ji...@apache.org> on 2019/05/02 19:20:00 UTC, 0 replies.
- [jira] [Issue Comment Deleted] (GROOVY-8955) VerifyError when AIC with @CS can't be detected as not valid - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/02 20:42:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on issue #918: Add context menus to Console's input & output areas - posted by GitBox <gi...@apache.org> on 2019/05/02 21:47:49 UTC, 1 replies.
- [GitHub] [groovy] paulk-asert edited a comment on issue #918: Add context menus to Console's input & output areas - posted by GitBox <gi...@apache.org> on 2019/05/02 21:56:32 UTC, 1 replies.
- [GitHub] [groovy] asfgit closed pull request #918: Add context menus to Console's input & output areas - posted by GitBox <gi...@apache.org> on 2019/05/03 00:45:22 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9101) GroovyConsole should have a right-click context menu - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/03 00:55:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #919: GROOVY-8339: Refine illegal access checking - posted by GitBox <gi...@apache.org> on 2019/05/03 08:45:31 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #919: GROOVY-8339: Refine illegal access checking - posted by GitBox <gi...@apache.org> on 2019/05/03 09:28:20 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #914: GROOVY-9099: Throw a better exception when validating native method reference fails - posted by GitBox <gi...@apache.org> on 2019/05/03 09:57:48 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9099) Throw a better exception when validating native method reference fails - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/03 09:59:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #909: GROOVY-9084: Add the missing delegate methods to `InnerLoader` - posted by GitBox <gi...@apache.org> on 2019/05/03 10:01:04 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9084) Add the missing delegate methods to `InnerLoader` - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/03 10:02:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on issue #904: GROOVY-9067: Compile Java stubs with standard API - posted by GitBox <gi...@apache.org> on 2019/05/03 10:08:59 UTC, 2 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #920: GROOVY-9081: CLONE - Fix warning "An illegal reflective access operat… - posted by GitBox <gi...@apache.org> on 2019/05/03 10:20:30 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on issue #920: [WIP]GROOVY-9081: CLONE - Fix warning "An illegal reflective access operat… - posted by GitBox <gi...@apache.org> on 2019/05/03 10:26:28 UTC, 3 replies.
- [GitHub] [groovy] danielsun1106 edited a comment on issue #920: [WIP]GROOVY-9081: CLONE - Fix warning "An illegal reflective access operat… - posted by GitBox <gi...@apache.org> on 2019/05/03 10:26:50 UTC, 5 replies.
- [jira] [Commented] (GROOVY-9058) each parameter type not correctly inferenced - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/03 10:37:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert opened a new pull request #921: GROOVY-9058: each parameter type not correctly inferred in Object[] case - posted by GitBox <gi...@apache.org> on 2019/05/03 10:51:46 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9005) SomeClass.groovy: -1: Access to java.lang.Object#this is forbidden @ line -1, column -1 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/03 11:24:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9081) CLONE - Fix warning "An illegal reflective access operation has occurred" - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/03 13:40:00 UTC, 4 replies.
- [jira] [Comment Edited] (GROOVY-9081) CLONE - Fix warning "An illegal reflective access operation has occurred" - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/03 13:45:00 UTC, 3 replies.
- [jira] [Created] (GROOVY-9103) CLONE - CLONE - Fix warning "An illegal reflective access operation has occurred" - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/03 16:56:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9103) CLONE - CLONE - Fix warning "An illegal reflective access operation has occurred" - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/03 16:59:00 UTC, 19 replies.
- [jira] [Created] (GROOVY-9104) Bump build-scan plugin to 2.3 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/04 04:09:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9081) CLONE - Fix warning "An illegal reflective access operation has occurred" - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/04 04:14:01 UTC, 0 replies.
- [GitHub] [groovy] asfgit merged pull request #921: GROOVY-9058: each parameter type not correctly inferred in Object[] case - posted by GitBox <gi...@apache.org> on 2019/05/04 04:17:49 UTC, 0 replies.
- [jira] [Created] (GROOVY-9105) Fix trying to compile properties files and anything that doesn't end with java - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/04 05:02:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9105) Fix trying to compile properties files and anything that doesn't end with java - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/04 05:06:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9104) Bump build-scan plugin to 2.3 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/04 05:11:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9058) each parameter type not correctly inferenced - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/04 05:21:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #904: GROOVY-9067: Compile Java stubs with standard API - posted by GitBox <gi...@apache.org> on 2019/05/04 06:21:42 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9067) Compile Java stubs with standard API - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/04 06:24:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-8339) Fix warning "An illegal reflective access operation has occurred" - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/04 11:58:01 UTC, 4 replies.
- [jira] [Commented] (GROOVY-8298) Slow Performance Caused by Invoke Dynamic - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/04 15:34:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-8298) Slow Performance Caused by Invoke Dynamic - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/04 15:36:01 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert opened a new pull request #922: GROOVY-9065: Add support for @Testable annotation in JUnit5Runner - posted by GitBox <gi...@apache.org> on 2019/05/05 10:58:35 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9065) Add support for @Testable annotation in JUnit5Runner - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/05 11:04:00 UTC, 1 replies.
- [GitHub] [groovy] danielsun1106 commented on issue #922: GROOVY-9065: Add support for @Testable annotation in JUnit5Runner - posted by GitBox <gi...@apache.org> on 2019/05/05 11:39:49 UTC, 0 replies.
- [GitHub] [groovy] asfgit merged pull request #922: GROOVY-9065: Add support for @Testable annotation in JUnit5Runner - posted by GitBox <gi...@apache.org> on 2019/05/05 22:54:31 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on issue #922: GROOVY-9065: Add support for @Testable annotation in JUnit5Runner - posted by GitBox <gi...@apache.org> on 2019/05/05 23:00:54 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9065) Add support for @Testable annotation in JUnit5Runner - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/05 23:06:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9005) SomeClass.groovy: -1: Access to java.lang.Object#this is forbidden @ line -1, column -1 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/05 23:19:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8943) @CompileStatic with getAt(int) and getAt(String) - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/06 11:49:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8943) @CompileStatic with getAt(int) and getAt(String) - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/06 12:10:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on issue #920: GROOVY-9081: CLONE - Fix warning "An illegal reflective access operat… - posted by GitBox <gi...@apache.org> on 2019/05/06 12:11:14 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #920: GROOVY-9081: CLONE - Fix warning "An illegal reflective access operat… - posted by GitBox <gi...@apache.org> on 2019/05/06 12:34:46 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9081) CLONE - Fix warning "An illegal reflective access operation has occurred" - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/06 12:36:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9007) Getting java.lang.NoSuchFieldError with groovy version 2.5.6 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/06 15:02:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9106) @CompileStatic and @PackageScope support for inner classes and package peers - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/06 15:11:01 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8978) NPE when accessing protected method from subclass clone - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/06 15:13:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9106) @CompileStatic and @PackageScope support for inner classes and package peers - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/06 15:21:00 UTC, 8 replies.
- [jira] [Commented] (GROOVY-9106) @CompileStatic and @PackageScope support for inner classes and package peers - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/06 15:37:00 UTC, 2 replies.
- [jira] [Commented] (GROOVY-9063) Groovy 2.5.6 @CompileStatic generates invalid bytecode (leading to runtime ClassCastException) when accessing protected instance member from 2 level of nested closures - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/06 16:29:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9107) Make groovy build locale independent - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/06 16:44:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9107) Make groovy build locale independent - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/06 16:52:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9107) Make groovy build locale independent - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/06 16:55:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9108) Make Interpreter changeable in Groovysh - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/06 22:21:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #884: Make Interpreter changeable in Groovysh - posted by GitBox <gi...@apache.org> on 2019/05/06 22:23:01 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on issue #884: Make Interpreter changeable in Groovysh - posted by GitBox <gi...@apache.org> on 2019/05/06 22:49:43 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9108) Make Interpreter changeable in Groovysh - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/06 22:51:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9063) Groovy 2.5.6 @CompileStatic generates invalid bytecode (leading to runtime ClassCastException) when accessing protected instance member from 2 level of nested closures - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/06 23:14:00 UTC, 0 replies.
- [GitHub] [groovy] je-ik commented on issue #884: Make Interpreter changeable in Groovysh - posted by GitBox <gi...@apache.org> on 2019/05/07 06:23:36 UTC, 0 replies.
- [jira] [Created] (GROOVY-9109) Groovysh: Do not force override classloader if user supplied is already GroovyClassLoader - posted by "Jan Lukavský (JIRA)" <ji...@apache.org> on 2019/05/07 08:04:00 UTC, 0 replies.
- [GitHub] [groovy] je-ik opened a new pull request #923: [GROOVY-9109] GroovyShell: don't override classloader if parent is al… - posted by GitBox <gi...@apache.org> on 2019/05/07 08:06:49 UTC, 0 replies.
- [GitHub] [groovy] je-ik opened a new pull request #924: [GROOVY-9109] GroovyShell: don't override classloader if parent is al… - posted by GitBox <gi...@apache.org> on 2019/05/07 08:07:25 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9046) Build hardening - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/07 11:05:00 UTC, 2 replies.
- [jira] [Created] (GROOVY-9110) Add option to specify classLoader used in GroovyDoc generation - posted by "Alexey Belostotskiy (JIRA)" <ji...@apache.org> on 2019/05/07 11:06:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9046) Build hardening - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/07 11:08:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9016) picocli-based CliBuilder can be tricked into greedily consuming option as an arg - posted by "Remko Popma (JIRA)" <ji...@apache.org> on 2019/05/07 11:34:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9111) Reduce the cost of transforming meta method - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/07 14:24:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #925: GROOVY-9111: Reduce the cost of transforming meta method - posted by GitBox <gi...@apache.org> on 2019/05/07 14:55:54 UTC, 0 replies.
- [jira] [Created] (GROOVY-9112) Clean bad smell in `GroovyClassLoader` - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/07 15:09:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9112) Clean bad smell in `GroovyClassLoader` - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/07 15:16:00 UTC, 0 replies.
- [jira] [Issue Comment Deleted] (GROOVY-9112) Clean bad smell in `GroovyClassLoader` - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/07 15:19:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9112) Clean bad smell in `GroovyClassLoader` - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/07 15:19:00 UTC, 1 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #926: GROOVY-9112: Clean bad smell in `GroovyClassLoader` - posted by GitBox <gi...@apache.org> on 2019/05/07 15:19:58 UTC, 0 replies.
- [jira] [Created] (GROOVY-9113) Unreachable code was not flagged by groovy compiler - posted by "Ashish (JIRA)" <ji...@apache.org> on 2019/05/08 00:24:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9016) picocli-based CliBuilder can be tricked into greedily consuming option as an arg - posted by "Brian Ray (JIRA)" <ji...@apache.org> on 2019/05/08 14:20:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9016) Deprecated CliBuilder can be tricked into greedily consuming option as an arg - posted by "Brian Ray (JIRA)" <ji...@apache.org> on 2019/05/08 14:32:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9114) Groovy chooses inline reified method over standard from Kotlin class - posted by "Ernestas (JIRA)" <ji...@apache.org> on 2019/05/09 06:52:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9114) Groovy chooses inline reified method over standard from Kotlin class - posted by "Ernestas (JIRA)" <ji...@apache.org> on 2019/05/09 06:55:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-9113) Unreachable code was not flagged by groovy compiler - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2019/05/09 12:33:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9114) Groovy chooses inline reified method over standard from Kotlin class - posted by "Jochen Theodorou (JIRA)" <ji...@apache.org> on 2019/05/09 12:47:00 UTC, 6 replies.
- [jira] [Comment Edited] (GROOVY-9114) Groovy chooses inline reified method over standard from Kotlin class - posted by "Ernestas (JIRA)" <ji...@apache.org> on 2019/05/09 15:51:00 UTC, 14 replies.
- [GitHub] [groovy] asfgit closed pull request #925: GROOVY-9111: Reduce the cost of transforming meta method - posted by GitBox <gi...@apache.org> on 2019/05/10 13:47:25 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9111) Reduce the cost of transforming meta method - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/10 13:51:00 UTC, 1 replies.
- [GitHub] [groovy] asfgit closed pull request #926: GROOVY-9112: Clean bad smell in `GroovyClassLoader` - posted by GitBox <gi...@apache.org> on 2019/05/10 14:53:33 UTC, 0 replies.
- [jira] [Reopened] (GROOVY-9111) Reduce the cost of transforming meta method - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/10 14:54:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9112) Clean bad smell in `GroovyClassLoader` - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/10 14:57:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9062) Bump codenarc to 1.3 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/10 15:07:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9115) General error during class generation - posted by "paolo di tommaso (JIRA)" <ji...@apache.org> on 2019/05/10 18:34:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #927: Trivial refactoring: Remove redundant condition - posted by GitBox <gi...@apache.org> on 2019/05/10 19:01:48 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9115) General error during class generation - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 04:49:00 UTC, 3 replies.
- [jira] [Commented] (GROOVY-9115) General error during class generation - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 04:49:00 UTC, 4 replies.
- [jira] [Updated] (GROOVY-9115) General error during class generation - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 05:24:00 UTC, 4 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #928: GROOVY-9115: General error during class generation - posted by GitBox <gi...@apache.org> on 2019/05/11 12:36:45 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #928: GROOVY-9115: General error during class generation - posted by GitBox <gi...@apache.org> on 2019/05/11 13:27:55 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #927: Trivial refactoring: Remove redundant condition - posted by GitBox <gi...@apache.org> on 2019/05/11 13:27:55 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9115) General error during class generation - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 13:32:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9116) Bump ant to 1.10.6 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 14:12:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9116) Bump ant to 1.10.6 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 14:17:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9117) Bump jmh gradle plugin to 0.4.8 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 14:58:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9118) Bump japicmp gradle plugin to 0.2.8 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 15:02:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9119) Bump spotbugs gradle plugin to 1.7.1 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 15:16:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9117) Bump jmh gradle plugin to 0.4.8 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 15:23:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9118) Bump japicmp gradle plugin to 0.2.8 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 15:24:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9119) Bump spotbugs gradle plugin to 1.7.1 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/11 15:24:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9120) Anonymous class enclosing reference broken in 2.5.7 - posted by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2019/05/11 17:04:00 UTC, 0 replies.
- [jira] [Reopened] (GROOVY-9054) @groovy.transform.builder.Builder should generate @Generated annotations for build(), builder() and setter methods - posted by "Andres Almiray (JIRA)" <ji...@apache.org> on 2019/05/11 21:50:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9054) @groovy.transform.builder.Builder should generate @Generated annotations for build(), builder() and setter methods - posted by "Andres Almiray (JIRA)" <ji...@apache.org> on 2019/05/11 21:50:00 UTC, 3 replies.
- [jira] [Updated] (GROOVY-9054) @groovy.transform.builder.Builder should generate @Generated annotations for build(), builder() and setter methods - posted by "Andres Almiray (JIRA)" <ji...@apache.org> on 2019/05/11 21:51:00 UTC, 0 replies.
- [GitHub] [groovy] aalmiray opened a new pull request #929: GROOVY-9054: Missing @Generated annotation in @Builder - posted by GitBox <gi...@apache.org> on 2019/05/12 08:14:48 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #929: GROOVY-9054: Missing @Generated annotation in @Builder - posted by GitBox <gi...@apache.org> on 2019/05/12 10:53:36 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9054) @groovy.transform.builder.Builder should generate @Generated annotations for build(), builder() and setter methods - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/12 11:22:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-8647) Split package renaming - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/12 23:59:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8647) Split package renaming - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/13 03:46:00 UTC, 20 replies.
- [jira] [Comment Edited] (GROOVY-8946) @CompileStatic ignores declared type and forces a cast when inside a closure - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/14 14:27:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8647) Split package renaming - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/15 09:59:00 UTC, 1 replies.
- [jira] [Comment Edited] (GROOVY-8647) Split package renaming - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/15 09:59:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9121) Default compiler configuration is modified by GroovyMain - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/16 16:54:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9122) code smell in ProcessingUnit - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/17 01:18:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9122) code smell in ProcessingUnit - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/17 01:49:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9122) code smell in ProcessingUnit - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/17 03:34:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9121) Default compiler configuration is modified by GroovyMain - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/17 03:34:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9121) Default compiler configuration is modified by GroovyMain - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/17 03:34:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9123) "java.nio.file.Path.setText" does not work with CompileStatic on Groovy 2.5.7 - posted by "Jan Hackel (JIRA)" <ji...@apache.org> on 2019/05/17 07:33:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9123) "java.nio.file.Path.setText" does not work with CompileStatic on Groovy 2.5.7 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/18 01:18:00 UTC, 1 replies.
- [jira] [Reopened] (GROOVY-9123) "java.nio.file.Path.setText" does not work with CompileStatic on Groovy 2.5.7 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/18 01:35:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #930: Validate parameter types of method reference(class::instanceMethod) - posted by GitBox <gi...@apache.org> on 2019/05/19 09:59:02 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #930: Validate parameter types of method reference(class::instanceMethod) - posted by GitBox <gi...@apache.org> on 2019/05/19 13:12:15 UTC, 0 replies.
- [jira] [Updated] (GROOVY-5299) antlr 4 grammar creation task - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:00:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-2840) [PARROT] Support "not" for in and instanceof - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:03:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-8498) [PARROT] Support `var` keyword of Java10 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:04:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-5299) [PARROT] antlr 4 grammar creation task - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:04:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-6336) [PARROT] Support Java 7 ARM blocks - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:04:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-5306) [PARROT] Add "a ?= 2" support: should be expanded to "a = a == null ? 2 : a" - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:04:01 UTC, 0 replies.
- [jira] [Updated] (GROOVY-5306) [PARROT] Add "a ?= 2" support (Elvis assignment): should be expanded to "a = a == null ? 2 : a" - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:05:00 UTC, 2 replies.
- [jira] [Updated] (GROOVY-8312) [Parrot]Deprecate useless features on unicode sequences - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:06:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8165) [PARROT] Parrot parser could be made to work on jdk7 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:06:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8312) [PARROT] Deprecate useless features on unicode sequences - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:06:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9124) Implement the parrot parser - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:09:00 UTC, 0 replies.
- [jira] [Reopened] (GROOVY-8165) [PARROT] Parrot parser could be made to work on jdk7 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:11:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8006) [PARROT] Allow dropping 'def' or type in try with resources - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:12:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8165) [PARROT] Parrot parser could be made to work on jdk7 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:12:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-5348) [PARROT] Implement do/while loop - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:17:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-3898) [PARROT] Allow the specification of types when initializing multiple iteration variables in a "for" construct - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:18:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-8915) [PARROT] Make groovydoc configuration flexible - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:19:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-3791) [PARROT] Support Java Array initializer syntax when not ambiguous - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:20:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-3791) Array initializer fails - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:20:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9124) Implement the parrot parser - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:21:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8962) Provide an option to generate Java stubs in memory for better compilation performance - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:07 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9087) Bump gradle to 5.4 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:07 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8651) Method override weaker access check does not fully account for package-private visibility - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9029) [Console] Save output log file preferences to OS preferences - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9049) EncodingGroovyMethods.digest() truncates hashes over 128 bits starting with 0's - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8945) Improve performance of DGM `groupBy` and `countBy` - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9018) WARNING: package sun.awt.windows not in java.desktop - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9061) Tests containing @Grab statements within nested scripts fail in JDK12 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9035) config script: unexpected NPE when processing compiler config DSL - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8339) Fix warning "An illegal reflective access operation has occurred" - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8975) GroovyCastException on the result of CliBuilder.parseFromSpec - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9050) Missing @Generated annotation in @Sortable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9079) STC: NPE in StaticTypeCheckingVisitor.inferSAMTypeGenericsInAssignment - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9086) @CompileStatic of closure calls with OWNER_FIRST fail at runtime with ClassCastException - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9058) each parameter type not correctly inferenced - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9095) Default retention policy not implemented for annotation - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9012) grape resolve command throws MissingPropertyException: No such property: arg - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9080) MarkupTemplateEngine uses invalid XML entity for escaping double quotes - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9100) CompilerConfiguration.DEFAULT should be immutable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:08 UTC, 0 replies.
- [jira] [Closed] (GROOVY-7856) Adding CompileStatic via compiler config script to class with eachWithIndex results in exception in instruction selection phase - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:09 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8903) Retrofit NamedParams to groovy.sql.Sql - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:09 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9073) Support preview features in compiled classes - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:09 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9046) Build hardening - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9010) MissingMethodException during ASTTest annotation assert execution - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9098) Bump gradle to 5.4.1 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9083) groovyConsole should be updated to understand method references and lambda expressions - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9077) STC: inferred type not always stored for property getters that resolve to a method - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8991) Difference in behaviour with closure and lambda - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8913) Parrot Parser: partially-parenthesized binary expression parsed as cast and unary plus - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9022) In Groovy console, enable option for output to be on the right side. (horizontal split) - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8997) Add DGM `then` to transform nested method calls to method call chain - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9009) AutoClone throws ClassCastException when used with @ToString or @EqualsAndHashCode - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9034) adjust Java grammar for underscore in numeric literals (fixes some Groovydoc parse errors of Java files) - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9067) Compile Java stubs with standard API - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9063) Groovy 2.5.6 @CompileStatic generates invalid bytecode (leading to runtime ClassCastException) when accessing protected instance member from 2 level of nested closures - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9007) Getting java.lang.NoSuchFieldError with groovy version 2.5.6 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9101) GroovyConsole should have a right-click context menu - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9020) bump asm to 7.1 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9038) allow antlr2 java grammar to partially understand try-with-resources (just enough to keep groovydoc processing of java files happy) - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8994) Bump spotbugs-annotations to 3.1.11 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8943) @CompileStatic with getAt(int) and getAt(String) - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8986) Change the order of default imported packages to reduce the times of resolving - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8987) Support profiling parser - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:10 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9071) Bump gradle to 5.3.1 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9051) The default constructor should be annotated with @Generated - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8988) Bump antlr to 4.7.3 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9062) Bump codenarc to 1.3 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9085) Add INOUT stored procedure example to asciidoc doc for groovy-sql - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-5961) Variable scope not checked properly for AIC in static method - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9099) Throw a better exception when validating native method reference fails - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9043) Access to package-scoped static field is forbidden for inner class in static compilation mode - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9060) Make the initial capacity of LinkedHashMap be power of 2 for better performance - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8985) Bump junit to 5.4.0 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9008) Support native method reference and constructor reference (basic cases) - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8980) Bump picocli to 3.9.3 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9053) Missing @Generated annotation in @Bindable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8947) Fail to resolve non-static inner class outside of outer class - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9081) CLONE - Fix warning "An illegal reflective access operation has occurred" - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-4063) Debugger Step Into doesn't work in Groovy-compiled classes when stepping filters are applied - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8978) NPE when accessing protected method from subclass clone - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9065) Add support for @Testable annotation in JUnit5Runner - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9078) Inefficiency in MethodNode and ConstructorNode - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:11 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8995) Improve the performance of creating list - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9096) Repeatable annotation not wrapped with container type in class file - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8180) GroovyConsole improvement: log to file option - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8704) IntRange should be Serializable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9040) scripts within src/bin don't pass latest shellcheck recommendations - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9105) Fix trying to compile properties files and anything that doesn't end with java - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9028) @EqualsAndHashCode can't recognize final field - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8942) Highlight matched parentheses, brackets and curly braces in Groovy Console when caret touching them - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9037) allow java grammar to partially understand "default" in interfaces (just enough to keep groovydoc processing of java files happy) - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8953) Imported enum causes compilation bug preventing tests from compiling - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-7954) Equal Operator for Classes implementing Comparable not Working on Interfaces - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9014) printf does not respect "out" property - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9084) Add the missing delegate methods to `InnerLoader` - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8908) Bump gradle to 5.2.1 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8993) Bump spotbugs gradle plugin to 1.6.9 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9047) bump gradle to 5.3 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9019) triple-single and triple-double quotes handle backslash escapes equally - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8907) StringGroovyMethods.findAll(String, Pattern, Closure) and StringGroovyMethods.findAll(CharSequence, Pattern, Closure) is with @ClosureParams incorrect - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8949) Run dependency management call as privileged action - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9052) Missing @Generated annotation on @Vetoable - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9108) Make Interpreter changeable in Groovysh - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8990) No compiler error for mismatched generics when using & - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 07:32:12 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8586) [PARROT] Support Java 9 ARM blocks - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 08:43:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9125) Static block is not annotateable with @Generated - posted by "Stephan Classen (JIRA)" <ji...@apache.org> on 2019/05/20 10:00:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9125) Static block is not annotateable with @Generated - posted by "Stephan Classen (JIRA)" <ji...@apache.org> on 2019/05/20 10:32:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-9125) Static block is not annotateable with @Generated - posted by "Stephan Classen (JIRA)" <ji...@apache.org> on 2019/05/20 10:34:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9126) Unreachable line numbers after ARETURN in bytecode - posted by "Adam Estabrook (JIRA)" <ji...@apache.org> on 2019/05/20 17:33:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9125) Static block is not annotateable with @Generated - posted by "Stephan Classen (JIRA)" <ji...@apache.org> on 2019/05/20 18:10:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9127) Cannot set protected field from subclass - posted by "paolo di tommaso (JIRA)" <ji...@apache.org> on 2019/05/20 20:14:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9128) [PARROT] Provide proper support for the identical (===) and not identical (!==) operators - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 22:36:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9128) [PARROT] Provide proper support for the identical (===) and not identical (!==) operators - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 22:40:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9129) [PARROT] Support safe index operations for lists - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 23:45:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9129) [PARROT] Support safe index operations for lists/arrays including multi-dimensional array/nested list access - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 23:46:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9129) [PARROT] Support safe index operations for lists/arrays including multi-dimensional array/nested list access - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 23:46:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8851) [PARROT] Refine safe indexing for maps/named properties - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 23:47:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8851) [PARROT] Refine safe indexing for maps/named parameters - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/20 23:48:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9130) Native optimisation for callable method references - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 02:06:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9131) Extension method support for native method references - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 02:14:00 UTC, 1 replies.
- [jira] [Created] (GROOVY-9131) Extension method support for native method references - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 02:14:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9132) Improve type inference for method reference - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 02:25:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9132) Improve type inference for method reference - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 02:28:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-8794) Add optional groovy-yaml subproject to support parsing and building yaml - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 05:26:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9085) Add INOUT stored procedure example to asciidoc doc for groovy-sql - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 05:32:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8618) Update docs for GroovyConsole - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 05:33:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8620) Update docs for Grape dependency manager - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 05:34:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8619) Update docs for Groovy Shell - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 05:34:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8290) Bump Ant version to 1.10.1 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 05:34:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8582) CLONE - Support `var` keyword of Java10 (documentation) - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/21 05:37:43 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8889) @NamedParam(required=true) is not enforced - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/22 00:02:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8888) Strict @NamedParams - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/22 00:27:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9133) Groovy Console could support an AutoRun feature - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/22 07:30:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9134) Groovy Console AST browser could support context menu - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/22 07:31:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9133) Groovy Console could support an AutoRun feature - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/22 07:32:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9135) Additional support for @Testable annotation in JUnit5Runner - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/22 14:47:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9135) Additional support for @Testable annotation in JUnit5Runner - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/22 14:48:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-9135) Additional support for @Testable annotation in JUnit5Runner - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/22 15:01:01 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9135) Additional support for @Testable annotation in JUnit5Runner - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/22 15:05:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8760) can't instantiate a class that inherits from base class marked with @MapConstructor - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/22 15:29:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9136) Compile error when accessing a public field inside a closure - posted by "John Bellassai (JIRA)" <ji...@apache.org> on 2019/05/22 16:43:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9137) JUnit 5 conditional test execution - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/23 00:56:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9137) JUnit 5 conditional test execution - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/23 01:09:00 UTC, 7 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #931: Refine the error message for invalid receiver type - posted by GitBox <gi...@apache.org> on 2019/05/23 01:37:32 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7772) Class.&instanceMethod had better to have same meaning of Class::instanceMethod of Java8 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/23 04:08:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #287: Javalike method pointer groovy 7772 - posted by GitBox <gi...@apache.org> on 2019/05/23 05:19:24 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on issue #287: Javalike method pointer groovy 7772 - posted by GitBox <gi...@apache.org> on 2019/05/23 05:20:32 UTC, 0 replies.
- [jira] [Closed] (GROOVY-7772) Class.&instanceMethod had better to have same meaning of Class::instanceMethod of Java8 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/23 05:22:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9138) Upgrade JUnit 5 to 5.5.0 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/23 05:26:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9139) Bump JUnit 5 to 5.5.0-M1 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/23 05:26:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9139) Bump JUnit 5 to 5.5.0-M1 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/23 05:46:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8855) Calling Matcher.asBoolean() twice returns different results - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/23 05:51:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8855) Calling Matcher.asBoolean() twice returns different results - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/23 06:24:00 UTC, 1 replies.
- [GitHub] [groovy] paulk-asert commented on issue #923: [GROOVY-9109] GroovyShell: don't override classloader if parent is al… - posted by GitBox <gi...@apache.org> on 2019/05/23 10:41:11 UTC, 1 replies.
- [jira] [Created] (GROOVY-9140) Class.&instanceMethod with incorrect first param - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/23 11:34:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9074) CompileStatic does not throw expected exception - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/23 12:06:00 UTC, 1 replies.
- [GitHub] [groovy] je-ik commented on issue #923: [GROOVY-9109] GroovyShell: don't override classloader if parent is al… - posted by GitBox <gi...@apache.org> on 2019/05/23 13:27:16 UTC, 1 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #932: Update eclipse gradle scripts - posted by GitBox <gi...@apache.org> on 2019/05/23 15:03:17 UTC, 0 replies.
- [jira] [Created] (GROOVY-9141) NPE: Groovy compiler error: exception in phase 'conversion' in source unit - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/23 15:16:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-8855) Calling Matcher.asBoolean() twice returns different results - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/23 16:00:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #933: GROOVY-9141: add null check for abstract method with body - posted by GitBox <gi...@apache.org> on 2019/05/23 17:27:23 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9136) Compile error when accessing a public field inside a closure - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/23 18:35:00 UTC, 1 replies.
- [GitHub] [groovy] danielsun1106 commented on issue #933: GROOVY-9141: add null check for abstract method with body - posted by GitBox <gi...@apache.org> on 2019/05/23 23:47:08 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9074) CompileStatic does not throw expected exception - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/23 23:50:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9140) Class.&instanceMethod with incorrect first param - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/23 23:59:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9140) Class.&instanceMethod with incorrect first param - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/24 00:00:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #932: Update eclipse gradle scripts - posted by GitBox <gi...@apache.org> on 2019/05/24 00:00:56 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on issue #932: Update eclipse gradle scripts - posted by GitBox <gi...@apache.org> on 2019/05/24 00:02:08 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #933: GROOVY-9141: add null check for abstract method with body - posted by GitBox <gi...@apache.org> on 2019/05/24 01:46:03 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on issue #933: GROOVY-9141: add null check for abstract method with body - posted by GitBox <gi...@apache.org> on 2019/05/24 01:50:56 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9141) NPE: Groovy compiler error: exception in phase 'conversion' in source unit - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/24 02:01:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #931: Refine the error message for invalid receiver type - posted by GitBox <gi...@apache.org> on 2019/05/24 13:42:28 UTC, 0 replies.
- [jira] [Created] (GROOVY-9142) Bump jackson-dataformat-yaml to 2.9.9 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/24 14:37:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9142) Bump jackson-dataformat-yaml to 2.9.9 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/24 14:41:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9143) Bump picocli to 3.9.6 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/24 14:44:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9143) Bump picocli to 3.9.6 - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/24 14:50:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #934: GROOVY-9103: CLONE - CLONE - Fix warning "An illegal reflective acces… - posted by GitBox <gi...@apache.org> on 2019/05/24 16:19:52 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #935: GROOVY-9136: check for non-closure parameter references - posted by GitBox <gi...@apache.org> on 2019/05/24 21:40:54 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on a change in pull request #934: GROOVY-9103: CLONE - CLONE - Fix warning "An illegal reflective acces… - posted by GitBox <gi...@apache.org> on 2019/05/25 06:05:46 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9136) Compile error when accessing a public field inside a closure - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/25 06:47:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8503) Fund Groovy Development - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/25 09:02:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9144) CLONE - CLONE - CLONE - Fix warning "An illegal reflective access operation has occurred" - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/25 14:03:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9144) CLONE - CLONE - CLONE - Fix warning "An illegal reflective access operation has occurred" - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/25 14:06:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9103) CLONE - CLONE - Fix warning "An illegal reflective access operation has occurred" - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/25 14:07:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on issue #934: GROOVY-9103: CLONE - CLONE - Fix warning "An illegal reflective acces… - posted by GitBox <gi...@apache.org> on 2019/05/25 14:14:23 UTC, 1 replies.
- [GitHub] [groovy] asfgit closed pull request #935: GROOVY-9136: check for non-closure parameter references - posted by GitBox <gi...@apache.org> on 2019/05/25 17:52:05 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on issue #935: GROOVY-9136: check for non-closure parameter references - posted by GitBox <gi...@apache.org> on 2019/05/25 17:52:26 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 edited a comment on issue #934: GROOVY-9103: CLONE - CLONE - Fix warning "An illegal reflective acces… - posted by GitBox <gi...@apache.org> on 2019/05/25 18:17:28 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9127) Cannot set protected field from subclass - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/25 21:40:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #936: GROOVY-9127: check for subclass access to field for this prop expression - posted by GitBox <gi...@apache.org> on 2019/05/26 04:35:55 UTC, 0 replies.
- [jira] [Reopened] (GROOVY-9116) Bump ant to 1.10.6 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/26 08:58:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9116) Bump ant to 1.10.7 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/26 08:58:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9116) Bump ant to 1.10.7 - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/26 09:00:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9145) Add DGSM `dumpAllThreads` - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/26 13:08:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #937: GROOVY-9145: Add DGSM `dumpAllThreads` - posted by GitBox <gi...@apache.org> on 2019/05/26 13:18:36 UTC, 0 replies.
- [jira] [Created] (GROOVY-9146) Seems to be a gap in method reference support - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/26 14:13:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9146) Seems to be a gap in method reference support - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/26 14:39:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-9145) Add DGSM `dump` to `Thread` - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/26 15:39:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9145) Add DGSM `dumpAll` to `Thread` - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/26 15:42:00 UTC, 2 replies.
- [GitHub] [groovy] paulk-asert commented on a change in pull request #936: GROOVY-9127: check for subclass access to field for this prop expression - posted by GitBox <gi...@apache.org> on 2019/05/27 05:58:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles commented on a change in pull request #936: GROOVY-9127: check for subclass access to field for this prop expression - posted by GitBox <gi...@apache.org> on 2019/05/27 11:34:07 UTC, 0 replies.
- [jira] [Created] (GROOVY-9147) Using 'File.text = ' cause FileNotFoundException in Groovy 2.5.7 and Java 11 and @CompileStatic - posted by "A. Lepe (JIRA)" <ji...@apache.org> on 2019/05/27 12:05:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9147) Using 'File.text = ' cause FileNotFoundException in Groovy 2.5.7 with @CompileStatic - posted by "A. Lepe (JIRA)" <ji...@apache.org> on 2019/05/27 12:07:00 UTC, 3 replies.
- [jira] [Updated] (GROOVY-9147) Using 'File.text = ' cause FileNotFoundException in Groovy 2.5.7 and Java 11 and @CompileStatic - posted by "A. Lepe (JIRA)" <ji...@apache.org> on 2019/05/27 12:07:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9147) Using 'File.text = ' cause FileNotFoundException in Groovy 2.5.7 with @CompileStatic - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/27 12:29:00 UTC, 2 replies.
- [jira] [Comment Edited] (GROOVY-9147) Using 'File.text = ' cause FileNotFoundException in Groovy 2.5.7 with @CompileStatic - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/27 12:32:00 UTC, 2 replies.
- [jira] [Comment Edited] (GROOVY-9106) @CompileStatic and @PackageScope support for inner classes and package peers - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/27 12:48:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #937: GROOVY-9145: Add DGSM `dumpAll` to `Thread` - posted by GitBox <gi...@apache.org> on 2019/05/27 14:01:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9145) Add DGSM `dumpAll` to `Thread` - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/27 14:03:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9147) Using 'File.text = ' cause FileNotFoundException in Groovy 2.5.7 with @CompileStatic - posted by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/05/27 14:19:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #938: Update tests for GROOVY-9043, GROOVY-9093, GROOVY-9106, et al. - posted by GitBox <gi...@apache.org> on 2019/05/27 16:42:40 UTC, 0 replies.
- [jira] [Created] (GROOVY-9148) Configuration should be in a bindable separate object - posted by "Søren Berg Glasius (JIRA)" <ji...@apache.org> on 2019/05/27 18:09:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9148) Configuration of Groovy Console needs refactoring - posted by "Søren Berg Glasius (JIRA)" <ji...@apache.org> on 2019/05/27 18:11:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9149) Add parameter to set the base script - posted by "Michael Kutz (JIRA)" <ji...@apache.org> on 2019/05/27 19:36:01 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #939: Add clean tasks and save actions to eclipse gradle setup - posted by GitBox <gi...@apache.org> on 2019/05/28 00:02:12 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #939: Add clean tasks and save actions to eclipse gradle setup - posted by GitBox <gi...@apache.org> on 2019/05/28 02:51:42 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on issue #939: Add clean tasks and save actions to eclipse gradle setup - posted by GitBox <gi...@apache.org> on 2019/05/28 02:51:56 UTC, 0 replies.
- [GitHub] [groovy] emre-yildirim commented on issue #811: GROOVY-8843: Fix illegal reflective access within o.c.g.vmplugin.v7.J… - posted by GitBox <gi...@apache.org> on 2019/05/28 06:49:11 UTC, 0 replies.
- [GitHub] [groovy] emre-yildirim edited a comment on issue #811: GROOVY-8843: Fix illegal reflective access within o.c.g.vmplugin.v7.J… - posted by GitBox <gi...@apache.org> on 2019/05/28 06:49:38 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on issue #811: GROOVY-8843: Fix illegal reflective access within o.c.g.vmplugin.v7.J… - posted by GitBox <gi...@apache.org> on 2019/05/28 07:38:37 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on issue #811: GROOVY-8843: Fix illegal reflective access within o.c.g.vmplugin.v7.J… - posted by GitBox <gi...@apache.org> on 2019/05/28 13:12:51 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #940: GROOVY-4438: enumConstants: reduce ambiguity within loop - posted by GitBox <gi...@apache.org> on 2019/05/28 17:54:11 UTC, 0 replies.
- [GitHub] [groovy] eric-milles commented on issue #940: GROOVY-4438: enumConstants: reduce ambiguity within loop - posted by GitBox <gi...@apache.org> on 2019/05/28 18:55:13 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on a change in pull request #938: Update tests for GROOVY-9043, GROOVY-9093, GROOVY-9106, et al. - posted by GitBox <gi...@apache.org> on 2019/05/28 19:50:12 UTC, 1 replies.
- [GitHub] [groovy] eric-milles commented on a change in pull request #938: Update tests for GROOVY-9043, GROOVY-9093, GROOVY-9106, et al. - posted by GitBox <gi...@apache.org> on 2019/05/28 20:02:43 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8547) Factory pattern side-stepped by CompilerConfiguration/ParserVersion - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/28 21:48:00 UTC, 1 replies.
- [GitHub] [groovy] eric-milles edited a comment on issue #940: GROOVY-4438: enumConstants: reduce ambiguity within loop - posted by GitBox <gi...@apache.org> on 2019/05/28 21:58:44 UTC, 0 replies.
- [jira] [Created] (GROOVY-9150) Cannot use generated @Builder via static import - posted by "Oleksii Lomako (JIRA)" <ji...@apache.org> on 2019/05/29 10:19:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9150) Cannot use generated @Builder via static import - posted by "Oleksii Lomako (JIRA)" <ji...@apache.org> on 2019/05/29 10:37:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #941: Sort eclipse classpath entries by artifact name - posted by GitBox <gi...@apache.org> on 2019/05/29 13:09:16 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9150) Cannot use generated @Builder via static import - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/29 14:42:00 UTC, 1 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #942: Console, GroovyMain and Groovysh (via its Main) use context class loader - posted by GitBox <gi...@apache.org> on 2019/05/29 14:57:42 UTC, 0 replies.
- [jira] [Created] (GROOVY-9151) Default Arguments: reference to another defaulted parameter causes run-time errors - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/29 22:48:01 UTC, 0 replies.
- [jira] [Created] (GROOVY-9152) Default Arguments: fix statement about order of required and optional parameters - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/29 23:01:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9153) StaticInvocationWriter modifies shared global node ConstantExpression.NULL - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/30 16:44:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9153) StaticInvocationWriter modifies shared global node ConstantExpression.NULL - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/30 19:08:00 UTC, 2 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #943: Refactor and allow default CompilerConfiguration as parent allows - posted by GitBox <gi...@apache.org> on 2019/05/30 19:18:42 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9153) StaticInvocationWriter modifies shared global node ConstantExpression.NULL - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/30 20:01:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9153) StaticInvocationWriter modifies shared global node ConstantExpression.NULL - posted by "Eric Milles (JIRA)" <ji...@apache.org> on 2019/05/30 20:04:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #942: Console, GroovyMain and Groovysh (via its Main) use context class loader - posted by GitBox <gi...@apache.org> on 2019/05/31 01:49:42 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on issue #942: Console, GroovyMain and Groovysh (via its Main) use context class loader - posted by GitBox <gi...@apache.org> on 2019/05/31 01:49:54 UTC, 1 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #941: Sort eclipse classpath entries by artifact name - posted by GitBox <gi...@apache.org> on 2019/05/31 02:31:29 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on issue #941: Sort eclipse classpath entries by artifact name - posted by GitBox <gi...@apache.org> on 2019/05/31 02:31:43 UTC, 0 replies.
- [jira] [Created] (GROOVY-9154) JSR308 info incomplete in bytecode - posted by "Paul King (JIRA)" <ji...@apache.org> on 2019/05/31 11:09:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles commented on issue #942: Console, GroovyMain and Groovysh (via its Main) use context class loader - posted by GitBox <gi...@apache.org> on 2019/05/31 14:27:51 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 edited a comment on issue #942: Console, GroovyMain and Groovysh (via its Main) use context class loader - posted by GitBox <gi...@apache.org> on 2019/05/31 22:41:39 UTC, 0 replies.