[
https://issues.apache.org/jira/browse/GROOVY-11770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18076748#comment-18076748
] ASF GitHub Bot commented on GROOVY-11770: ----------------------------------------- codecov-commenter commented on PR #2498: URL: https://github.com/apache/groovy/pull/2498#issuecomment-4332992803 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2498?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report :x: Patch coverage is `91.66667%` with `2 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 67.1396%. Comparing base ([`5a41b8f`](https://app.codecov.io/gh/apache/groovy/commit/5a41b8f854511d96ed22c3ab3f52761e3cec8eeb?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`539926d`](https://app.codecov.io/gh/apache/groovy/commit/539926dafcad917001da030fec15582d6d44f554?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). :warning: Report is 2 commits behind head on master. | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2498?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [.../codehaus/groovy/ast/tools/WideningCategories.java](https://app.codecov.io/gh/apache/groovy/pull/2498?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fast%2Ftools%2FWideningCategories.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L2FzdC90b29scy9XaWRlbmluZ0NhdGVnb3JpZXMuamF2YQ==) | 91.6667% | [0 Missing and 2 partials :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2498?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | <details><summary>Additional details and impacted files</summary> [](https://app.codecov.io/gh/apache/groovy/pull/2498?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2498 +/- ## ================================================== + Coverage 67.1374% 67.1396% +0.0021% - Complexity 31622 31629 +7 ================================================== Files 1451 1451 Lines 122565 122582 +17 Branches 22007 22010 +3 ================================================== + Hits 82287 82301 +14 Misses 33199 33199 - Partials 7079 7082 +3 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2498?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [.../codehaus/groovy/ast/tools/WideningCategories.java](https://app.codecov.io/gh/apache/groovy/pull/2498?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fast%2Ftools%2FWideningCategories.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L2FzdC90b29scy9XaWRlbmluZ0NhdGVnb3JpZXMuamF2YQ==) | `83.5206% <91.6667%> (+1.1206%)` | :arrow_up: | ... and [5 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2498/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) </details> <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. - :package: [JS Bundle Analysis](https://docs.codecov.com/docs/javascript-bundle-analysis): Save yourself from yourself by tracking and limiting bundle sizes in JS merges. </details> > StackOverflowError processing generics for kubernetes-client library > -------------------------------------------------------------------- > > Key: GROOVY-11770 > URL: https://issues.apache.org/jira/browse/GROOVY-11770 > Project: Groovy > Issue Type: Bug > Reporter: Paul King > Assignee: Paul King > Priority: Major > Fix For: 4.0.29, 5.0.2 > > > When processing a file using the kubernetes-client library, the Groovy > compiler recurses endlessly parsing the generics. > Repo: > https://github.com/paulk-asert/kubernetes_client_stackoverflow > This is just a reproducer which excludes Grails from this Grails issue/repo: > https://github.com/apache/grails-core/issues/15082 > https://github.com/jdaugherty/grails-issue-stackoverflow-on-compile -- This message was sent by Atlassian Jira (v8.20.10#820010)
