[
https://issues.apache.org/jira/browse/GROOVY-11896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18070603#comment-18070603
] ASF GitHub Bot commented on GROOVY-11896: ----------------------------------------- codecov-commenter commented on PR #2429: URL: https://github.com/apache/groovy/pull/2429#issuecomment-4178054440 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2429?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 `83.33333%` with `4 lines` in your changes missing coverage. Please review. :white_check_mark: Project coverage is 66.3399%. Comparing base ([`2a7d1e9`](https://app.codecov.io/gh/apache/groovy/commit/2a7d1e9b5a6bc86392dd37d050130ce0929b6eff?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)) to head ([`67a0aa6`](https://app.codecov.io/gh/apache/groovy/commit/67a0aa67c48b38df0f3b27bb41bd525c07c07f70?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)). | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2429?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...va/org/apache/groovy/parser/antlr4/AstBuilder.java](https://app.codecov.io/gh/apache/groovy/pull/2429?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Fparser%2Fantlr4%2FAstBuilder.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS9wYXJzZXIvYW50bHI0L0FzdEJ1aWxkZXIuamF2YQ==) | 83.3333% | [3 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2429?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/2429?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2429 +/- ## ================================================== + Coverage 66.3339% 66.3399% +0.0061% - Complexity 29941 29946 +5 ================================================== Files 1396 1396 Lines 117085 117109 +24 Branches 20730 20736 +6 ================================================== + Hits 77667 77690 +23 - Misses 33037 33038 +1 Partials 6381 6381 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2429?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...va/org/apache/groovy/parser/antlr4/AstBuilder.java](https://app.codecov.io/gh/apache/groovy/pull/2429?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fapache%2Fgroovy%2Fparser%2Fantlr4%2FAstBuilder.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2dyb292eS9wYXJzZXIvYW50bHI0L0FzdEJ1aWxkZXIuamF2YQ==) | `86.5094% <83.3333%> (-0.0343%)` | :arrow_down: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2429/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> > Support module import declarations > ---------------------------------- > > Key: GROOVY-11896 > URL: https://issues.apache.org/jira/browse/GROOVY-11896 > Project: Groovy > Issue Type: New Feature > Reporter: Paul King > Assignee: Paul King > Priority: Major > > In Java, _module import declarations_ allow you to import all exported > packages of a module with a single statement. It was introduced as a preview > feature in Java 23 ([JEP 476|https://openjdk.org/jeps/476]) and finalized in > Java 25 ([JEP 511|https://openjdk.org/jeps/511]). > The syntax is as follows: > {code:java} > import module java.base; // Java > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
