[ 
https://issues.apache.org/jira/browse/GROOVY-11680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17954071#comment-17954071
 ] 

ASF GitHub Bot commented on GROOVY-11680:
-----------------------------------------

codecov-commenter commented on PR #2235:
URL: https://github.com/apache/groovy/pull/2235#issuecomment-2909293576

   ## 
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2235?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Project coverage is 69.0394%. Comparing base 
[(`d7afb87`)](https://app.codecov.io/gh/apache/groovy/commit/d7afb87d94341f8a91696cd0a6fc3e6240f24b9f?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
 to head 
[(`2d6cc4d`)](https://app.codecov.io/gh/apache/groovy/commit/2d6cc4d0c8a98a02bd61cdfdbba3e53abfb3c85d?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   > Report is 2 commits behind head on master.
   
   <details><summary>Additional details and impacted files</summary>
   
   
   [![Impacted file tree 
graph](https://app.codecov.io/gh/apache/groovy/pull/2235/graphs/tree.svg?width=650&height=150&src=pr&token=1r45138NfQ&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)](https://app.codecov.io/gh/apache/groovy/pull/2235?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   ```diff
   @@                Coverage Diff                 @@
   ##               master      #2235        +/-   ##
   ==================================================
   - Coverage     69.0430%   69.0394%   -0.0037%     
   - Complexity      29704      29705         +1     
   ==================================================
     Files            1423       1423                
     Lines          114404     114413         +9     
     Branches        19852      19855         +3     
   ==================================================
   + Hits            78988      78990         +2     
   - Misses          28781      28785         +4     
   - Partials         6635       6638         +3     
   ```
   
   | [Files with missing 
lines](https://app.codecov.io/gh/apache/groovy/pull/2235?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/tools/javac/JavaStubGenerator.java](https://app.codecov.io/gh/apache/groovy/pull/2235?src=pr&el=tree&filepath=src%2Fmain%2Fjava%2Forg%2Fcodehaus%2Fgroovy%2Ftools%2Fjavac%2FJavaStubGenerator.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvY29kZWhhdXMvZ3Jvb3Z5L3Rvb2xzL2phdmFjL0phdmFTdHViR2VuZXJhdG9yLmphdmE=)
 | `86.2481% <100.0000%> (ø)` | |
   
   ... and [6 files with indirect coverage 
changes](https://app.codecov.io/gh/apache/groovy/pull/2235/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>




> Java stubs use deprecated constant constructors in some cases
> -------------------------------------------------------------
>
>                 Key: GROOVY-11680
>                 URL: https://issues.apache.org/jira/browse/GROOVY-11680
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Paul King
>            Assignee: Paul King
>            Priority: Major
>
> In stub code for static constants in classes, generated code uses the 
> deprecated (from JDK9) constructors like {{new Boolean(false)}} instead of 
> {{Boolean.valueOf(false)}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to