[ https://issues.apache.org/jira/browse/GROOVY-11693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17956757#comment-17956757 ]
ASF GitHub Bot commented on GROOVY-11693: ----------------------------------------- codecov-commenter commented on PR #2250: URL: https://github.com/apache/groovy/pull/2250#issuecomment-2953608275 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2250?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report Attention: Patch coverage is `0%` with `1 line` in your changes missing coverage. Please review. > Project coverage is 69.0428%. Comparing base [(`49e1ce3`)](https://app.codecov.io/gh/apache/groovy/commit/49e1ce3f9c69fa4e63fb0caa00787663afab54c0?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) to head [(`ca162bd`)](https://app.codecov.io/gh/apache/groovy/commit/ca162bd4ea367e216f334b2b9c54afa64227b15c?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). > Report is 5 commits behind head on master. | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2250?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...us/groovy/runtime/m12n/MetaInfExtensionModule.java](https://app.codecov.io/gh/apache/groovy/pull/2250?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2Fm12n%2FMetaInfExtensionModule.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvbTEybi9NZXRhSW5mRXh0ZW5zaW9uTW9kdWxlLmphdmE=) | 0.0000% | [1 Missing :warning: ](https://app.codecov.io/gh/apache/groovy/pull/2250?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/2250?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) ```diff @@ Coverage Diff @@ ## master #2250 +/- ## ================================================== + Coverage 69.0411% 69.0428% +0.0017% + Complexity 29711 29710 -1 ================================================== Files 1423 1423 Lines 114413 114413 Branches 19844 19844 ================================================== + Hits 78992 78994 +2 + Misses 28786 28785 -1 + Partials 6635 6634 -1 ``` | [Files with missing lines](https://app.codecov.io/gh/apache/groovy/pull/2250?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [...us/groovy/runtime/m12n/MetaInfExtensionModule.java](https://app.codecov.io/gh/apache/groovy/pull/2250?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Fruntime%2Fm12n%2FMetaInfExtensionModule.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3J1bnRpbWUvbTEybi9NZXRhSW5mRXh0ZW5zaW9uTW9kdWxlLmphdmE=) | `69.6970% <0.0000%> (ø)` | | ... and [4 files with indirect coverage changes](https://app.codecov.io/gh/apache/groovy/pull/2250/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> > missed specific error message in extension module loading > --------------------------------------------------------- > > Key: GROOVY-11693 > URL: https://issues.apache.org/jira/browse/GROOVY-11693 > Project: Groovy > Issue Type: Improvement > Affects Versions: 4.0.27 > Reporter: John Dong > Priority: Major > > {color:#067d17}Unable to load extension class [ > {color}{color:#000000}java.lang{color}.{color:#000000}ClassNotFoundException: > com.xxx.Example ]{color} > {color:#000000}is more specific than : {color} > {color:#000000}{color:#067d17}Unable to load extension class [{color} > com.xxx.Example ]{color} -- This message was sent by Atlassian Jira (v8.20.10#820010)