You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "katherine-hough (via GitHub)" <gi...@apache.org> on 2023/06/02 15:48:58 UTC

[GitHub] [commons-bcel] katherine-hough opened a new pull request, #223: [BCEL-367] Fixes java.lang.IndexOutOfBoundsException for ATHROW on empty stack

katherine-hough opened a new pull request, #223:
URL: https://github.com/apache/commons-bcel/pull/223

   *  Fixed issue where a java.lang.IndexOutOfBoundsException is thrown when performing verification pass 3B if the stack is empty before the ATHROW instruction.
   * Added previously failing test case demonstrating issue where a java.lang.IndexOutOfBoundsException is thrown when performing verification pass 3B if the stack is empty before the ATHROW instruction.
   
   Fixes: https://issues.apache.org/jira/browse/BCEL-367


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-bcel] garydgregory merged pull request #223: [BCEL-367] Fixes java.lang.IndexOutOfBoundsException for ATHROW on empty stack

Posted by "garydgregory (via GitHub)" <gi...@apache.org>.
garydgregory merged PR #223:
URL: https://github.com/apache/commons-bcel/pull/223


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-bcel] codecov-commenter commented on pull request #223: [BCEL-367] Fixes java.lang.IndexOutOfBoundsException for ATHROW on empty stack

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #223:
URL: https://github.com/apache/commons-bcel/pull/223#issuecomment-1574575268

   ## [Codecov](https://app.codecov.io/gh/apache/commons-bcel/pull/223?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#223](https://app.codecov.io/gh/apache/commons-bcel/pull/223?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (37ab18b) into [master](https://app.codecov.io/gh/apache/commons-bcel/commit/8b012a732fd2d3375e3b3e8f6c1440819bc37484?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (8b012a7) will **increase** coverage by `0.00%`.
   > The diff coverage is `100.00%`.
   
   > :exclamation: Current head 37ab18b differs from pull request most recent head 59b3b3b. Consider uploading reports for the commit 59b3b3b to get more accurate results
   
   ```diff
   @@            Coverage Diff            @@
   ##             master     #223   +/-   ##
   =========================================
     Coverage     64.73%   64.74%           
     Complexity     3872     3872           
   =========================================
     Files           364      364           
     Lines         15666    15667    +1     
     Branches       1943     1943           
   =========================================
   + Hits          10142    10143    +1     
     Misses         4602     4602           
     Partials        922      922           
   ```
   
   
   | [Impacted Files](https://app.codecov.io/gh/apache/commons-bcel/pull/223?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [src/main/java/org/apache/bcel/generic/ATHROW.java](https://app.codecov.io/gh/apache/commons-bcel/pull/223?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2JjZWwvZ2VuZXJpYy9BVEhST1cuamF2YQ==) | `87.50% <100.00%> (+1.78%)` | :arrow_up: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org