[
https://issues.apache.org/jira/browse/GROOVY-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17654185#comment-17654185
]
ASF GitHub Bot commented on GROOVY-10891:
-----------------------------------------
paulk-asert commented on PR #1839:
URL: https://github.com/apache/groovy/pull/1839#issuecomment-1370224768
My thinking was since this is missing functionality it makes sense for
4.0.8. We have the find/findAll variants (Groovy truth) in 4.0.7 why not the
missing findResult/s variants (null-based) also? We just never got around to it
before.
The `ArrayGroovyMethods` are just for primitive arrays. There is no need for
primitive variations for these since they couldn't have null and moreover the
Object variant picks up those anyway.
> We should have variants of findResult/s with no Closure which use
> Closure.IDENTITY in that case
> -----------------------------------------------------------------------------------------------
>
> Key: GROOVY-10891
> URL: https://issues.apache.org/jira/browse/GROOVY-10891
> Project: Groovy
> Issue Type: Improvement
> Components: groovy-jdk
> Reporter: Paul King
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)